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 a7155a9 commit 29bee6aCopy full SHA for 29bee6a
.buildkite/pipeline_cross.py
@@ -31,8 +31,8 @@
31
commands = [
32
"./tools/devtool -y test --no-build -- -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",
+ "find test_results/test_snapshot_phase1/test_snapshot_phase1 -type f -name mem |xargs -P4 -t -n1 fallocate -d",
+ "mv -v test_results/test_snapshot_phase1/test_snapshot_phase1 snapshot_artifacts",
36
"mkdir -pv snapshots",
37
"tar cSvf snapshots/{instance}_{kv}.tar snapshot_artifacts",
38
]
0 commit comments