Skip to content

Commit

Permalink
Merge pull request #172 from tqtezos/ixahedron/tm546-disable-edo2net
Browse files Browse the repository at this point in the history
[TM-546] Remove edo2net tests
  • Loading branch information
ixahedron authored May 18, 2021
2 parents 6dd2bec + fa3193d commit 9cd46d3
Showing 1 changed file with 5 additions and 32 deletions.
37 changes: 5 additions & 32 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ steps:
- nix build -L -f .. test
- ./result/bin/stablecoin-test

- label: nettest-local-chain-008
key: nettest-local-chain-008
- label: nettest-local-chain-009
key: nettest-local-chain-009
if: *not_scheduled
depends_on: build_library
env:
NETTEST_NODE_ENDPOINT: "http://localhost:8733"
NETTEST_NODE_ENDPOINT: "http://localhost:8734"
# 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 @@ -88,33 +88,6 @@ steps:
automatic:
limit: 1

- label: nettest-local-chain-009
key: nettest-local-chain-009
if: *not_scheduled
depends_on: build_library
env:
NETTEST_NODE_ENDPOINT: "http://localhost:8734"
# 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"
commands: *run-nettest
retry: *retry-nettest

- label: nettest-scheduled-edonet
key: nettest-scheduled-edonet
if: build.source == "schedule"
depends_on:
- build_library
- LIGO-contract
env:
NETTEST_NODE_ENDPOINT: "http://edo.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-florencenet
key: nettest-scheduled-florencenet
if: build.source == "schedule"
Expand Down Expand Up @@ -146,8 +119,8 @@ steps:
if: *not_scheduled
depends_on:
- test
- nettest-local-chain-008
- nettest-scheduled-edonet
- nettest-local-chain-009
- nettest-scheduled-florencenet
- weeder
commands:
- eval "$FETCH_CONTRACT"
Expand Down

0 comments on commit 9cd46d3

Please sign in to comment.