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' }],
@@ -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
150151runs_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
452454pipeline_start :
453455 run : |
You can’t perform that action at this time.
0 commit comments