Skip to content

Update Submariner dependencies to v0.17.4 #9355

Update Submariner dependencies to v0.17.4

Update Submariner dependencies to v0.17.4 #9355

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@release-0.17
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.17