Skip to content

Commit

Permalink
ci: Change endpoints for e2e tests (#1270)
Browse files Browse the repository at this point in the history
* [ci] Change endpoints for e2e tests

* changed benchmark url
  • Loading branch information
alvicsam committed Apr 24, 2023
1 parent 5e9b838 commit 23f5b51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ stages:
variables:
CI_IMAGE: $NODE_IMAGE
CHAIN_NAME: ""
CHAIN_URL: "wss://${CHAIN_NAME}-testing-rpc.parity-build.parity.io"
CHAIN_URL: ""
script:
- yarn --immutable
- echo "Tests for ${CHAIN_URL}"
Expand All @@ -127,21 +127,21 @@ e2e-westend:
variables:
CI_IMAGE: $NODE_IMAGE
CHAIN_NAME: "westend"
CHAIN_URL: "wss://${CHAIN_NAME}-testing-rpc.parity-build.parity.io"
CHAIN_URL: "wss://westend-rpc.polkadot.io"

e2e-kusama:
<<: *e2e-template
variables:
CI_IMAGE: $NODE_IMAGE
CHAIN_NAME: "kusama"
CHAIN_URL: "wss://${CHAIN_NAME}-testing-rpc.parity-build.parity.io"
CHAIN_URL: "wss://kusama-rpc.polkadot.io"

e2e-polkadot:
<<: *e2e-template
variables:
CI_IMAGE: $NODE_IMAGE
CHAIN_NAME: "polkadot"
CHAIN_URL: "wss://${CHAIN_NAME}-testing-rpc.parity-build.parity.io"
CHAIN_URL: "wss://rpc.polkadot.io"

build-docker:
<<: *dockerize
Expand Down Expand Up @@ -229,7 +229,7 @@ bench-polkadot: &bench-polkadot
variables:
CI_IMAGE: $BENCHMARK_IMAGE
CHAIN_NAME: "polkadot"
CHAIN_URL: "wss://${CHAIN_NAME}-testing-rpc.parity-build.parity.io"
CHAIN_URL: "wss://rpc.polkadot.io"
script:
- yarn --immutable
- echo "Benchmarks for ${CHAIN_URL}"
Expand Down

0 comments on commit 23f5b51

Please sign in to comment.