Skip to content

daily e2e tests for libvirt #702

daily e2e tests for libvirt

daily e2e tests for libvirt #702

# (C) Copyright Confidential Containers Contributors 2023.
# SPDX-License-Identifier: Apache-2.0
#
# Daily run the e2e tests for libvirt.
---
name: daily e2e tests for libvirt
on:
schedule:
# Runs "at 04:15(UTC time) every day" (see https://crontab.guru)
# will base on default branch `main`
- cron: '15 4 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
e2e:
uses: ./.github/workflows/e2e_run_all.yaml
with:
caa_image_tag: latest
git_ref: refs/heads/main
podvm_image_tag: latest
registry: ghcr.io/${{ github.repository_owner }}
permissions:
id-token: write
contents: read
packages: write
attestations: write
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
REGISTRY_CREDENTIAL_ENCODED: ${{ secrets.REGISTRY_CREDENTIAL_ENCODED }}