Skip to content

Commit

Permalink
build: Remove the old clients
Browse files Browse the repository at this point in the history
  • Loading branch information
Yawning committed Jun 29, 2021
1 parent bf94781 commit fb86bbc
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 744 deletions.
7 changes: 0 additions & 7 deletions .buildkite/benchmarks.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,10 @@ steps:
- label: Build Rust runtime loader
command:
- .buildkite/rust/build_generic.sh /workdir -p oasis-core-runtime-loader
- .buildkite/rust/build_generic.sh /workdir -p test-long-term-client
- .buildkite/rust/build_generic.sh /workdir -p simple-keyvalue-client
- .buildkite/rust/build_generic.sh /workdir -p simple-keyvalue-enc-client

# Upload the built artifacts.
- cd /var/tmp/artifacts/default/debug
- buildkite-agent artifact upload oasis-core-runtime-loader
# Clients for E2E tests.
- buildkite-agent artifact upload test-long-term-client
- buildkite-agent artifact upload simple-keyvalue-client
- buildkite-agent artifact upload simple-keyvalue-enc-client
plugins:
<<: *docker_plugin

Expand Down
7 changes: 0 additions & 7 deletions .buildkite/code.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,10 @@ steps:
- label: Build Rust runtime loader
command:
- .buildkite/rust/build_generic.sh /workdir -p oasis-core-runtime-loader
- .buildkite/rust/build_generic.sh /workdir -p test-long-term-client
- .buildkite/rust/build_generic.sh /workdir -p simple-keyvalue-client
- .buildkite/rust/build_generic.sh /workdir -p simple-keyvalue-enc-client

# Upload the built artifacts.
- cd /var/tmp/artifacts/default/debug
- buildkite-agent artifact upload oasis-core-runtime-loader
# Clients for E2E tests.
- buildkite-agent artifact upload test-long-term-client
- buildkite-agent artifact upload simple-keyvalue-client
- buildkite-agent artifact upload simple-keyvalue-enc-client
retry:
<<: *retry_agent_failure
plugins:
Expand Down
7 changes: 0 additions & 7 deletions .buildkite/longtests.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,10 @@ steps:
- label: Build Rust runtime loader
command:
- .buildkite/rust/build_generic.sh /workdir -p oasis-core-runtime-loader
- .buildkite/rust/build_generic.sh /workdir -p test-long-term-client
- .buildkite/rust/build_generic.sh /workdir -p simple-keyvalue-client
- .buildkite/rust/build_generic.sh /workdir -p simple-keyvalue-enc-client

# Upload the built artifacts.
- cd /var/tmp/artifacts/default/debug
- buildkite-agent artifact upload oasis-core-runtime-loader
# Clients for E2E tests.
- buildkite-agent artifact upload test-long-term-client
- buildkite-agent artifact upload simple-keyvalue-client
- buildkite-agent artifact upload simple-keyvalue-enc-client
plugins:
<<: *docker_plugin

Expand Down
3 changes: 0 additions & 3 deletions .buildkite/rust/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ cargo tarpaulin \
--out Xml \
--all \
--exclude simple-keyvalue \
--exclude simple-keyvalue-client \
--exclude simple-keyvalue-enc-client \
--exclude test-long-term-client \
--exclude-files '*generated*' \
--exclude-files tests \
--exclude-files runtime/src/storage/mkvs/interop \
Expand Down
6 changes: 1 addition & 5 deletions .buildkite/scripts/download_e2e_test_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ download_artifact simple-keymanager target/default/debug 755
download_artifact simple-keymanager-upgrade.sgxs target/sgx/x86_64-fortanix-unknown-sgx/debug 755
download_artifact simple-keymanager-upgrade target/default/debug 755

# Test simple-keyvalue runtime and clients.
download_artifact test-long-term-client target/default/debug 755
download_artifact simple-keyvalue-client target/default/debug 755
download_artifact simple-keyvalue-enc-client target/default/debug 755

# Test simple-keyvalue runtime.
download_artifact simple-keyvalue.sgxs target/sgx/x86_64-fortanix-unknown-sgx/debug 755
download_artifact simple-keyvalue target/default/debug 755
download_artifact simple-keyvalue-upgrade.sgxs target/sgx/x86_64-fortanix-unknown-sgx/debug 755
Expand Down
48 changes: 0 additions & 48 deletions .buildkite/scripts/test_consim.sh

This file was deleted.

1 change: 0 additions & 1 deletion .buildkite/scripts/test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ ${test_runner_binary} \
${BUILDKITE:+--basedir ${TEST_BASE_DIR:-$PWD}/e2e} \
--basedir.no_cleanup \
--e2e.node.binary ${node_binary} \
--e2e/runtime.client.binary_dir ${WORKDIR}/target/default/debug \
--e2e/runtime.runtime.binary_dir.default ${WORKDIR}/target/default/debug \
--e2e/runtime.runtime.binary_dir.intel-sgx ${WORKDIR}/target/sgx/x86_64-fortanix-unknown-sgx/debug \
--e2e/runtime.runtime.loader ${WORKDIR}/target/default/debug/oasis-core-runtime-loader \
Expand Down
1 change: 1 addition & 0 deletions .changelog/4038.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: Stuff to make CI faster
44 changes: 0 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ members = [
# Test runtimes.
"tests/runtimes/simple-keyvalue",
"tests/runtimes/simple-keymanager",

# Test clients.
"tests/clients/simple-keyvalue",
"tests/clients/simple-keyvalue-enc",
"tests/clients/test-long-term",
]

[profile.release]
Expand Down
18 changes: 0 additions & 18 deletions tests/clients/simple-keyvalue-enc/Cargo.toml

This file was deleted.

143 changes: 0 additions & 143 deletions tests/clients/simple-keyvalue-enc/src/main.rs

This file was deleted.

18 changes: 0 additions & 18 deletions tests/clients/simple-keyvalue/Cargo.toml

This file was deleted.

Loading

0 comments on commit fb86bbc

Please sign in to comment.