Skip to content

Automated backport of #1267: Output init containers in subctl gather #2193

Automated backport of #1267: Output init containers in subctl gather

Automated backport of #1267: Output init containers in subctl gather #2193

Workflow file for this run

---
name: System Tests
on:
pull_request:
permissions: {}
jobs:
system-test:
name: Subctl Commands
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
using: ['', 'globalnet', 'lighthouse']
steps:
- name: Check out the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Build non deploy subctl
run: make 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]