File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
174175runs_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
505507pipeline_start :
506508 run : |
You can’t perform that action at this time.
0 commit comments