diff --git a/.buildkite/benchmarks.pipeline.yml b/.buildkite/benchmarks.pipeline.yml index 72faec1f3a3..4ae8ed77e2d 100644 --- a/.buildkite/benchmarks.pipeline.yml +++ b/.buildkite/benchmarks.pipeline.yml @@ -89,6 +89,7 @@ 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 @@ -96,11 +97,13 @@ steps: - 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 diff --git a/.changelog/5631.trivial.md b/.changelog/5631.trivial.md new file mode 100644 index 00000000000..e69de29bb2d