Skip to content

tester-linux

tester-linux #5

Workflow file for this run

name: tester-linux
on:
workflow_run:
workflows: [Build Windows artifacts]
types:
- completed
jobs:
linux-qe:
if: |
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.triggering_actor != 'dependabot[bot]'
uses: crc-org/crc/.github/workflows/linux-qe-template.yml@main

Check failure on line 15 in .github/workflows/linux-qe-test.yml

View workflow run for this annotation

GitHub Actions / tester-linux

Invalid workflow file

The workflow is not valid. In .github/workflows/linux-qe-test.yml (Line: 15, Col: 11): Error from called workflow crc-org/crc/.github/workflows/linux-qe-template.yml@main (Line: 76, Col: 9): Unexpected value 'uses' In .github/workflows/linux-qe-test.yml (Line: 15, Col: 11): Error from called workflow crc-org/crc/.github/workflows/linux-qe-template.yml@main (Line: 77, Col: 9): Unexpected value 'with'
strategy:
fail-fast: false
matrix:
qe-type: ['e2e','integration']
preset: ['openshift', 'microshift', 'all']
exclude:
- qe-type: 'e2e'
preset: 'all'
- qe-type: 'integration'
preset: 'openshift'
- qe-type: 'integration'
preset: 'microshift'
with:
trigger-workflow-run-id: ${{ github.event.workflow_run.id }}
qe-type: ${{matrix.qe-type}}
preset: ${{matrix.preset}}
secrets: inherit