Skip to content

Commit

Permalink
Merge pull request #5631 from oasisprotocol/kostko/fix/ci-benchmarks-…
Browse files Browse the repository at this point in the history
…rofl

ci: Add missing rofl runtime binary to benchmarks pipeline
  • Loading branch information
kostko authored Apr 9, 2024
2 parents c20cb29 + 43597f1 commit c68b2f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/benchmarks.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,21 @@ steps:
command:
- .buildkite/rust/build_runtime.sh tests/runtimes/simple-keymanager
- .buildkite/rust/build_runtime.sh tests/runtimes/simple-keyvalue
- .buildkite/rust/build_runtime.sh tests/runtimes/simple-rofl

# Upload the built artifacts.
- cd /var/tmp/artifacts/sgx/x86_64-fortanix-unknown-sgx/debug
- buildkite-agent artifact upload simple-keymanager.sgxs
- buildkite-agent artifact upload simple-keyvalue.sgxs
- buildkite-agent artifact upload simple-keyvalue-upgrade.sgxs
- buildkite-agent artifact upload simple-keymanager-upgrade.sgxs
- buildkite-agent artifact upload simple-rofl.sgxs
- cd /var/tmp/artifacts/default/debug
- buildkite-agent artifact upload simple-keymanager
- buildkite-agent artifact upload simple-keyvalue
- buildkite-agent artifact upload simple-keyvalue-upgrade
- buildkite-agent artifact upload simple-keymanager-upgrade
- buildkite-agent artifact upload simple-rofl
plugins:
<<: *docker_plugin

Expand Down
Empty file added .changelog/5631.trivial.md
Empty file.

0 comments on commit c68b2f1

Please sign in to comment.