Skip to content

Bump github/codeql-action from 3.25.10 to 3.25.11 in the github-actions group #2821

Bump github/codeql-action from 3.25.10 to 3.25.11 in the github-actions group

Bump github/codeql-action from 3.25.10 to 3.25.11 in the github-actions group #2821

Workflow file for this run

---
name: End to End Full
on:
pull_request:
types: [labeled, opened, synchronize, reopened]
permissions: {}
jobs:
e2e:
name: E2E
if: contains(github.event.pull_request.labels.*.name, 'ready-to-test')
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
deploytool: ['operator']
globalnet: ['', 'globalnet']
k8s_version: ['1.25']
include:
- k8s_version: '1.22'
- k8s_version: '1.23'
- k8s_version: '1.24'
steps:
- name: Check out the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/[email protected]
with:
k8s_version: ${{ matrix.k8s_version }}
using: ${{ matrix.deploytool }} ${{ matrix.globalnet }}
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/[email protected]