Skip to content

Commit

Permalink
update smoke tests to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 13, 2024
1 parent fa08156 commit 2b4fd1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions starship/tests/smoke/ci/multi-validator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
chains:
- name: osmosis-1
type: osmosis
- id: osmosis-1
name: osmosis
numValidators: 2
ports:
rest: 1313
Expand Down
4 changes: 2 additions & 2 deletions starship/tests/smoke/ci/one-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
chains:
- name: osmosis-1
type: osmosis
- id: osmosis-1
name: osmosis
numValidators: 1
ports:
rest: 1313
Expand Down
8 changes: 4 additions & 4 deletions starship/tests/smoke/ci/osmojs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
chains:
- name: osmosis-1
type: osmosis
- id: osmosis-1
name: osmosis
image: pyramation/osmosis:v16.1.0
numValidators: 1
ports:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions starship/tests/smoke/ci/simapp.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
chains:
- name: simapp
type: simapp
- id: simapp
name: simapp
image: ghcr.io/cosmos/simapp:latest
numValidators: 2
ports:
Expand Down

0 comments on commit 2b4fd1d

Please sign in to comment.