File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
2222VERSION=" ${1:- ${DEFAULT_VERSION} } "
2323if [[ -z " ${VERSION} " ]]; then
You can’t perform that action at this time.
0 commit comments