diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 186e6d0b..9baf5643 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -41,6 +41,7 @@ jobs: - "agoric.yaml" - "multi-relayer.yaml" - "neutron-relayer.yaml" + - "one-cosmoshub-starship-faucet.yaml" fail-fast: true max-parallel: 1 diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index b92729ab..a05e7ba0 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -36,6 +36,7 @@ jobs: - "one-chain-starship-faucet.yaml" - "multi-validator-starship-faucet.yaml" - "one-chain-cometmock.yaml" + - "one-cosmoshub-starship-faucet.yaml" fail-fast: true max-parallel: 3 diff --git a/starship/charts/devnet/Chart.yaml b/starship/charts/devnet/Chart.yaml index 47f2d69b..b661b77c 100644 --- a/starship/charts/devnet/Chart.yaml +++ b/starship/charts/devnet/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/starship/charts/devnet/defaults.yaml b/starship/charts/devnet/defaults.yaml index 242c268d..edfa0ada 100644 --- a/starship/charts/devnet/defaults.yaml +++ b/starship/charts/devnet/defaults.yaml @@ -88,7 +88,7 @@ defaultChains: prefix: cosmos denom: uatom prettyName: Cosmos Hub - coins: 100000000000000uatom,100000000000000stake + coins: 100000000000000uatom hdPath: m/44'/118'/0'/0/0 coinType: 118 repo: https://github.com/cosmos/gaia diff --git a/starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml b/starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml new file mode 100644 index 00000000..3e881e41 --- /dev/null +++ b/starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml @@ -0,0 +1,29 @@ +chains: + - id: cosmoshub-4 + name: cosmoshub + numValidators: 1 + ports: + rest: 1313 + rpc: 26653 + exposer: 38083 + faucet: 8003 + resources: + cpu: "0.5" + memory: 500M + faucet: + type: starship + concurrency: 2 + +registry: + enabled: true + ports: + rest: 8081 + grpc: 9091 + resources: + cpu: "0.1" + memory: 100M + +resources: + wait: + cpu: "0.1" + memory: 100M