Skip to content

Commit

Permalink
upload timing for simulation
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed May 14, 2024
1 parent c3a0534 commit 6514aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/build-simulation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "--- Generate RiseDev CI config"
cp ci/risedev-components.ci.env risedev-components.user.env

echo "--- Build deterministic simulation e2e test runner"
risedev sslt-build-all --profile ci-sim
risedev sslt-build-all --profile ci-sim --timings

echo "--- Show sccache stats"
sccache --show-stats
Expand All @@ -25,6 +25,7 @@ sccache --zero-stats
echo "--- Upload artifacts"
mv target/sim/ci-sim/risingwave_simulation ./risingwave_simulation
tar --zstd -cvf risingwave_simulation.tar.zst risingwave_simulation
buildkite-agent artifact upload target/cargo-timings/cargo-timing.html

artifacts=(risingwave_simulation.tar.zst simulation-it-test.tar.zst)
echo -n "${artifacts[*]}" | parallel -d ' ' "buildkite-agent artifact upload ./{}"

0 comments on commit 6514aeb

Please sign in to comment.