Skip to content

Commit

Permalink
fixup! build: Remove the old clients
Browse files Browse the repository at this point in the history
  • Loading branch information
Yawning committed Jun 24, 2021
1 parent cf94ad4 commit 2456db8
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 397 deletions.
3 changes: 0 additions & 3 deletions .buildkite/benchmarks.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +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 simple-keyvalue-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 simple-keyvalue-client
plugins:
<<: *docker_plugin

Expand Down
3 changes: 0 additions & 3 deletions .buildkite/code.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +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 simple-keyvalue-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 simple-keyvalue-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
1 change: 0 additions & 1 deletion .buildkite/rust/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ cargo tarpaulin \
--out Xml \
--all \
--exclude simple-keyvalue \
--exclude simple-keyvalue-client \
--exclude-files '*generated*' \
--exclude-files tests \
--exclude-files runtime/src/storage/mkvs/interop \
Expand Down
4 changes: 1 addition & 3 deletions .buildkite/scripts/download_e2e_test_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +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 simple-keyvalue-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.

16 changes: 0 additions & 16 deletions Cargo.lock

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

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

# Test clients.
"tests/clients/simple-keyvalue",
]

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

This file was deleted.

Loading

0 comments on commit 2456db8

Please sign in to comment.