-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12be21c
commit 32aae32
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,19 @@ | |
@Library('[email protected]')_ | ||
tailorTestPipeline( | ||
// Name of job that generated this test definition. | ||
rosdistro_job: '/ci/rosdistro/master', | ||
rosdistro_job: '/ci/rosdistro/release%2F24.1', | ||
// Distribution name | ||
rosdistro_name: 'ros1', | ||
// Release track to test branch against. | ||
release_track: 'hotdog', | ||
release_track: '24.1', | ||
// Release label to pull test images from. | ||
release_label: 'hotdog', | ||
release_label: '24.1-rc', | ||
// OS distributions to test. | ||
distributions: ['jammy'], | ||
// Version of tailor_meta to build against | ||
tailor_meta: '0.1.24', | ||
// Master or release branch associated with this track | ||
source_branch: 'devel', | ||
source_branch: 'release/24.1/ros1', | ||
// Docker registry where test image is stored | ||
docker_registry: 'https://084758475884.dkr.ecr.us-east-1.amazonaws.com/locus-tailor' | ||
) |