Skip to content

Revert "Create xtables.lock as a file if it doesn't already exist" #1580

Revert "Create xtables.lock as a file if it doesn't already exist"

Revert "Create xtables.lock as a file if it doesn't already exist" #1580

Workflow file for this run

---
name: System Tests
on:
pull_request:
permissions: {}
jobs:
system-test:
name: Deployment
timeout-minutes: 15
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
globalnet: ['', 'globalnet']
steps:
- name: Check out the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Deploy the environment and run the tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
with:
target: system-test
using: ${{ matrix.globalnet }}
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel