-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fortress stable Signed-off-by: Louise Poubel <[email protected]> * Remove forstress cache invalidation Signed-off-by: Jose Luis Rivero <[email protected]> Co-authored-by: Jose Luis Rivero <[email protected]>
- Loading branch information
Showing
2 changed files
with
48 additions
and
56 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 |
---|---|---|
|
@@ -67,18 +67,18 @@ ignition_prerelease_branches = [] | |
// jobs for the special cases of foo0 packages) | ||
ignition_extra_debbuild = [ 'cmake3', | ||
'common5', | ||
'fuel-tools7', | ||
'gazebo6', | ||
'gui6', | ||
'launch5', | ||
'fuel-tools8', | ||
'gazebo7', | ||
'gui7', | ||
'launch6', | ||
'math7', | ||
'msgs8', | ||
'physics5', | ||
'msgs9', | ||
'physics6', | ||
'plugin2', | ||
'rendering6', | ||
'sensors6', | ||
'rendering7', | ||
'sensors7', | ||
'tools2', | ||
'transport11', | ||
'transport12', | ||
'utils1', // see comment https://github.com/ignition-tooling/release-tools/pull/431#issuecomment-815099918 | ||
'utils2'] | ||
// DESC: exclude ignition from generate any install testing job | ||
|
@@ -119,17 +119,9 @@ Globals.extra_emails = "[email protected]" | |
|
||
// shell command to inject in all bash steps | ||
GLOBAL_SHELL_CMD='' | ||
|
||
GITHUB_SUPPORT_ALL_BRANCHES = [] | ||
ENABLE_GITHUB_PR_INTEGRATION = true | ||
|
||
// Fortress release needed to invalidate cache to solve problem with bug in | ||
// gzdev docker installation. Will be disable automatically in 1st May 2021 | ||
today = new Date().format( 'yyyyMMdd' ) | ||
if (today.compareTo('20210501')) { | ||
GLOBAL_SHELL_CMD='export INVALIDATE_DOCKER_CACHE=true' | ||
} | ||
|
||
String ci_distro_str = ci_distro[0] | ||
|
||
// Map of lists to use in CIWorkflow | ||
|
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