Skip to content

Commit

Permalink
all changes
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Mar 25, 2024
1 parent e778c57 commit 8527630
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
windows-e2e-ocp:
uses: adrianriobo/crc/.github/workflows/windows-qe-tpl.yml@fix4040-extended
uses: adrianriobo/crc/.github/workflows/windows-qe-tpl.yml@fix-4040-extended
strategy:
fail-fast: false
matrix:
Expand All @@ -18,9 +18,11 @@ jobs:
- qe-type: 'e2e'
preset: 'all'
- qe-type: 'integration'
preset: ['openshift', 'microshift']
preset: 'openshift'
- qe-type: 'integration'
preset: 'microshift'
with:
workflow-id: ${{ github.event.workflow_run.workflow_id }}
trigger-workflow-id: ${{ github.event.workflow_run.workflow_id }}
qe-type: ${{matrix.qe-type}}
preset: ${{matrix.preset}}
secrets:
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/windows-qe-tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: windows-qe-tpl
on:
workflow_call:
inputs:
workflow-id:
trigger-workflow-id:
required: true
type: string
qe-type:
Expand Down Expand Up @@ -36,20 +36,15 @@ jobs:
strategy:
fail-fast: false
matrix:
windows-version: ['10','11']
windows-featurepack: ['22h2-ent', '23h2-ent']
exclude:
- windows-version: '10'
windows-featurepack: '23h2-ent'
- windows-version: '11'
windows-featurepack: '22h2-ent'
windows-version: ['11']
windows-featurepack: ['23h2-ent']

steps:
- name: Download artifacts to be tested
id: download-gh-context-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow: ${{inputs.workflow_id}}
workflow: ${{inputs.trigger-workflow-id}}

- name: Set environment for the run
run: |
Expand Down

0 comments on commit 8527630

Please sign in to comment.