Skip to content

Commit 26fd52b

Browse files
Reenable the upgrade tests (#4477)
1 parent 1fa3491 commit 26fd52b

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,20 +117,19 @@ jobs:
117117
runs-on: ubuntu-latest
118118
steps:
119119
- uses: actions/checkout@v4
120-
# TODO: Reactivate test once v1.14.0 is published
121-
# - name: Run e2e tests
122-
# uses: ./.github/actions/run-monitored-tmpnet-cmd
123-
# with:
124-
# run: ./scripts/run_task.sh test-upgrade
125-
# artifact_prefix: upgrade
126-
# prometheus_url: ${{ secrets.PROMETHEUS_URL || '' }}
127-
# prometheus_push_url: ${{ secrets.PROMETHEUS_PUSH_URL || '' }}
128-
# prometheus_username: ${{ secrets.PROMETHEUS_USERNAME || '' }}
129-
# prometheus_password: ${{ secrets.PROMETHEUS_PASSWORD || '' }}
130-
# loki_url: ${{ secrets.LOKI_URL || '' }}
131-
# loki_push_url: ${{ secrets.LOKI_PUSH_URL || '' }}
132-
# loki_username: ${{ secrets.LOKI_USERNAME || '' }}
133-
# loki_password: ${{ secrets.LOKI_PASSWORD || '' }}
120+
- name: Run e2e tests
121+
uses: ./.github/actions/run-monitored-tmpnet-cmd
122+
with:
123+
run: ./scripts/run_task.sh test-upgrade
124+
artifact_prefix: upgrade
125+
prometheus_url: ${{ secrets.PROMETHEUS_URL || '' }}
126+
prometheus_push_url: ${{ secrets.PROMETHEUS_PUSH_URL || '' }}
127+
prometheus_username: ${{ secrets.PROMETHEUS_USERNAME || '' }}
128+
prometheus_password: ${{ secrets.PROMETHEUS_PASSWORD || '' }}
129+
loki_url: ${{ secrets.LOKI_URL || '' }}
130+
loki_push_url: ${{ secrets.LOKI_PUSH_URL || '' }}
131+
loki_username: ${{ secrets.LOKI_USERNAME || '' }}
132+
loki_password: ${{ secrets.LOKI_PASSWORD || '' }}
134133
Lint:
135134
runs-on: ubuntu-latest
136135
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.13.0 is the earliest version that supports Fortuna.
20-
DEFAULT_VERSION="1.13.0"
19+
# v1.14.0 is the earliest version that supports Granite.
20+
DEFAULT_VERSION="1.14.0"
2121

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

0 commit comments

Comments
 (0)