Skip to content

Commit 3c3233c

Browse files
ShadowCurseroypat
authored andcommitted
fix(ci): don't archive results for cross snapshot tests
Cross snapshot pipeline run commands after devtool test, so no archiving is needed. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent e7559b7 commit 3c3233c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_cross.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030
instances_aarch64 = ["m7g.metal"]
3131
commands = [
32-
"./tools/devtool -y test --no-build -- -m nonci -n4 integration_tests/functional/test_snapshot_phase1.py",
32+
"./tools/devtool -y test --no-build --no-archive -- -m nonci -n4 integration_tests/functional/test_snapshot_phase1.py",
3333
# punch holes in mem snapshot tiles and tar them so they are preserved in S3
3434
"find test_results/test_snapshot_phase1 -type f -name mem |xargs -P4 -t -n1 fallocate -d",
3535
"mv -v test_results/test_snapshot_phase1 snapshot_artifacts",

0 commit comments

Comments
 (0)