Skip to content

Commit f0dad78

Browse files
committed
build: drop dlb and fpga related images
also remove e2e-fpga from workflows Signed-off-by: Tuomas Katila <[email protected]>
1 parent c12b577 commit f0dad78

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.github/workflows/lib-build.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,28 @@ jobs:
1313
strategy:
1414
matrix:
1515
image:
16-
- intel-fpga-admissionwebhook
17-
- intel-fpga-initcontainer
1816
- intel-gpu-fakedev
1917
- intel-gpu-initcontainer
2018
- intel-gpu-plugin
2119
- intel-gpu-levelzero
22-
- intel-fpga-plugin
2320
- intel-qat-initcontainer
2421
- intel-qat-plugin
25-
- intel-qat-plugin-kerneldrv
2622
- intel-deviceplugin-operator
2723
- intel-sgx-admissionwebhook
2824
- intel-sgx-plugin
2925
- intel-sgx-initcontainer
3026
- intel-dsa-plugin
3127
- intel-iaa-plugin
3228
- intel-idxd-config-initcontainer
33-
- intel-dlb-plugin
34-
- intel-dlb-initcontainer
3529
- intel-xpumanager-sidecar
3630

3731
# # Demo images
3832
- crypto-perf
3933
- accel-config-demo
4034
- intel-opencl-icd
41-
- opae-nlb-demo
4235
- openssl-qat-engine
4336
- sgx-sdk-demo
4437
- sgx-aesmd-demo
45-
- dlb-dpdk-demo
46-
- dlb-libdlb-demo
4738
builder: [buildah, docker]
4839
steps:
4940
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/lib-e2e.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
- intel-qat-plugin
3535
- intel-qat-initcontainer
3636
- openssl-qat-engine
37-
- name: e2e-fpga
38-
runner: fpga
39-
images:
40-
- intel-fpga-plugin
41-
- intel-fpga-initcontainer
42-
- intel-fpga-admissionwebhook
43-
- opae-nlb-demo
4437
- name: e2e-spr
4538
targetjob: e2e-spr SKIP="App:compress-perf"
4639
runner: spr

.github/workflows/lib-publish.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
image:
47-
- intel-fpga-admissionwebhook
48-
- intel-fpga-initcontainer
4947
- intel-gpu-initcontainer
5048
- intel-gpu-plugin
5149
- intel-gpu-levelzero
52-
- intel-fpga-plugin
5350
- intel-qat-initcontainer
5451
- intel-qat-plugin
5552
- intel-deviceplugin-operator
@@ -59,8 +56,6 @@ jobs:
5956
- intel-dsa-plugin
6057
- intel-iaa-plugin
6158
- intel-idxd-config-initcontainer
62-
- intel-dlb-plugin
63-
- intel-dlb-initcontainer
6459
- intel-xpumanager-sidecar
6560
steps:
6661
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)