From ae6d49b9f7567947af7e5363c6c6757034f2adb4 Mon Sep 17 00:00:00 2001 From: Roman Melnikov Date: Mon, 22 Feb 2021 14:15:17 +0300 Subject: [PATCH] Remove 007 tests Problem: 007 protocol is now obsolete. Solution: Remove 007-related tests from CI. --- .buildkite/pipeline.yml | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 147fac64..0f91aef6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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" @@ -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