File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env groovy
2- 2+ 33tailorTestPipeline(
44 // Name of job that generated this test definition.
55 rosdistro_job : ' /ci/rosdistro/master' ,
66 // Distribution name
7- rosdistro_name : ' ros1 ' ,
7+ rosdistro_name : ' ros2 ' ,
88 // Release track to test branch against.
99 release_track : ' hotdog' ,
1010 // Release label to pull test images from.
1111 release_label : ' hotdog' ,
1212 // OS distributions to test.
13- distributions : [' focal ' ],
13+ distributions : [' jammy ' ],
1414 // Version of tailor_meta to build against
15- tailor_meta : ' 0.1.18 ' ,
15+ tailor_meta : ' 0.1.24 ' ,
1616 // Master or release branch associated with this track
17- source_branch : ' devel ' ,
17+ source_branch : ' rolling ' ,
1818 // Docker registry where test image is stored
1919 docker_registry : ' https://084758475884.dkr.ecr.us-east-1.amazonaws.com/locus-tailor'
2020)
You can’t perform that action at this time.
0 commit comments