Commit cb9283d 1 parent 1049bc0 commit cb9283d Copy full SHA for cb9283d
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
-var storage_nodes_ebs_size2=100 -var "region=us-east-2" \
139
139
-var "sbcli_cmd=$SBCLI_CMD" -out=tfplan
140
140
env :
141
- SBCLI_CMD : $SBCLI_CMD
141
+ SBCLI_CMD : ${{ env. SBCLI_CMD }}
142
142
143
143
- name : Apply Terraform Changes
144
144
run : |
@@ -166,7 +166,7 @@ jobs:
166
166
--spdk-debug
167
167
id : bootstrap_cluster
168
168
env :
169
- SBCLI_CMD : $SBCLI_CMD
169
+ SBCLI_CMD : ${{ env. SBCLI_CMD }}
170
170
171
171
- name : Record Test Start Time
172
172
run : echo "TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
@@ -196,7 +196,7 @@ jobs:
196
196
fi
197
197
python3 e2e.py $TESTNAME
198
198
env :
199
- SBCLI_CMD : $SBCLI_CMD
199
+ SBCLI_CMD : ${{ env. SBCLI_CMD }}
200
200
201
201
- name : Record Test End Time
202
202
if : always()
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
-var "extra_nodes_arch=arm64" \
164
164
-var "sbcli_cmd=$SBCLI_CMD" -out=tfplan
165
165
env :
166
- SBCLI_CMD : $SBCLI_CMD
166
+ SBCLI_CMD : ${{ env. SBCLI_CMD }}
167
167
168
168
- name : Apply Terraform Changes
169
169
run : |
@@ -195,7 +195,7 @@ jobs:
195
195
--spdk-debug
196
196
id : bootstrap_cluster
197
197
env :
198
- SBCLI_CMD : $SBCLI_CMD
198
+ SBCLI_CMD : ${{ env. SBCLI_CMD }}
199
199
200
200
- name : Bootstrap k3s
201
201
run : |
@@ -276,7 +276,7 @@ jobs:
276
276
$SBCLI_CMD cluster activate ${{ steps.bootstrap_cluster.outputs.cluster_id }}
277
277
"
278
278
env :
279
- SBCLI_CMD : $SBCLI_CMD
279
+ SBCLI_CMD : ${{ env. SBCLI_CMD }}
280
280
281
281
- name : Record Test Start Time
282
282
run : echo "TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
@@ -312,7 +312,7 @@ jobs:
312
312
--run_k8s True
313
313
$TESTNAME
314
314
env :
315
- SBCLI_CMD : $SBCLI_CMD
315
+ SBCLI_CMD : ${{ env. SBCLI_CMD }}
316
316
317
317
- name : Record Test End Time
318
318
if : always()
You can’t perform that action at this time.
0 commit comments