Merge pull request #838 from bart0sh/PR129-nightly-e2e-builds

e2e workflows: schedule nightly builds
This commit is contained in:
Mikko Ylinen 2022-01-10 06:11:22 +02:00 committed by GitHub
commit 08d0bcf503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
description: 'Images to build before provisioning pull on worker'
required: true
default: 'intel-fpga-plugin:devel intel-fpga-initcontainer:devel intel-fpga-admissionwebhook:devel opae-nlb-demo:devel'
schedule:
- cron: '0 3 * * *'
env:
IMAGES: ${{ github.event.inputs.images }}

View File

@ -6,6 +6,8 @@ on:
description: 'Images to build before provisioning pull on worker'
required: true
default: 'intel-qat-plugin:devel crypto-perf:devel'
schedule:
- cron: '20 3 * * *'
env:
IMAGES: ${{ github.event.inputs.images }}

View File

@ -6,6 +6,8 @@ on:
description: 'Images to build before provisioning pull on worker'
required: true
default: 'intel-sgx-plugin intel-sgx-initcontainer intel-sgx-admissionwebhook'
schedule:
- cron: '40 3 * * *'
env:
IMAGES: ${{ github.event.inputs.images }}