Skip to content

Commit a5634ae

Browse files
committed
chore(e2e): adapt e2e-kind.yml for release/1.3.x context
- PR trigger: branches main -> release/1.3.x (so this workflow runs on PRs against release/1.3.x). - Default old_version: v1.1.2 -> v1.2.1 (matches the natural upgrade source for release/1.3.x; main targets a different floor). Leaves notify-e2e.yml's `branches: [main]` filter unchanged — the moca-e2e hub tracks main only, so this workflow stays a safe no-op on release/1.3.x by design.
1 parent aba5e06 commit a5634ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-kind.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: E2E Kind Tests
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- release/1.3.x
77
workflow_dispatch:
88
inputs:
99
old_version:
1010
description: "Old version tag for upgrade tests (used by hardfork/governance/comprehensive)"
11-
default: "v1.1.2"
11+
default: "v1.2.1"
1212
type: string
1313

1414
env:
15-
OLD_VERSION: ${{ inputs.old_version || 'v1.1.2' }}
15+
OLD_VERSION: ${{ inputs.old_version || 'v1.2.1' }}
1616
DOCKER_IMAGE: mocachain/moca
1717
DOCKER_TAG: e2e-local
1818
CGO_CFLAGS: "-O -D__BLST_PORTABLE__"

0 commit comments

Comments
 (0)