go.ligato.io/vpp-agent/v3@v3.5.0/tests/jenkins/jobs5/04pipeline_template.yaml (about) 1 - job-template: 2 concurrent: true 3 description: |- 4 trigered by successfull "02A. BUILD ARM64 DOCKER IMAGES for ligato vpp_agent" 5 all included the jenkins jobs run on Jenkins master and contained robot scripts run on {arm64_node} 6 generated on {date_of_jjb_generation} 7 . 8 disabled: false 9 dsl: | 10 {list_of_jenkins_jobs} 11 name: '04{name_of_pipeline}_pipeline' 12 parameters: 13 - choice: 14 choices: 15 - --include ExpectedFailure 16 - --exclude ExpectedFailure 17 description: |- 18 tests with tag ExpectedFailure 19 manual execution - default the test run 20 execution from pipeline - both 21 name: HOWTOBUILD 22 - string: 23 default: TRACE:INFO 24 description: '' 25 name: LOGLEVEL 26 trim: 'true' 27 - string: 28 default: '{local_variables_file}' 29 description: 'ARM64 testing: contivvpp' 30 name: VARIABLES_FILE 31 trim: 'true' 32 - string: 33 default: '{arm64_node}' 34 description: 'to override the settings in VARIABLES_FILE' 35 name: DOCKER_HOST_IP 36 trim: 'true' 37 - string: 38 default: ligato/vpp-agent-arm64:dev 39 description: '' 40 name: IMAGE_NAME 41 trim: 'true' 42 project-type: pipeline 43 properties: 44 - raw: 45 xml: | 46 <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@2.0.1"> 47 <maxConcurrentPerNode>0</maxConcurrentPerNode> 48 <maxConcurrentTotal>0</maxConcurrentTotal> 49 <categories class="java.util.concurrent.CopyOnWriteArrayList" /> 50 <throttleEnabled>false</throttleEnabled> 51 <throttleOption>category</throttleOption> 52 <limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams> 53 <paramsToUseForLimit /> 54 </hudson.plugins.throttleconcurrents.ThrottleJobProperty> 55 sandbox: true 56 triggers: []