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

[TM-546] Remove edo2net tests #172

Merged
merged 1 commit into from
May 18, 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
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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, why packaging depends on nettests? 🤔

Copy link
Contributor Author

@ixahedron ixahedron May 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's buildkite dependencies, meaning the packaging step should only run after nettests are run to ensure they pass, I assume.

- test
- nettest-local-chain-008
- nettest-scheduled-edonet
- nettest-local-chain-009
- nettest-scheduled-florencenet
- weeder
commands:
- eval "$FETCH_CONTRACT"
Expand Down