]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume: allow passing GITHUB_TOKEN as a password to manually set github status 1343/head
authorAlfredo Deza <adeza@redhat.com>
Fri, 12 Jul 2019 19:36:17 +0000 (15:36 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 12 Jul 2019 19:38:22 +0000 (15:38 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml
ceph-volume-pr/config/definitions/ceph-volume-pr.yml

index 4bdfe5bf6d55fa1fcc25940b79bbbb06c1da0334..916f17c07424a13cdd3f6a7e44b8dbdc30734627 100644 (file)
       - string:
           name: GITHUB_SHA
           description: "The tip (last commit) in the PR, a sha1 like 7d787849556788961155534039886aedfcdb2a88 (if set, will report status to Github)"
+      - password:
+          name: GITHUB_OAUTH_TOKEN
+          description: "Secret API Token to set status. Only needed when manually triggering a PR test"
 
 
     triggers:
index 93431a2284588018a2a1559b78e1105792986807..8aceae46dfbef26c51f3dcdd2c9a2407f1b44f02 100644 (file)
@@ -30,6 +30,9 @@
       - string:
           name: GITHUB_SHA
           description: "The tip (last commit) in the PR, a sha1 like 7d787849556788961155534039886aedfcdb2a88 (if set, will report status to Github)"
+      - password:
+          name: GITHUB_OAUTH_TOKEN
+          description: "Secret API Token to set status. Only needed when manually triggering a PR test"
 
     triggers:
       - github-pull-request: