diff --git a/starship/tests/smoke/ci/multi-validator.yaml b/starship/tests/smoke/ci/multi-validator.yaml index 3fefd8a80..05c052863 100644 --- a/starship/tests/smoke/ci/multi-validator.yaml +++ b/starship/tests/smoke/ci/multi-validator.yaml @@ -1,6 +1,6 @@ chains: - - name: osmosis-1 - type: osmosis + - id: osmosis-1 + name: osmosis numValidators: 2 ports: rest: 1313 diff --git a/starship/tests/smoke/ci/one-chain.yaml b/starship/tests/smoke/ci/one-chain.yaml index 8e72900cb..c8492c62a 100644 --- a/starship/tests/smoke/ci/one-chain.yaml +++ b/starship/tests/smoke/ci/one-chain.yaml @@ -1,6 +1,6 @@ chains: - - name: osmosis-1 - type: osmosis + - id: osmosis-1 + name: osmosis numValidators: 1 ports: rest: 1313 diff --git a/starship/tests/smoke/ci/osmojs.yaml b/starship/tests/smoke/ci/osmojs.yaml index 91dcbb8ba..d7239a0c3 100644 --- a/starship/tests/smoke/ci/osmojs.yaml +++ b/starship/tests/smoke/ci/osmojs.yaml @@ -1,6 +1,6 @@ chains: - - name: osmosis-1 - type: osmosis + - id: osmosis-1 + name: osmosis image: pyramation/osmosis:v16.1.0 numValidators: 1 ports: @@ -10,8 +10,8 @@ chains: resources: cpu: "0.2" memory: "200M" - - name: cosmos-2 - type: cosmos + - id: cosmos-2 + name: cosmos numValidators: 1 ports: rest: 1313 diff --git a/starship/tests/smoke/ci/simapp.yaml b/starship/tests/smoke/ci/simapp.yaml index f6b6739b4..54740a4ec 100644 --- a/starship/tests/smoke/ci/simapp.yaml +++ b/starship/tests/smoke/ci/simapp.yaml @@ -1,6 +1,6 @@ chains: - - name: simapp - type: simapp + - id: simapp + name: simapp image: ghcr.io/cosmos/simapp:latest numValidators: 2 ports: