gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 160/189: update image, disable mitigations


From: gnunet
Subject: [taler-grid5k] 160/189: update image, disable mitigations
Date: Thu, 28 Apr 2022 10:48:50 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 92bb304aeaf0067bc9ed5b01a2c341230dbc1f30
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Apr 20 08:59:34 2022 +0200

    update image, disable mitigations
---
 experiment/scripts/benchmark.sh | 9 +--------
 image/taler-debian11.yaml       | 4 +---
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/experiment/scripts/benchmark.sh b/experiment/scripts/benchmark.sh
index b02dae8..885a8f5 100755
--- a/experiment/scripts/benchmark.sh
+++ b/experiment/scripts/benchmark.sh
@@ -25,14 +25,7 @@ function start_wallet_bench() {
     LOG_LEVEL=INFO
   fi
 
-  R=$(shuf -i 1-3 -n 1)
-  if [[ $(($R % 3)) == 0 ]]; then
-    DOMAIN=eproxy-1.perf.taler
-  elif [[ $(($R % 3)) == 1 ]]; then
-    DOMAIN=eproxy-2.perf.taler
-  else
-    DOMAIN=eproxy-3.perf.taler
-  fi
+  DOMAIN=eproxy-$(shuf -i 1-3 -n 1).perf.taler
 
   NUM_DEPOSITS=$((RANDOM %21))
   if [[ ${WALLET_WITHDRAW_ONLY} == "true" ]]; then
diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index 7fbb02f..d7648da 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -55,7 +55,7 @@ global:
   exchange_cflags: "-O2"
   merchant_cflags: "-O2"
   ## Other parameters can be changed, see kameleon info debian10-taler.yaml
-
+  grub_cmdline_linux: mitigations=off console=tty0 console=ttyS0,115200
 bootstrap:
   ### The bootstrap section takes in charge the initial installation of the
   ## system (distribution installation). No modification should be needed here.
@@ -67,8 +67,6 @@ setup:
   - "@base"
   ## We add steps required by our customization after or before @base. Use
   ## kameleon dryrun debian10_custom.yaml to see the resulting steps in the 
build.
-  ## The following is given as example only, replace with your steps.
-
 
   - install:
     - packages:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]