Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 1 | - job: |
| 2 | concurrent: true |
Gilles Peskine | 7288a75 | 2024-11-18 19:37:51 +0100 | [diff] [blame] | 3 | description: Mbed TLS release job |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 4 | disabled: false |
| 5 | name: mbedtls-restricted-release-new |
| 6 | parameters: |
| 7 | - string: |
| 8 | default: ssh://git@github.com/Mbed-TLS/mbedtls-restricted.git |
Gilles Peskine | 80f035d | 2024-11-18 16:51:35 +0100 | [diff] [blame] | 9 | description: Mbed TLS repo/fork |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 10 | name: MBED_TLS_REPO |
Gilles Peskine | be2a48f | 2024-11-18 19:41:24 +0100 | [diff] [blame] | 11 | trim: true |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 12 | - string: |
| 13 | default: development-restricted |
Gilles Peskine | 80f035d | 2024-11-18 16:51:35 +0100 | [diff] [blame] | 14 | description: Branch or commit to test |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 15 | name: MBED_TLS_BRANCH |
Gilles Peskine | be2a48f | 2024-11-18 19:41:24 +0100 | [diff] [blame] | 16 | trim: true |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 17 | - bool: |
| 18 | default: true |
Gilles Peskine | 80f035d | 2024-11-18 16:51:35 +0100 | [diff] [blame] | 19 | description: Run basic-build-test.sh (test coverage measurement) |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 20 | name: RUN_BASIC_BUILD_TEST |
| 21 | - bool: |
| 22 | default: true |
Gilles Peskine | 80f035d | 2024-11-18 16:51:35 +0100 | [diff] [blame] | 23 | description: Run all.sh (complete) on Linux |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 24 | name: RUN_ALL_SH |
| 25 | - bool: |
Gilles Peskine | 4e20968 | 2024-08-05 11:56:34 +0200 | [diff] [blame] | 26 | default: true |
| 27 | description: Run a selection of all.sh on FreeBSD |
| 28 | name: RUN_FREEBSD |
| 29 | - bool: |
Gilles Peskine | 7140259 | 2024-11-18 19:34:22 +0100 | [diff] [blame] | 30 | default: true |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 31 | description: Run Windows tests |
| 32 | name: RUN_WINDOWS_TEST |
Bence Szépkúti | 9ccf7f2 | 2024-11-06 21:03:57 +0100 | [diff] [blame] | 33 | - string: |
| 34 | name: TEST_PASS_EMAIL_ADDRESS |
| 35 | description: E-mail addresses (delimited by ,) that a report should be sent to when the test run passes |
Gilles Peskine | 0f8718f | 2024-12-03 18:26:12 +0100 | [diff] [blame] | 36 | default: '' |
Bence Szépkúti | 9ccf7f2 | 2024-11-06 21:03:57 +0100 | [diff] [blame] | 37 | trim: true |
| 38 | - string: |
| 39 | name: TEST_FAIL_EMAIL_ADDRESS |
| 40 | description: E-mail addresses (delimited by ,) that a report should be sent to when the test run fails |
Gilles Peskine | 0f8718f | 2024-12-03 18:26:12 +0100 | [diff] [blame] | 41 | default: '' |
Bence Szépkúti | 9ccf7f2 | 2024-11-06 21:03:57 +0100 | [diff] [blame] | 42 | trim: true |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 43 | pipeline-scm: |
| 44 | lightweight-checkout: true |
| 45 | scm: |
| 46 | - git: |
| 47 | branches: |
Bence Szépkúti | dbf2b89 | 2024-09-06 19:12:46 +0200 | [diff] [blame] | 48 | - main |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 49 | credentials-id: mbedtls-github-ssh |
| 50 | url: ssh://git@github.com/Mbed-TLS/mbedtls-test.git |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 51 | script-path: vars/mbedtls-release-Jenkinsfile |
| 52 | project-type: pipeline |
| 53 | properties: |
| 54 | - speed-durability: |
| 55 | hint: performance-optimized |
| 56 | - build-blocker: |
| 57 | block-level: GLOBAL |
| 58 | blocking-jobs: [] |
| 59 | queue-scanning: DISABLED |
| 60 | use-build-blocker: false |
| 61 | - build-discarder: |
| 62 | artifact-days-to-keep: -1 |
| 63 | artifact-num-to-keep: -1 |
| 64 | days-to-keep: 60 |
| 65 | num-to-keep: 100 |
| 66 | - github: |
| 67 | url: https://github.com/Mbed-TLS/mbedtls |
| 68 | - inject: |
| 69 | enabled: true |
| 70 | keep-build-variables: true |
| 71 | keep-system-variables: true |
| 72 | load-from-master: false |
| 73 | override-build-parameters: false |
| 74 | properties-content: |- |
| 75 | GIT_CREDENTIALS_ID=mbedtls-github-ssh |
Arthur She | 3d89a91 | 2023-07-19 14:17:38 -0700 | [diff] [blame] | 76 | triggers: [] |