Automated backport of #3273: Add init container to the gateway to wait for node readiness #2255
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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@692973e3d937129bcbf40652eb9f2f61becf3332 | |
- name: Deploy the environment and run the tests | |
uses: submariner-io/shipyard/gh-actions/e2e@release-0.19 | |
with: | |
target: system-test | |
using: ${{ matrix.globalnet }} | |
- name: Post mortem | |
if: failure() | |
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.19 |