Secured source for gerrit project
PROD-31387
Change-Id: I1890e3a7a51619f0b5c403e48c16cbe7ab41a645
diff --git a/tests/pillar/client.sls b/tests/pillar/client.sls
index 444ef78..c149363 100644
--- a/tests/pillar/client.sls
+++ b/tests/pillar/client.sls
@@ -28,6 +28,37 @@
require_agreement: true
merge_content: true
action: "fast forward only"
+ test_library:
+ enabled: true
+ description: library
+ upstream_secured: true
+ protocol: https
+ username: foo
+ password: bar
+ address: github.com/repo/library
+ access:
+ "refs/heads/*":
+ actions:
+ - name: abandon
+ group: core-team
+ - name: create
+ group: release-team
+ labels:
+ - name: Code-Review
+ group: core-team
+ score: -2..+2
+ - name: Workflow
+ group: core-team
+ score: -1..+1
+ "refs/tags/*":
+ actions:
+ - name: pushSignedTag
+ group: release-team
+ force: true
+ inherit_access: All-Projects
+ require_change_id: true
+ require_agreement: false
+ merge_content: true
server:
user: "jdoe"
password: "passw0rd"