From fa3193d0a282aea49d10fb5ee929f41116e1e42e Mon Sep 17 00:00:00 2001 From: Ilona Prikule Date: Tue, 18 May 2021 15:08:25 +0200 Subject: [PATCH] [TM-546] Remove edo2net tests Problem: protocol 008 has become obsolete. Solution: remove tests for 008 local chain and edo2net from the CI. --- .buildkite/pipeline.yml | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e7051fa1..94cc2d3b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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" @@ -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" @@ -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"