Skip to content

Pin Konflux Dockerfile version label #2690

Pin Konflux Dockerfile version label

Pin Konflux Dockerfile version label #2690

Workflow file for this run

---
name: System Tests
on:
pull_request:
permissions: {}
jobs:
system-test:
name: Subctl Commands
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
using: ['', 'globalnet', 'lighthouse', 'dual-stack']
steps:
- name: Check out the repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- name: Build non deploy subctl
run: make using="${{ matrix.using }}" cmd/bin/non_deploy_subctl
- name: Deploy the environment and run the tests
uses: submariner-io/shipyard/gh-actions/[email protected]
with:
target: system-test
using: ${{ matrix.using }}
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/[email protected]