Skip to content

Specify NamespaceInformer for ServiceImport and EndpointSlice resource syncers #2288

Specify NamespaceInformer for ServiceImport and EndpointSlice resource syncers

Specify NamespaceInformer for ServiceImport and EndpointSlice resource syncers #2288

Workflow file for this run

---
name: Upgrade
on:
pull_request:
branches: [devel]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- 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