Skip to content

do-not-merge: Test with the pending PR from kata containers #23

do-not-merge: Test with the pending PR from kata containers

do-not-merge: Test with the pending PR from kata containers #23

Workflow file for this run

name: ccruntime e2e tests
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
e2e:
name: operator tests
strategy:
matrix:
runtimeclass: ["kata-qemu", "kata-clh"]
instance: ["az-ubuntu-2004", "az-ubuntu-2204"]
runs-on: ${{ matrix.instance }}
steps:
- uses: actions/checkout@v4
- name: Install deps
run: |
sudo apt-get update -y
sudo apt-get install -y ansible python-is-python3
- name: Run e2e tests
run: |
cd tests/e2e
export PATH="$PATH:/usr/local/bin"
./run-local.sh -r "${{ matrix.runtimeclass }}" -u