File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -272,15 +272,15 @@ sh_test(
272
272
name = "run-e2e-scalability-tests" ,
273
273
timeout = "long" ,
274
274
srcs = ["common/tests/e2e-scalability-tests.sh" ],
275
- args = [
276
- "$(rootpath :e2e-scalability-tests)" ,
277
- "$(rootpath //ic-os/guestos/envs/dev:version.txt)" ,
278
- ],
279
275
data = [
280
276
":e2e-scalability-tests" ,
281
277
"//ic-os:scripts/build-bootstrap-config-image.sh" ,
282
278
"//ic-os/guestos/envs/dev:version.txt" ,
283
279
],
280
+ env = {
281
+ "E2E_TEST_BIN" : "$(rootpath :e2e-scalability-tests)" ,
282
+ "IC_OS_VERSION_FILE" : "$(rootpath //ic-os/guestos/envs/dev:version.txt)" ,
283
+ },
284
284
env_inherit = [
285
285
"CI_PROJECT_DIR" ,
286
286
"HOME" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ if [ -f "${STATUSFILE}" ]; then
15
15
done < " $STATUSFILE "
16
16
fi
17
17
18
- exec $1 --ic_os_version $( cat $2 ) \
18
+ exec " ${E2E_TEST_BIN} " \
19
+ --ic_os_version " $( cat " ${IC_OS_VERSION_FILE} " ) " \
19
20
--artifacts_path " scalability/artifacts/release/" \
20
21
--nns_canisters " scalability/artifacts/canisters/" \
21
22
--install_nns_bin " scalability/artifacts/release/ic-nns-init" \
You can’t perform that action at this time.
0 commit comments