Skip to content

Commit 8e033a3

Browse files
committed
Fixes following PR review
Signed-off-by: Michael Braverman <[email protected]>
1 parent 2e95967 commit 8e033a3

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' }],
@@ -168,7 +168,8 @@ runs_on_dockers:
168168
name: 'documentation_test',
169169
uri: 'xlio/$arch/ubuntu22.04/$name',
170170
tag: '20250219',
171-
build_args: '--no-cache --target test',
171+
category: 'tool',
172+
build_args: '--no-cache --target build',
172173
}
173174

174175
runs_on_agents:
@@ -497,10 +498,11 @@ steps:
497498
enable: ${do_documentation_test}
498499
containerSelector:
499500
- "{name: 'documentation_test'}"
501+
agentSelector:
502+
- "{nodeLabel: 'skip-agent'}"
500503
run: |
501504
python3 generate_docs.py
502505
python3 src/core/config/generate_mappings.py
503-
credentialsId: 'blackduck_api_token'
504506
505507
pipeline_start:
506508
run: |

0 commit comments

Comments
 (0)