Skip to content

Commit 55cb4fd

Browse files
committed
test: add parameter and check env var
Signed-off-by: Alex Castilio dos Santos <[email protected]>
1 parent 536b9da commit 55cb4fd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pipelines/perf-eval/Exploration/pod-label-churn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ stages:
2020
topology: my-topology
2121
matrix:
2222
azure_cilium:
23+
my_new_var: "yes"
2324
cpu_per_node: 4
2425
node_count: 5
2526
node_per_step: 5

steps/topology/my-topology/execute-clusterloader2.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ parameters:
1010
default: {}
1111

1212
steps:
13+
- script: |
14+
set -eo pipefail
15+
echo "My new var: $MY_NEW_VAR"
16+
echo "-" $CPU_PER_NODE "-" $NODE_COUNT "-" $NODE_PER_STEP "-" ${MAX_PODS:-0} "-" $REPEATS "-" $SCALE_TIMEOUT "-" $CLOUD "-" $CILIUM_ENABLED
1317
- template: /steps/engine/clusterloader2/slo/execute.yml
1418
parameters:
1519
cloud: ${{ parameters.cloud }}

0 commit comments

Comments
 (0)