aboutsummaryrefslogtreecommitdiff
path: root/staging-qa-reports.yaml
diff options
context:
space:
mode:
authorAntonio Terceiro <antonio.terceiro@linaro.org>2018-03-28 11:54:17 -0300
committerAntonio Terceiro <antonio.terceiro@linaro.org>2018-04-02 15:04:52 -0300
commit2d662c64973258d282faa49a2320bc18d57255b9 (patch)
treede060c8a186c9207ba87f37e33865619645f2ec8 /staging-qa-reports.yaml
parent83125d4fcc645d7e4512f7a3523a3904a865f041 (diff)
staging-qa-reports.yaml: add new job
This job upgrades staging-qa-reports.linaro.org against squad master, also using the master branch of the ansible configuration for qa-reports.linaro.org Change-Id: I34a9fdd0301db0156a363a6de7195de8f2b8b9c8 Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>
Diffstat (limited to 'staging-qa-reports.yaml')
-rw-r--r--staging-qa-reports.yaml67
1 files changed, 67 insertions, 0 deletions
diff --git a/staging-qa-reports.yaml b/staging-qa-reports.yaml
new file mode 100644
index 0000000000..bdc9b33211
--- /dev/null
+++ b/staging-qa-reports.yaml
@@ -0,0 +1,67 @@
+- scm:
+ name: squad
+ scm:
+ - git:
+ url: https://github.com/Linaro/squad.git
+ refspec: +refs/heads/master:refs/remotes/origin/master
+ name: squad
+ branches:
+ - refs/heads/master
+ skip-tag: true
+ shallow-clone: false
+ wipe-workspace: false
+- scm:
+ name: qa-reports.linaro.org
+ scm:
+ - git:
+ url: https://github.com/Linaro/qa-reports.linaro.org.git
+ refspec: +refs/heads/master:refs/remotes/origin/master
+ name: qa-reports
+ branches:
+ - refs/heads/master
+ basedir: qa-reports.linaro.org
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+- job:
+ name: staging-qa-reports
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ linaro:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 90
+ num-to-keep: 90
+ disabled: false
+ node: docker-stretch-amd64
+ display-name: 'Staging QA reports'
+ scm:
+ - squad
+ - qa-reports.linaro.org
+ trigger:
+ - github
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ - ssh-agent-credentials:
+ users:
+ - 'QA_REPORTS_DEPLOY_KEY'
+ - credentials-binding:
+ - text:
+ credential-id: QA_REPORTS_ANSIBLE_VAULT_PASSWORD
+ variable: ANSIBLE_VAULT_PASSWORD
+ builders:
+ - shell:
+ !include-raw: staging-qa-reports/builders.sh
+ publishers:
+ - email:
+ recipients: 'qa-team@linaro.org'