Skip to content

Commit

Permalink
update ci starship config, update gh actions to use go1.20 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Dec 27, 2023
1 parent 7662016 commit 0f48c4c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/starship-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
22 changes: 20 additions & 2 deletions tests/starship/configs/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,14 +27,17 @@ 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"
memory: "100M"
- 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
Expand All @@ -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"
Expand All @@ -81,13 +87,25 @@ relayers:

registry:
enabled: true
image: ghcr.io/cosmology-tech/starship/registry:20231215-7c22b86
ports:
rest: 8081
resources:
cpu: "0.1"
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

0 comments on commit 0f48c4c

Please sign in to comment.