From eedc8e1db291f68f78d54037d75f0c20789d44be Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Wed, 27 Dec 2023 18:14:01 +0530 Subject: [PATCH] add timeout to makefile, update images with sha hash as well --- tests/starship/Makefile | 2 +- tests/starship/configs/ci.yaml | 4 ++-- tests/starship/configs/local.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/starship/Makefile b/tests/starship/Makefile index c4337292..3c1c3255 100644 --- a/tests/starship/Makefile +++ b/tests/starship/Makefile @@ -5,7 +5,7 @@ BUILD_DIR = ./build all: test test: - go test -count=1 -mod=readonly -v -race ./... + go test -count=1 -mod=readonly -timeout 20m -v -race ./... build-setup: cd setup && go build cmd/... -o build/ ./setup diff --git a/tests/starship/configs/ci.yaml b/tests/starship/configs/ci.yaml index e5dfe62c..79fac62e 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:anmol-restart-starship + image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship@sha256:a2d44df58adf71dabecb9c03ae4eb5fdf460843de72b04ee49b91d55705005c9 home: /root/.meshd binary: meshd prefix: mesh @@ -36,7 +36,7 @@ chains: - name: mesh-2 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship + image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship@sha256:a2d44df58adf71dabecb9c03ae4eb5fdf460843de72b04ee49b91d55705005c9 home: /root/.meshd binary: meshd prefix: mesh diff --git a/tests/starship/configs/local.yaml b/tests/starship/configs/local.yaml index c40b63c0..18de7214 100644 --- a/tests/starship/configs/local.yaml +++ b/tests/starship/configs/local.yaml @@ -2,7 +2,7 @@ chains: - name: mesh-1 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship + image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship@sha256:a2d44df58adf71dabecb9c03ae4eb5fdf460843de72b04ee49b91d55705005c9 home: /root/.meshd binary: meshd prefix: mesh @@ -36,7 +36,7 @@ chains: - name: mesh-2 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship + image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship@sha256:a2d44df58adf71dabecb9c03ae4eb5fdf460843de72b04ee49b91d55705005c9 home: /root/.meshd binary: meshd prefix: mesh