diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6314042274d..4259c5527424 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,16 +95,15 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-go-for-project - # TODO: Reactivate test once v1.13.0 is published - # - name: Run e2e tests - # uses: ./.github/actions/run-monitored-tmpnet-cmd - # with: - # run: ./scripts/run_task.sh test-upgrade - # artifact_prefix: upgrade - # prometheus_username: ${{ secrets.PROMETHEUS_ID || '' }} - # prometheus_password: ${{ secrets.PROMETHEUS_PASSWORD || '' }} - # loki_username: ${{ secrets.LOKI_ID || '' }} - # loki_password: ${{ secrets.LOKI_PASSWORD || '' }} + - name: Run e2e tests + uses: ./.github/actions/run-monitored-tmpnet-cmd + with: + run: ./scripts/run_task.sh test-upgrade + artifact_prefix: upgrade + prometheus_username: ${{ secrets.PROMETHEUS_ID || '' }} + prometheus_password: ${{ secrets.PROMETHEUS_PASSWORD || '' }} + loki_username: ${{ secrets.LOKI_ID || '' }} + loki_password: ${{ secrets.LOKI_PASSWORD || '' }} Lint: runs-on: ubuntu-latest steps: diff --git a/scripts/tests.upgrade.sh b/scripts/tests.upgrade.sh index 131bab047b2c..0fcb3030f703 100755 --- a/scripts/tests.upgrade.sh +++ b/scripts/tests.upgrade.sh @@ -16,8 +16,8 @@ fi # local network, this flag must be updated to the last compatible # version with the latest code. # -# v1.12.0 is the earliest version that supports Etna. -DEFAULT_VERSION="1.12.0" +# v1.13.0 is the earliest version that supports Fortuna. +DEFAULT_VERSION="1.13.0" VERSION="${1:-${DEFAULT_VERSION}}" if [[ -z "${VERSION}" ]]; then