Skip to content

e2e: Move tests to gh action using azure workers #8

e2e: Move tests to gh action using azure workers

e2e: Move tests to gh action using azure workers #8

Workflow file for this run

name: azure e2e tests
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
e2e:
name: operator azure e2e tests
runs-on: az-ubuntu-2204
strategy:
matrix:
runtimeclass: ["kata-qemu", "kata-clh"]
steps:
- uses: actions/checkout@v3
- name: Install deps
run: |
sudo apt-get update -y
sudo apt-get install -y ansible python-is-python3
- name: Run e2e tests
continue-on-error: false
run: |

Check failure on line 29 in .github/workflows/az-e2e.yaml

View workflow run for this annotation

GitHub Actions / azure e2e tests

Invalid workflow file

The workflow is not valid. .github/workflows/az-e2e.yaml (Line: 29, Col: 14): Unrecognized named-value: 'runtimeclass'. Located at position 1 within expression: runtimeclass
cd tests/e2e
export PATH="$PATH:/usr/local/bin"
./run-local.sh -r "${{ runtimeclass }}" -u