File tree Expand file tree Collapse file tree 2 files changed +40
-40
lines changed Expand file tree Collapse file tree 2 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -16,30 +16,30 @@ permissions:
16
16
pull-requests : read
17
17
18
18
jobs :
19
- trivy :
20
- permissions :
21
- actions : read
22
- contents : read
23
- security-events : write
24
- uses : " ./.github/workflows/lib-trivy.yaml"
19
+ # trivy:
20
+ # permissions:
21
+ # actions: read
22
+ # contents: read
23
+ # security-events: write
24
+ # uses: "./.github/workflows/lib-trivy.yaml"
25
25
26
- validate :
27
- uses : " ./.github/workflows/lib-validate.yaml"
26
+ # validate:
27
+ # uses: "./.github/workflows/lib-validate.yaml"
28
28
29
- codeql :
30
- permissions :
31
- actions : read
32
- contents : read
33
- security-events : write
34
- uses : " ./.github/workflows/lib-codeql.yaml"
29
+ # codeql:
30
+ # permissions:
31
+ # actions: read
32
+ # contents: read
33
+ # security-events: write
34
+ # uses: "./.github/workflows/lib-codeql.yaml"
35
35
36
- build :
37
- needs :
38
- - trivy
39
- - validate
40
- uses : " ./.github/workflows/lib-build.yaml"
36
+ # build:
37
+ # needs:
38
+ # - trivy
39
+ # - validate
40
+ # uses: "./.github/workflows/lib-build.yaml"
41
41
42
42
e2e :
43
- needs :
44
- - build
43
+ # needs:
44
+ # - build
45
45
uses : " ./.github/workflows/lib-e2e.yaml"
Original file line number Diff line number Diff line change @@ -11,28 +11,28 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
include :
14
- - name : e2e-dsa-gnr
15
- targetjob : e2e-dsa
16
- runner : simics-gnr
17
- images : intel-dsa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator
18
- - name : e2e-fpga
19
- runner : fpga
20
- images : intel-fpga-plugin intel-fpga-initcontainer intel-fpga-admissionwebhook opae-nlb-demo
21
- - name : e2e-gpu
22
- runner : gpu
23
- images : intel-gpu-plugin intel-gpu-initcontainer
24
- targetJob : e2e-gpu
25
- - name : e2e-iaa-gnr
26
- targetjob : e2e-iaa
27
- runner : simics-gnr
28
- images : intel-iaa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator
14
+ # - name: e2e-dsa-gnr
15
+ # targetjob: e2e-dsa
16
+ # runner: simics-gnr
17
+ # images: intel-dsa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator
18
+ # - name: e2e-fpga
19
+ # runner: fpga
20
+ # images: intel-fpga-plugin intel-fpga-initcontainer intel-fpga-admissionwebhook opae-nlb-demo
21
+ # - name: e2e-gpu
22
+ # runner: gpu
23
+ # images: intel-gpu-plugin intel-gpu-initcontainer
24
+ # targetJob: e2e-gpu
25
+ # - name: e2e-iaa-gnr
26
+ # targetjob: e2e-iaa
27
+ # runner: simics-gnr
28
+ # images: intel-iaa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator
29
29
- name : e2e-spr
30
30
runner : spr
31
31
images : intel-qat-plugin intel-qat-initcontainer openssl-qat-engine intel-dsa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator intel-iaa-plugin
32
- - name : e2e-sgx
33
- targetjob : e2e-sgx
34
- runner : sgx
35
- images : intel-sgx-plugin intel-sgx-initcontainer intel-sgx-admissionwebhook sgx-sdk-demo intel-deviceplugin-operator
32
+ # - name: e2e-sgx
33
+ # targetjob: e2e-sgx
34
+ # runner: sgx
35
+ # images: intel-sgx-plugin intel-sgx-initcontainer intel-sgx-admissionwebhook sgx-sdk-demo intel-deviceplugin-operator
36
36
37
37
name : ${{ matrix.name }}
38
38
runs-on : ${{ matrix.runner }}
You can’t perform that action at this time.
0 commit comments