Skip to content

Commit 492298a

Browse files
Reenable the upgrade test (#3929)
1 parent 99efdbb commit 492298a

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,15 @@ jobs:
9595
steps:
9696
- uses: actions/checkout@v4
9797
- uses: ./.github/actions/setup-go-for-project
98-
# TODO: Reactivate test once v1.13.0 is published
99-
# - name: Run e2e tests
100-
# uses: ./.github/actions/run-monitored-tmpnet-cmd
101-
# with:
102-
# run: ./scripts/run_task.sh test-upgrade
103-
# artifact_prefix: upgrade
104-
# prometheus_username: ${{ secrets.PROMETHEUS_ID || '' }}
105-
# prometheus_password: ${{ secrets.PROMETHEUS_PASSWORD || '' }}
106-
# loki_username: ${{ secrets.LOKI_ID || '' }}
107-
# loki_password: ${{ secrets.LOKI_PASSWORD || '' }}
98+
- name: Run e2e tests
99+
uses: ./.github/actions/run-monitored-tmpnet-cmd
100+
with:
101+
run: ./scripts/run_task.sh test-upgrade
102+
artifact_prefix: upgrade
103+
prometheus_username: ${{ secrets.PROMETHEUS_ID || '' }}
104+
prometheus_password: ${{ secrets.PROMETHEUS_PASSWORD || '' }}
105+
loki_username: ${{ secrets.LOKI_ID || '' }}
106+
loki_password: ${{ secrets.LOKI_PASSWORD || '' }}
108107
Lint:
109108
runs-on: ubuntu-latest
110109
steps:

scripts/tests.upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ fi
1616
# local network, this flag must be updated to the last compatible
1717
# version with the latest code.
1818
#
19-
# v1.12.0 is the earliest version that supports Etna.
20-
DEFAULT_VERSION="1.12.0"
19+
# v1.13.0 is the earliest version that supports Fortuna.
20+
DEFAULT_VERSION="1.13.0"
2121

2222
VERSION="${1:-${DEFAULT_VERSION}}"
2323
if [[ -z "${VERSION}" ]]; then

0 commit comments

Comments
 (0)