Skip to content

Automated backport of #2933: Fix concurrent map write crash in logIfChanged #7260

Automated backport of #2933: Fix concurrent map write crash in logIfChanged

Automated backport of #2933: Fix concurrent map write crash in logIfChanged #7260

Workflow file for this run

---
name: Upgrade
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled]
branches: [release-0.16]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
if: ${{ github.base_ref == 'release-0.16' }}
&& (github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft'))
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- 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]