INFRA: Switch to tox for JJB verify and merge jobs
[infra/cicd.git] / jjb / airship / job_linter_tests.yml
index 513dc2a0591f1f4c9f84039b1b8a52238379662f..b3259430398928cc0e461f1f6458c9d76b9922cb 100644 (file)
     - github-pull-request:
         admin-list:
           - '{ci_github_admin_user}'
-        org-list:
-          - '{ci_github_whitelist_org}'
+        org-list: "{ci_github_whitelist_org}"
         cron: 'H/5 * * * *'
-        auth-id: "{ci_github_jenkins_credentials_id}"
+        auth-id: "{ci_ghprb_auth_id}"
         trigger-phrase: '/lint'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
-        github-hooks: False
+        github-hooks: True
         permit-all: False
         auto-close-on-fail: False
         allow-whitelist-orgs-as-admins: True
@@ -80,7 +79,7 @@
     pipeline-scm:
       scm:
       - git:
-          url: https://github.com/{ci_github_repo}.git
+          url: "{ci_github_repo}"
           credentials-id: "{ci_github_jenkins_credentials_id}"
           branches:
             - '{branch|master}'