Skip to content

Commit

Permalink
add name and version to the chains config and test files (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Nov 16, 2024
1 parent b9f9cc3 commit 2e414e4
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 0 deletions.
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/agoric.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: agoric-3
name: agoric
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/build-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: cosmoshub-4
name: cosmoshub
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/evmos.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: evmos_9000-1
name: evmos
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/injective.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: injective-1
name: injective
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/multi-relayer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/multi-validator.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/neutron-relayer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: neutron-1
name: neutron
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/neutron.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: neutron-1
name: neutron
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/noble.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: noble-1
name: noble
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/one-chain-cometmock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: cosmoshub-4
name: cosmoshub
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/one-chain-custom-scripts.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/one-chain-starship-faucet.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/one-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: cosmoshub-4
name: cosmoshub
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/one-custom-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: custom-1
name: custom
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/simapp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

images:
## Explicitly set image pull policy to always, since we are using the latest tag of the imgaes (which might be cached)
## NOTE: by default this is set to IfNotPresent to avoid pulling image incase it is already present
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/three-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/two-chain-cometmock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/two-chain-gorelayer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/two-chain-monitoring.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions starship/tests/e2e/configs/two-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: starship-e2e-tests
version: 0.2.20

chains:
- id: osmosis-1
name: osmosis
Expand Down

0 comments on commit 2e414e4

Please sign in to comment.