Skip to content

Commit

Permalink
Increase the melodic sync count. (ros-infrastructure#127)
Browse files Browse the repository at this point in the history
As of this commit, there are 1254 packages available on the
low end of the targets.  Set all of the sync thresholds to
1000, which means we required ~80% of packages to be successfully
built to do an automatic sync to testing.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Mar 21, 2019
1 parent a924ace commit e9d9573
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion melodic/release-arm64-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package_blacklist:
- fetch_drivers
- leap_motion
sync:
package_count: 400
package_count: 1000
repositories:
keys:
- |
Expand Down
2 changes: 1 addition & 1 deletion melodic/release-armhf-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package_blacklist:
- mapviz
- octovis
sync:
package_count: 400
package_count: 1000
repositories:
keys:
- |
Expand Down
2 changes: 1 addition & 1 deletion melodic/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ notifications:
- [email protected]
maintainers: true
sync:
package_count: 400
package_count: 1000
repositories:
keys:
- |
Expand Down
2 changes: 1 addition & 1 deletion melodic/release-stretch-arm64-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package_blacklist:
- leap_motion
- rospilot
sync:
package_count: 400
package_count: 1000
repositories:
keys:
- |
Expand Down
2 changes: 1 addition & 1 deletion melodic/release-stretch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package_blacklist:
- fetch_drivers
- rospilot
sync:
package_count: 400
package_count: 1000
repositories:
keys:
- |
Expand Down

0 comments on commit e9d9573

Please sign in to comment.