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 |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 30 | publishers: |
| 31 | - email: |
| 32 | recipients: 'arthur.she@linaro.org paul.sokolovsky@linaro.org' |
| 33 | triggers: |
| 34 | - gerrit: |
| 35 | server-name: review.trustedfirmware.org |
| 36 | trigger-on: |
| 37 | - ref-updated-event |
| 38 | projects: |
| 39 | - project-compare-type: PLAIN |
| 40 | project-pattern: TF-A/trusted-firmware-a |
| 41 | branches: |
| 42 | - branch-compare-type: PLAIN |
| 43 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 44 | - branch-compare-type: REG_EXP |
Arthur She | c4af43b | 2024-12-23 19:24:57 -0800 | [diff] [blame] | 45 | branch-pattern: lts-v2.* |
| 46 | - branch-compare-type: REG_EXP |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 47 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 48 | - project-compare-type: PLAIN |
| 49 | project-pattern: TF-A/tf-a-tests |
| 50 | branches: |
| 51 | - branch-compare-type: PLAIN |
| 52 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 53 | - branch-compare-type: REG_EXP |
| 54 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 55 | - project-compare-type: PLAIN |
| 56 | project-pattern: ci/tf-a-ci-scripts |
| 57 | branches: |
| 58 | - branch-compare-type: PLAIN |
| 59 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 60 | - branch-compare-type: REG_EXP |
| 61 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 62 | - project-compare-type: PLAIN |
| 63 | project-pattern: TF-M/trusted-firmware-m |
| 64 | branches: |
| 65 | - branch-compare-type: PLAIN |
| 66 | branch-pattern: main |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 67 | - branch-compare-type: REG_EXP |
| 68 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 69 | - project-compare-type: PLAIN |
| 70 | project-pattern: TF-M/tf-m-tests |
| 71 | branches: |
| 72 | - branch-compare-type: PLAIN |
| 73 | branch-pattern: main |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 74 | - branch-compare-type: REG_EXP |
| 75 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 76 | - project-compare-type: PLAIN |
| 77 | project-pattern: TF-M/tf-m-tools |
| 78 | branches: |
| 79 | - branch-compare-type: PLAIN |
| 80 | branch-pattern: main |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 81 | - branch-compare-type: REG_EXP |
| 82 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 83 | - project-compare-type: PLAIN |
| 84 | project-pattern: TF-M/tf-m-extras |
| 85 | branches: |
| 86 | - branch-compare-type: PLAIN |
| 87 | branch-pattern: main |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 88 | - branch-compare-type: REG_EXP |
| 89 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 90 | - project-compare-type: PLAIN |
| 91 | project-pattern: hafnium/hafnium |
| 92 | branches: |
| 93 | - branch-compare-type: PLAIN |
| 94 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 95 | - branch-compare-type: REG_EXP |
| 96 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 97 | - project-compare-type: PLAIN |
| 98 | project-pattern: hafnium/driver/linux |
| 99 | branches: |
| 100 | - branch-compare-type: PLAIN |
| 101 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 102 | - branch-compare-type: REG_EXP |
| 103 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 104 | - project-compare-type: PLAIN |
| 105 | project-pattern: hafnium/prebuilts |
| 106 | branches: |
| 107 | - branch-compare-type: PLAIN |
| 108 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 109 | - branch-compare-type: REG_EXP |
| 110 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 111 | - project-compare-type: PLAIN |
| 112 | project-pattern: hafnium/project/reference |
| 113 | branches: |
| 114 | - branch-compare-type: PLAIN |
| 115 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 116 | - branch-compare-type: REG_EXP |
| 117 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 118 | - project-compare-type: PLAIN |
| 119 | project-pattern: hafnium/third_party/dtc |
| 120 | branches: |
| 121 | - branch-compare-type: PLAIN |
| 122 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 123 | - branch-compare-type: REG_EXP |
| 124 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 125 | - project-compare-type: PLAIN |
| 126 | project-pattern: hafnium/third_party/googletest |
| 127 | branches: |
| 128 | - branch-compare-type: PLAIN |
| 129 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 130 | - branch-compare-type: REG_EXP |
| 131 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 132 | - project-compare-type: PLAIN |
| 133 | project-pattern: hafnium/third_party/linux |
| 134 | branches: |
| 135 | - branch-compare-type: PLAIN |
| 136 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 137 | - branch-compare-type: REG_EXP |
| 138 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 139 | - project-compare-type: PLAIN |
| 140 | project-pattern: ci/hafnium-job-configs |
| 141 | branches: |
| 142 | - branch-compare-type: PLAIN |
| 143 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 144 | - branch-compare-type: REG_EXP |
| 145 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 146 | - project-compare-type: PLAIN |
| 147 | project-pattern: ci/hafnium-ci-scripts |
| 148 | branches: |
| 149 | - branch-compare-type: PLAIN |
| 150 | branch-pattern: master |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 151 | - branch-compare-type: REG_EXP |
| 152 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 153 | - project-compare-type: PLAIN |
| 154 | project-pattern: TS/trusted-services |
| 155 | branches: |
| 156 | - branch-compare-type: PLAIN |
| 157 | branch-pattern: main |
| 158 | - branch-compare-type: PLAIN |
| 159 | branch-pattern: integration |
Arthur She | 46f6583 | 2024-05-28 15:29:03 -0700 | [diff] [blame] | 160 | - branch-compare-type: REG_EXP |
| 161 | branch-pattern: refs/tags/.* |
Arthur She | e1d4d2a | 2023-08-07 09:33:58 -0700 | [diff] [blame] | 162 | silent-start: true |
| 163 | wrappers: |
| 164 | - credentials-binding: |
| 165 | - text: |
| 166 | credential-id: openci-bot-github-token |
| 167 | variable: AUTH_TOKEN |