From 0f48c4ccec5bbb6fb2ef15dabe313b9142932f5f Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Wed, 27 Dec 2023 17:38:26 +0530 Subject: [PATCH] update ci starship config, update gh actions to use go1.20 instead --- .github/workflows/docker.yaml | 2 +- .github/workflows/starship-e2e-tests.yml | 4 ++-- tests/starship/configs/ci.yaml | 22 ++++++++++++++++++++-- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 23984ef2..9c64fb27 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -38,7 +38,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: "1.21" + go-version: "1.20" check-latest: true - name: Extract Docker metadata diff --git a/.github/workflows/starship-e2e-tests.yml b/.github/workflows/starship-e2e-tests.yml index 237dd9ac..de03fd79 100644 --- a/.github/workflows/starship-e2e-tests.yml +++ b/.github/workflows/starship-e2e-tests.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.21 + go-version: ^1.20 id: go - name: Deps @@ -41,7 +41,7 @@ jobs: with: values: tests/starship/configs/ci.yaml port-forward: true - version: 0.1.46-rc1 + version: 0.1.48-rc0 - name: Run Tests id: run-tests diff --git a/tests/starship/configs/ci.yaml b/tests/starship/configs/ci.yaml index 4452afdd..07e9cfb9 100644 --- a/tests/starship/configs/ci.yaml +++ b/tests/starship/configs/ci.yaml @@ -2,7 +2,7 @@ chains: - name: mesh-1 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:latest + image: ghcr.io/osmosis-labs/meshd:anmol-docker-debian home: /root/.meshd binary: meshd prefix: mesh @@ -27,6 +27,9 @@ chains: cpu: "0.2" memory: "200M" faucet: + enabled: true + type: starship + image: "ghcr.io/cosmology-tech/starship/faucet:20231215-7c22b86" concurreny: 2 resources: cpu: "0.1" @@ -34,7 +37,7 @@ chains: - name: mesh-2 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:latest + image: ghcr.io/osmosis-labs/meshd:anmol-docker-debian home: /root/.meshd binary: meshd prefix: mesh @@ -59,6 +62,9 @@ chains: cpu: "0.2" memory: "200M" faucet: + enabled: true + type: starship + image: "ghcr.io/cosmology-tech/starship/faucet:20231215-7c22b86" concurreny: 2 resources: cpu: "0.1" @@ -81,6 +87,7 @@ relayers: registry: enabled: true + image: ghcr.io/cosmology-tech/starship/registry:20231215-7c22b86 ports: rest: 8081 resources: @@ -88,6 +95,17 @@ registry: memory: "100M" exposer: + image: "ghcr.io/cosmology-tech/starship/exposer:20231215-7c22b86" resources: cpu: "0.1" memory: "100M" + +timeouts: + time_iota_ms: 2000 + timeout_propose: 3000ms + timeout_propose_delta: 500ms + timeout_prevote: 1000ms + timeout_prevote_delta: 500ms + timeout_precommit: 1000ms + timeout_precommit_delta: 500ms + timeout_commit: 5000ms