mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #838 from bart0sh/PR129-nightly-e2e-builds
e2e workflows: schedule nightly builds
This commit is contained in:
commit
08d0bcf503
2
.github/workflows/e2e-fpga.yml
vendored
2
.github/workflows/e2e-fpga.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/e2e-qat.yml
vendored
2
.github/workflows/e2e-qat.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/e2e-sgx.yml
vendored
2
.github/workflows/e2e-sgx.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user