Skip to content

Add permission RBAC to access endpoints #6379

Add permission RBAC to access endpoints

Add permission RBAC to access endpoints #6379

Workflow file for this run

---
name: Upgrade
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled]
branches: [devel]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
if: ${{ github.base_ref == 'devel' }}
&& (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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Install an old cluster, upgrade it and check it
uses: submariner-io/shipyard/gh-actions/upgrade-e2e@devel
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel