Merge "Disable authenticated builds globally."
This commit is contained in:
commit
b9f7630c24
@ -5,7 +5,7 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
review_site: 'review.openstack.org'
|
||||
project: 'gerrit'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
|
||||
triggers:
|
||||
@ -27,7 +27,7 @@ main:
|
||||
review_site: 'review.openstack.org'
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerrit'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
|
||||
triggers:
|
||||
@ -65,7 +65,7 @@ main:
|
||||
review_site: 'review.openstack.org'
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerrit'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
|
||||
triggers:
|
||||
|
@ -18,7 +18,7 @@ main:
|
||||
review_site: 'review.stackforge.org'
|
||||
github_org: 'stackforge'
|
||||
project: 'ceilometer'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
|
||||
triggers:
|
||||
@ -41,7 +41,7 @@ main:
|
||||
review_site: 'review.stackforge.org'
|
||||
github_org: 'stackforge'
|
||||
project: 'ceilometer'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
|
||||
triggers:
|
||||
|
@ -4,7 +4,7 @@ main:
|
||||
github_org: 'stackforge'
|
||||
review_site: 'review.stackforge.org'
|
||||
project: 'MRaaS'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
|
||||
triggers:
|
||||
- gerrit:
|
||||
@ -36,7 +36,7 @@ main:
|
||||
github_org: 'stackforge'
|
||||
review_site: 'review.stackforge.org'
|
||||
project: 'MRaaS'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
|
||||
triggers:
|
||||
- gerrit:
|
||||
|
@ -36,7 +36,7 @@ main:
|
||||
review_site: '@REVIEW_SITE@'
|
||||
github_org: '@GITHUB_ORG@'
|
||||
project: '@NAME@'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
|
||||
@ -69,7 +69,7 @@ main:
|
||||
review_site: '@REVIEW_SITE@'
|
||||
github_org: '@GITHUB_ORG@'
|
||||
project: '@NAME@'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
|
||||
@ -104,7 +104,7 @@ main:
|
||||
review_site: '@REVIEW_SITE@'
|
||||
github_org: '@GITHUB_ORG@'
|
||||
project: '@NAME@'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
|
||||
@ -174,7 +174,7 @@ main:
|
||||
review_site: '@REVIEW_SITE@'
|
||||
github_org: '@GITHUB_ORG@'
|
||||
project: '@NAME@'
|
||||
authenticatedBuild: 'true'
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user