Skip to content

Commit 29bee6a

Browse files
committed
chore: update cross pipeline with new test results structure
Now test_results is one level more nested than before Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent a7155a9 commit 29bee6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline_cross.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
commands = [
3232
"./tools/devtool -y test --no-build -- -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
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",
34+
"find test_results/test_snapshot_phase1/test_snapshot_phase1 -type f -name mem |xargs -P4 -t -n1 fallocate -d",
35+
"mv -v test_results/test_snapshot_phase1/test_snapshot_phase1 snapshot_artifacts",
3636
"mkdir -pv snapshots",
3737
"tar cSvf snapshots/{instance}_{kv}.tar snapshot_artifacts",
3838
]

0 commit comments

Comments
 (0)