Update Submariner dependencies to v0.19.0-rc3 #4832
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: | |
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled] | |
branches: [release-0.19] | |
permissions: {} | |
jobs: | |
upgrade-e2e: | |
name: Latest Release to Latest Version | |
if: | | |
(github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft')) | |
&& github.event.pull_request.state == 'open' | |
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: submariner-io/shipyard/gh-actions/[email protected] | |
- name: Post mortem | |
if: failure() | |
uses: submariner-io/shipyard/gh-actions/[email protected] |