Skip to content

Commit

Permalink
fixup! feat(orchestration): starship e2e tests (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jun 6, 2024
1 parent cc79eef commit b1cdc56
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions multichain-testing/config.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ chains:
grpc: 9093
faucet: 8084
resources:
cpu: "0.1"
memory: "100M"
cpu: "0.2"
memory: "200M"
- id: gaialocal
name: cosmoshub
numValidators: 1
Expand All @@ -75,8 +75,8 @@ chains:
grpc: 9092
faucet: 8083
resources:
cpu: "0.1"
memory: "100M"
cpu: "0.2"
memory: "200M"

relayers:
- name: osmosis-gaia
Expand All @@ -86,49 +86,41 @@ relayers:
- osmosislocal
- gaialocal
resources:
cpu: "0.1"
memory: "100M"
cpu: "0.2"
memory: "200M"
- name: agoric-osmosis
type: hermes
replicas: 1
chains:
- agoriclocal
- osmosislocal
resources:
cpu: "0.1"
memory: "100M"
cpu: "0.2"
memory: "200M"
- name: agoric-gaia
type: hermes
replicas: 1
chains:
- agoriclocal
- gaialocal
resources:
cpu: "0.1"
memory: "100M"

explorer:
enabled: true
ports:
rest: 8080
resources:
cpu: "0.1"
memory: "100M"
cpu: "0.2"
memory: "200M"

registry:
enabled: true
ports:
rest: 8081
resources:
cpu: "0.1"
memory: "100M"
cpu: "0.2"
memory: "200M"

exposer:
resources:
cpu: "0.1"
memory: "100M"
cpu: "0.2"
memory: "200M"

faucet:
resources:
cpu: "0.1"
memory: "100M"
cpu: "0.2"
memory: "200M"

0 comments on commit b1cdc56

Please sign in to comment.