Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 1 | - job: |
| 2 | concurrent: true |
| 3 | description: Mbed TLS Nightly Tests |
Darryl Green | 0dbe661 | 2025-06-20 09:04:53 +0100 | [diff] [blame] | 4 | disabled: false |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 5 | name: mbed-tls-nightly-tests |
| 6 | parameters: |
| 7 | - string: |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 8 | default: ssh://git@github.com/Mbed-TLS/mbedtls.git |
Gilles Peskine | 80f035d | 2024-11-18 16:51:35 +0100 | [diff] [blame] | 9 | description: Mbed TLS repo/fork |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -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 | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 12 | - string: |
| 13 | default: development |
Gilles Peskine | 80f035d | 2024-11-18 16:51:35 +0100 | [diff] [blame] | 14 | description: Branch or commit to test |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 15 | name: MBED_TLS_BRANCH |
Gilles Peskine | be2a48f | 2024-11-18 19:41:24 +0100 | [diff] [blame] | 16 | trim: true |
Darryl Green | 705bfcc | 2025-06-26 13:31:19 +0100 | [diff] [blame] | 17 | - string: |
| 18 | default: ssh://git@github.com/Mbed-TLS/mbedtls-framework.git |
| 19 | description: Framework repo/fork |
| 20 | name: FRAMEWORK_REPO |
| 21 | trim: true |
| 22 | - string: |
| 23 | default: '' |
| 24 | description: Enter Framework branch/sha to override the sha specified in the Mbed TLS branch |
| 25 | name: FRAMEWORK_BRANCH |
| 26 | trim: true |
| 27 | - string: |
| 28 | default: ssh://git@github.com/Mbed-TLS/TF-PSA-Crypto.git |
| 29 | description: TF PSA Crypto repo/fork |
| 30 | name: TF_PSA_CRYPTO_REPO |
| 31 | trim: true |
| 32 | - string: |
| 33 | default: '' |
| 34 | description: Enter TF PSA Crypto branch/sha to override the sha specified in the Mbed TLS branch. |
| 35 | name: TF_PSA_CRYPTO_BRANCH |
| 36 | trim: true |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 37 | - bool: |
| 38 | default: true |
Gilles Peskine | 80f035d | 2024-11-18 16:51:35 +0100 | [diff] [blame] | 39 | description: Run basic-build-test.sh (test coverage measurement) |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 40 | name: RUN_BASIC_BUILD_TEST |
| 41 | - bool: |
| 42 | default: true |
| 43 | description: Run all.sh |
| 44 | name: RUN_ALL_SH |
| 45 | - bool: |
| 46 | default: true |
| 47 | description: Run a selection of all.sh on FreeBSD |
| 48 | name: RUN_FREEBSD |
| 49 | - bool: |
| 50 | default: true |
| 51 | description: Run Windows tests |
| 52 | name: RUN_WINDOWS_TEST |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 53 | - string: |
Gilles Peskine | 0f8718f | 2024-12-03 18:26:12 +0100 | [diff] [blame] | 54 | default: '' |
Bence Szépkúti | 9ccf7f2 | 2024-11-06 21:03:57 +0100 | [diff] [blame] | 55 | description: E-mail addresses (delimited by ,) that a report should be sent to when the test run passes |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 56 | name: TEST_PASS_EMAIL_ADDRESS |
Gilles Peskine | be2a48f | 2024-11-18 19:41:24 +0100 | [diff] [blame] | 57 | trim: true |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 58 | - string: |
Bence Szépkúti | ce19816 | 2025-02-13 18:11:06 +0100 | [diff] [blame] | 59 | default: 'CE-SW-Firmware-Crypto@arm.com' |
Bence Szépkúti | 9ccf7f2 | 2024-11-06 21:03:57 +0100 | [diff] [blame] | 60 | description: E-mail addresses (delimited by ,) that a report should be sent to when the test run fails |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 61 | name: TEST_FAIL_EMAIL_ADDRESS |
Gilles Peskine | be2a48f | 2024-11-18 19:41:24 +0100 | [diff] [blame] | 62 | trim: true |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 63 | - bool: |
| 64 | default: false |
| 65 | description: Push head to coverity branch, triggering a scan (development only) |
| 66 | name: PUSH_COVERITY |
| 67 | pipeline-scm: |
| 68 | lightweight-checkout: true |
| 69 | scm: |
| 70 | - git: |
| 71 | branches: |
Darryl Green | e6a6ce8 | 2025-06-19 13:52:34 +0100 | [diff] [blame] | 72 | - dev/dgreen-arm/openci-testing |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 73 | credentials-id: mbedtls-github-ssh |
| 74 | url: ssh://git@github.com/Mbed-TLS/mbedtls-test.git |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 75 | script-path: vars/mbedtls-release-Jenkinsfile |
| 76 | project-type: pipeline |
| 77 | properties: |
| 78 | - speed-durability: |
| 79 | hint: performance-optimized |
| 80 | - build-blocker: |
| 81 | block-level: GLOBAL |
| 82 | blocking-jobs: [] |
| 83 | queue-scanning: DISABLED |
| 84 | use-build-blocker: false |
| 85 | - build-discarder: |
| 86 | artifact-days-to-keep: -1 |
| 87 | artifact-num-to-keep: -1 |
| 88 | days-to-keep: 60 |
| 89 | num-to-keep: 100 |
| 90 | - inject: |
| 91 | enabled: true |
| 92 | keep-build-variables: true |
| 93 | keep-system-variables: true |
| 94 | load-from-master: false |
| 95 | override-build-parameters: false |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 96 | properties-content: GIT_CREDENTIALS_ID=mbedtls-github-ssh |
Arthur She | 3ea3df9 | 2023-07-18 14:53:14 -0700 | [diff] [blame] | 97 | triggers: |
| 98 | - parameterized-timer: |
Gilles Peskine | 6f23d5d | 2024-05-22 19:25:36 +0200 | [diff] [blame] | 99 | cron: | |
| 100 | H(0-29) 0 * * * %MBED_TLS_BRANCH=development |
| 101 | H(0-29) 2 * * * %MBED_TLS_BRANCH=mbedtls-3.6 |