Skip to content

Commit

Permalink
chore(test,ci): trigger nightly windows e2e test after recipe catalog…
Browse files Browse the repository at this point in the history
… change was merged

Signed-off-by: Tibor Dancs <[email protected]>
  • Loading branch information
ScrewTSW committed Jan 14, 2025
1 parent 7f4016d commit 5f12c26
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ai-lab-e2e-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@
# SPDX-License-Identifier: Apache-2.0

name: Podman Desktop AI Lab E2E Nightly
run-name: Podman Desktop AI Lab E2E Nightly ${{ github.event_name == 'push' && '[Recipe change]' || '' }}

on:
schedule:
- cron: '0 2 * * *'
push:
paths:
- 'packages/backend/src/assets/ai.json'
workflow_dispatch:
inputs:
fork:
Expand Down Expand Up @@ -86,7 +90,7 @@ jobs:
contents: read
checks: write
env:
MAPT_VERSION: v0.6.8
MAPT_VERSION: v0.7.2
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down Expand Up @@ -117,7 +121,7 @@ jobs:
DEFAULT_EXT_REPO_OPTIONS: 'REPO=podman-desktop-extension-ai-lab,FORK=containers,BRANCH=main'
DEFAULT_PODMAN_VERSION: "${{ env.PD_PODMAN_VERSION || '5.3.0' }}"
DEFAULT_URL: "https://github.com/containers/podman/releases/download/v$DEFAULT_PODMAN_VERSION/podman-$DEFAULT_PODMAN_VERSION-setup.exe"
DEFAULT_PDE2E_IMAGE_VERSION: 'v0.0.2-windows'
DEFAULT_PDE2E_IMAGE_VERSION: 'v0.0.3-windows'
DEFAULT_AZURE_VM_SIZE: 'Standard_D8as_v5'
run: |
echo "FORK=${{ github.event.inputs.fork || env.DEFAULT_FORK }}" >> $GITHUB_ENV
Expand Down Expand Up @@ -274,8 +278,8 @@ jobs:
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
annotate_only: false
fail_on_failure: true
include_passed: true
detailed_summary: true
Expand Down

0 comments on commit 5f12c26

Please sign in to comment.