blob: dea1af2cb75eba08d394925278894124afad19d7 [file] [log] [blame]
Arthur She26fa2a62023-07-31 10:49:28 -07001- job:
2 name: tf-sync-repos
3 node: master
4 project-type: freestyle
5 concurrent: false
Arthur She1deb2162023-08-03 10:09:55 -07006 description: Mirror TF-M, TF-A, TS, and Hafnium projects into GitHub
Arthur She26fa2a62023-07-31 10:49:28 -07007 disabled: false
8 builders:
9 - shell: |-
Arthur She1deb2162023-08-03 10:09:55 -070010 #!/bin/bash
Arthur She26fa2a62023-07-31 10:49:28 -070011 echo "########################################################################"
12 echo " Gerrit Environment"
13 env |grep '^GERRIT'
14 echo "########################################################################"
Arthur She3ed22bd2023-08-03 11:02:04 -070015 mkdir -p ci
16 wget -q https://git.trustedfirmware.org/next/ci/tf-ci-scripts.git/plain/ci/tf-sync-repos.sh -O ci/tf-sync-repos.sh
17 bash ci/tf-sync-repos.sh
Arthur She26fa2a62023-07-31 10:49:28 -070018 properties:
19 - build-discarder:
20 num-to-keep: 10
Arthur She26fa2a62023-07-31 10:49:28 -070021# publishers:
22# - email:
23# recipients: 'arthur.she@linaro.org'
24 triggers:
25 - gerrit:
26 server-name: review.trustedfirmware.org
Arthur She2bcccd72023-08-07 08:27:46 -070027 trigger-on:
28 - ref-updated-event
Arthur She26fa2a62023-07-31 10:49:28 -070029 projects:
30 - project-compare-type: PLAIN
31 project-pattern: sandbox/arthur
32 branches:
33 - branch-compare-type: PLAIN
34 branch-pattern: master
Arthur She2bcccd72023-08-07 08:27:46 -070035 - project-compare-type: PLAIN
36 project-pattern: sandbox/arthur-2
37 branches:
38 - branch-compare-type: PLAIN
39 branch-pattern: master
40 silent-start: true
Arthur She26fa2a62023-07-31 10:49:28 -070041 wrappers:
42 - credentials-binding:
43 - text:
44 credential-id: openci-bot-github-token
45 variable: AUTH_TOKEN