Skip to content

Commit

Permalink
(unfinished) ci: run txsource
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Dec 20, 2019
1 parent fe9400b commit 48ec72e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
48 changes: 48 additions & 0 deletions .buildkite/longtests.pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Copied from pipeline.yml.
docker_plugin_default_config: &docker_plugin_default_config
image: "oasislabs/testing:0.3.0"
always_pull: true
workdir: /workdir
volumes:
- /var/lib/buildkite-agent/.coveralls:/root/.coveralls
- /var/lib/buildkite-agent/.codecov:/root/.codecov
# Shared Rust incremental compile caches.
- /tmp/cargo_ic/debug:/tmp/artifacts/debug/incremental
- /tmp/cargo_ic/debug_sgx:/tmp/artifacts/x86_64-unknown-linux-sgx/debug/incremental
# Shared Rust package checkouts directory.
- /tmp/cargo_pkg/git:/root/.cargo/git
- /tmp/cargo_pkg/registry:/root/.cargo/registry
# Shared Rust SGX standard library artifacts cache.
- /tmp/xargo_cache:/root/.xargo
# Shared Go package checkouts directory.
- /tmp/go_pkg:/root/go/pkg
# Intel SGX Application Enclave Services Manager (AESM) daemon running on
# the Buildkite host.
- /var/run/aesmd/aesm.socket:/var/run/aesmd/aesm.socket
# NOTE: When changing the environment variables below, also copy the changes
# to the docker_plugin_sgx_config.
environment:
- "LC_ALL=C.UTF-8"
- "LANG=C.UTF-8"
- "CARGO_TARGET_DIR=/tmp/artifacts"
- "CARGO_INSTALL_ROOT=/root/.cargo"
- "GOPROXY=https://proxy.golang.org/"
propagate-environment: true
unconfined: true

docker_plugin: &docker_plugin
oasislabs/docker#v3.0.1-oasis1:
<<: *docker_plugin_default_config

steps:
- label: Transaction source test
timeout_in_minutes: 480
command:
- make
- ./scripts/run-e2e-txsource.sh
env:
TEST_BASE_DIR: e2e
agents:
buildkite_agent_size: large
plugins:
<<: *docker_plugin
1 change: 0 additions & 1 deletion scripts/run-e2e-txsource.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
# (no merge)
./go/oasis-test-runner/oasis-test-runner \
--basedir.no_cleanup \
--e2e.node.binary go/oasis-node/oasis-node \
Expand Down

0 comments on commit 48ec72e

Please sign in to comment.