Skip to content

Commit 4bff882

Browse files
committed
Fixes following PR review
Signed-off-by: Michael Braverman <[email protected]>
1 parent fdcf3b6 commit 4bff882

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.ci/matrix_job.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs_on_dockers:
113113
arch: 'x86_64',
114114
name: 'vg',
115115
uri: 'xlio/$arch/ubuntu22.04/$name',
116-
tag: '20250805',
116+
tag: '20250219',
117117
build_args: '--no-cache --target vg',
118118
category: 'tool',
119119
annotations: [{ key: 'k8s.v1.cni.cncf.io/networks', value: 'sriov-cx6dx-p2' }],
@@ -144,7 +144,8 @@ runs_on_dockers:
144144
name: 'documentation_test',
145145
uri: 'xlio/$arch/ubuntu22.04/$name',
146146
tag: '20250219',
147-
build_args: '--no-cache --target test',
147+
category: 'tool',
148+
build_args: '--no-cache --target build',
148149
}
149150

150151
runs_on_agents:
@@ -444,10 +445,11 @@ steps:
444445
enable: ${do_documentation_test}
445446
containerSelector:
446447
- "{name: 'documentation_test'}"
448+
agentSelector:
449+
- "{nodeLabel: 'skip-agent'}"
447450
run: |
448451
python3 generate_docs.py
449452
python3 src/core/config/generate_mappings.py
450-
credentialsId: 'blackduck_api_token'
451453
452454
pipeline_start:
453455
run: |

0 commit comments

Comments
 (0)