We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7559b7 commit 3c3233cCopy full SHA for 3c3233c
.buildkite/pipeline_cross.py
@@ -29,7 +29,7 @@
29
]
30
instances_aarch64 = ["m7g.metal"]
31
commands = [
32
- "./tools/devtool -y test --no-build -- -m nonci -n4 integration_tests/functional/test_snapshot_phase1.py",
+ "./tools/devtool -y test --no-build --no-archive -- -m nonci -n4 integration_tests/functional/test_snapshot_phase1.py",
33
# punch holes in mem snapshot tiles and tar them so they are preserved in S3
34
"find test_results/test_snapshot_phase1 -type f -name mem |xargs -P4 -t -n1 fallocate -d",
35
"mv -v test_results/test_snapshot_phase1 snapshot_artifacts",
0 commit comments