Skip to content

Commit ac96de6

Browse files
locus-servicesgiafranchini
authored andcommitted
Tailor: Updating Jenkinsfile
1 parent 43c5833 commit ac96de6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
#!/usr/bin/env groovy
2-
@Library('[email protected].18')_
2+
@Library('[email protected].24')_
33
tailorTestPipeline(
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
)

0 commit comments

Comments
 (0)