Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 007 tests #163

Merged
merged 1 commit into from
Feb 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 2 additions & 25 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ steps:
- nix build -L -f .. test
- ./result/bin/stablecoin-test

- label: nettest-local-chain-007
- label: nettest-local-chain-008
if: *not_scheduled
env:
NETTEST_NODE_ENDPOINT: "http://localhost:8735"
NETTEST_NODE_ENDPOINT: "http://localhost:8733"
# this key is defined in local-chain bootstrap accounts list in
# https://github.com/serokell/aquarius-infra/blob/master/servers/albali/chain.nix
MONEYBAG: "unencrypted:edsk3GjD83F7oj2LrnRGYQer99Fj69U2QLyjWGiJ4UoBZNQwS38J4v"
Expand All @@ -81,29 +81,6 @@ steps:
automatic:
limit: 1

- label: nettest-local-chain-008
if: *not_scheduled
env:
NETTEST_NODE_ENDPOINT: "http://localhost:8733"
MONEYBAG: "unencrypted:edsk3GjD83F7oj2LrnRGYQer99Fj69U2QLyjWGiJ4UoBZNQwS38J4v"
commands: *run-nettest
retry: *retry-nettest


- label: nettest-scheduled-delphinet
if: build.source == "schedule"
# use another agent for long scheduled jobs
agents:
queue: "scheduled"
env:
NETTEST_NODE_ENDPOINT: "http://delphi.testnet.tezos.serokell.team:8732"
# Note that testnet moneybag can run out of tz. If this happened, someone should transfer it some
# more tz, its address: tz1ij8gUYbMRUXa4xX3mNvKguhaWG9GGbURn
MONEYBAG: "unencrypted:edsk4EYgVvKVKppJXAyeoqxJrNeyoktNqmcx5op1CFht9P1p8pPxp7"
commands: *run-nettest
retry: *retry-nettest
timeout_in_minutes: 180

- label: nettest-scheduled-edonet
if: build.source == "schedule"
# use another agent for long scheduled jobs
Expand Down