Skip to content

Automated backport of #1794: nettest: pass VERSION as an argument #3061

Automated backport of #1794: nettest: pass VERSION as an argument

Automated backport of #1794: nettest: pass VERSION as an argument #3061

Workflow file for this run

---
name: Upgrade
on:
pull_request:
branches: [release-0.19]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install an old cluster, upgrade it and check it
uses: ./gh-actions/upgrade-e2e
- name: Post Mortem
if: failure()
uses: ./gh-actions/post-mortem