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