Skip to content

Bump to k8s.io 1.26.7 dependencies #7066

Bump to k8s.io 1.26.7 dependencies

Bump to k8s.io 1.26.7 dependencies #7066

Workflow file for this run

---
name: End to End Default
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled]
permissions: {}
jobs:
e2e:
name: E2E
if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft')
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/[email protected]
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/[email protected]