Skip to content

Commit

Permalink
fixup! fix(e2e): increase k8s resources for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jun 7, 2024
1 parent 9ad6248 commit 514741d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
version: 0.2.2
timeout: 30m

- name: Fund Provision Pool
run: make fund-provision-pool
working-directory: ./agoric-sdk/multichain-testing

- name: Run @agoric/multichain-testing E2E Tests
run: yarn test
working-directory: ./agoric-sdk/multichain-testing
8 changes: 7 additions & 1 deletion multichain-testing/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chains:
exposer: 38087
grpc: 9090
resources:
cpu: 1
cpu: 2
memory: 4Gi
- id: osmosislocal
name: osmosis
Expand Down Expand Up @@ -50,6 +50,9 @@ chains:
rpc: 26655
grpc: 9093
faucet: 8084
resources:
cpu: 1
memory: 1Gi
- id: gaialocal
name: cosmoshub
numValidators: 1
Expand All @@ -70,6 +73,9 @@ chains:
rpc: 26654
grpc: 9092
faucet: 8083
resources:
cpu: 1
memory: 1Gi

relayers:
- name: osmosis-gaia
Expand Down

0 comments on commit 514741d

Please sign in to comment.