Automated backport of #1338: Add OVN IC CI #1351: Fix OVN Image #1373: Use a specific OVNK commit #2403
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Upgrade | |
on: | |
pull_request: | |
branches: [release-0.15] | |
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@8ade135a41bc03ea155e62e844d188df1ea18608 | |
- 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 |