Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 1 | - job: |
| 2 | name: tf-sync-github-repos |
| 3 | node: master |
| 4 | project-type: freestyle |
| 5 | concurrent: false |
| 6 | description: Mirror TF-M, TF-A, TS, and Hafnium projects into GitHub |
| 7 | disabled: false |
| 8 | builders: |
| 9 | - shell: |- |
| 10 | #!/bin/bash |
| 11 | echo "########################################################################" |
| 12 | echo " Gerrit Environment" |
| 13 | env |grep '^GERRIT' |
| 14 | echo "########################################################################" |
Arthur She | ec33d23 | 2024-04-05 10:25:33 -0700 | [diff] [blame] | 15 | |
| 16 | - shell: |
| 17 | !include-raw: ci/tf-sync-repos.sh |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 18 | properties: |
| 19 | - build-discarder: |
Arthur She | e0bd978 | 2024-05-27 20:51:11 -0700 | [diff] [blame] | 20 | num-to-keep: 30 |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 21 | publishers: |
| 22 | - email: |
| 23 | recipients: 'arthur.she@linaro.org paul.sokolovsky@linaro.org' |
| 24 | triggers: |
| 25 | - gerrit: |
| 26 | server-name: review.trustedfirmware.org |
| 27 | trigger-on: |
| 28 | - ref-updated-event |
| 29 | projects: |
| 30 | - project-compare-type: PLAIN |
| 31 | project-pattern: TF-A/trusted-firmware-a |
| 32 | branches: |
| 33 | - branch-compare-type: PLAIN |
| 34 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 35 | - branch-compare-type: REG_EXP |
| 36 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 37 | - project-compare-type: PLAIN |
| 38 | project-pattern: TF-A/tf-a-tests |
| 39 | branches: |
| 40 | - branch-compare-type: PLAIN |
| 41 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 42 | - branch-compare-type: REG_EXP |
| 43 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 44 | - project-compare-type: PLAIN |
| 45 | project-pattern: ci/tf-a-ci-scripts |
| 46 | branches: |
| 47 | - branch-compare-type: PLAIN |
| 48 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 49 | - branch-compare-type: REG_EXP |
| 50 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 51 | - project-compare-type: PLAIN |
| 52 | project-pattern: TF-M/trusted-firmware-m |
| 53 | branches: |
| 54 | - branch-compare-type: PLAIN |
| 55 | branch-pattern: main |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 56 | - branch-compare-type: REG_EXP |
| 57 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 58 | - project-compare-type: PLAIN |
| 59 | project-pattern: TF-M/tf-m-tests |
| 60 | branches: |
| 61 | - branch-compare-type: PLAIN |
| 62 | branch-pattern: main |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 63 | - branch-compare-type: REG_EXP |
| 64 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 65 | - project-compare-type: PLAIN |
| 66 | project-pattern: TF-M/tf-m-tools |
| 67 | branches: |
| 68 | - branch-compare-type: PLAIN |
| 69 | branch-pattern: main |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 70 | - branch-compare-type: REG_EXP |
| 71 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 72 | - project-compare-type: PLAIN |
| 73 | project-pattern: TF-M/tf-m-extras |
| 74 | branches: |
| 75 | - branch-compare-type: PLAIN |
| 76 | branch-pattern: main |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 77 | - branch-compare-type: REG_EXP |
| 78 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 79 | - project-compare-type: PLAIN |
| 80 | project-pattern: hafnium/hafnium |
| 81 | branches: |
| 82 | - branch-compare-type: PLAIN |
| 83 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 84 | - branch-compare-type: REG_EXP |
| 85 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 86 | - project-compare-type: PLAIN |
| 87 | project-pattern: hafnium/driver/linux |
| 88 | branches: |
| 89 | - branch-compare-type: PLAIN |
| 90 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 91 | - branch-compare-type: REG_EXP |
| 92 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 93 | - project-compare-type: PLAIN |
| 94 | project-pattern: hafnium/prebuilts |
| 95 | branches: |
| 96 | - branch-compare-type: PLAIN |
| 97 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 98 | - branch-compare-type: REG_EXP |
| 99 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 100 | - project-compare-type: PLAIN |
| 101 | project-pattern: hafnium/project/reference |
| 102 | branches: |
| 103 | - branch-compare-type: PLAIN |
| 104 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 105 | - branch-compare-type: REG_EXP |
| 106 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 107 | - project-compare-type: PLAIN |
| 108 | project-pattern: hafnium/third_party/dtc |
| 109 | branches: |
| 110 | - branch-compare-type: PLAIN |
| 111 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 112 | - branch-compare-type: REG_EXP |
| 113 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 114 | - project-compare-type: PLAIN |
| 115 | project-pattern: hafnium/third_party/googletest |
| 116 | branches: |
| 117 | - branch-compare-type: PLAIN |
| 118 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 119 | - branch-compare-type: REG_EXP |
| 120 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 121 | - project-compare-type: PLAIN |
| 122 | project-pattern: hafnium/third_party/linux |
| 123 | branches: |
| 124 | - branch-compare-type: PLAIN |
| 125 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 126 | - branch-compare-type: REG_EXP |
| 127 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 128 | - project-compare-type: PLAIN |
| 129 | project-pattern: ci/hafnium-job-configs |
| 130 | branches: |
| 131 | - branch-compare-type: PLAIN |
| 132 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 133 | - branch-compare-type: REG_EXP |
| 134 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 135 | - project-compare-type: PLAIN |
| 136 | project-pattern: ci/hafnium-ci-scripts |
| 137 | branches: |
| 138 | - branch-compare-type: PLAIN |
| 139 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 140 | - branch-compare-type: REG_EXP |
| 141 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 142 | - project-compare-type: PLAIN |
| 143 | project-pattern: TS/trusted-services |
| 144 | branches: |
| 145 | - branch-compare-type: PLAIN |
| 146 | branch-pattern: main |
| 147 | - branch-compare-type: PLAIN |
| 148 | branch-pattern: integration |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame^] | 149 | - branch-compare-type: REG_EXP |
| 150 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 151 | silent-start: true |
| 152 | wrappers: |
| 153 | - credentials-binding: |
| 154 | - text: |
| 155 | credential-id: openci-bot-github-token |
| 156 | variable: AUTH_TOKEN |