Skip to content

Commit 5c29fed

Browse files
fix: update e2e config (#8639)
1 parent 70570c1 commit 5c29fed

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

e2e/ci-e2e-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# Many of these fields can be overridden with environment variables.
33
# All fields that support this have the corresponding environment variable name in a comment beside the field.
44

5-
# | Environment Variable | Description | Default Value |
6-
# |----------------------|-------------------------------------------|------------------------------|
7-
# | CHAIN_IMAGE | The image that will be used for the chain | ghcr.io/cosmos/ibc-go-simd |
8-
# | CHAIN_A_TAG | The tag used for chain A | N/A (must be set) |
9-
# | CHAIN_B_TAG | The tag used for chain B | N/A (must be set) |
10-
# | CHAIN_C_TAG | The tag used for chain C | N/A (optional; fallback to A)|
11-
# | CHAIN_D_TAG | The tag used for chain D | N/A (optional; fallback to A)|
12-
# | CHAIN_BINARY | The binary used in the container | simd |
13-
# | RELAYER_TAG | The tag used for the relayer | 1.10.4 |
14-
# | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
5+
# | Environment Variable | Description | Default Value |
6+
# |----------------------|-------------------------------------------|-------------------------------|
7+
# | CHAIN_IMAGE | The image that will be used for the chain | ghcr.io/cosmos/ibc-go-simd |
8+
# | CHAIN_A_TAG | The tag used for chain A | N/A (must be set) |
9+
# | CHAIN_B_TAG | The tag used for chain B | N/A (must be set) |
10+
# | CHAIN_C_TAG | The tag used for chain C | N/A (optional; fallback to A) |
11+
# | CHAIN_D_TAG | The tag used for chain D | N/A (optional; fallback to A) |
12+
# | CHAIN_BINARY | The binary used in the container | simd |
13+
# | RELAYER_TAG | The tag used for the relayer | 1.13.1 |
14+
# | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
1515

1616
# see sample.config.yaml for a bare minimum configuration example.
1717
# set env E2E_CONFIG_PATH to point to this file to use it.
@@ -51,7 +51,7 @@ activeRelayer: hermes # override with RELAYER_ID
5151
relayers:
5252
- id: hermes
5353
image: ghcr.io/informalsystems/hermes
54-
tag: "1.10.4"
54+
tag: "1.13.1"
5555
- id: rly
5656
image: ghcr.io/cosmos/relayer
5757
tag: "latest"
@@ -76,6 +76,6 @@ upgrades:
7676
- planName: "v8.1"
7777
tag: "v8.1.0"
7878
- planName: "v10"
79-
tag: "main" # TODO: Update with correct tag as soon as we have a release
79+
tag: "branch-release-v10.4.x"
8080
- planName: "ibcwasm-v8"
8181
tag: "v8.0.0-e2e-upgrade"

0 commit comments

Comments
 (0)