Leonardo Sandoval | 85fb3bf | 2021-12-17 11:36:43 -0600 | [diff] [blame] | 1 | - job: |
| 2 | concurrent: true |
| 3 | description: Mbed TLS Nightly Tests |
| 4 | disabled: false |
| 5 | name: mbed-tls-nightly-tests |
| 6 | parameters: |
| 7 | - string: |
Arthur She | 33fe8c5 | 2022-03-31 17:31:12 -0700 | [diff] [blame] | 8 | default: https://github.com/Mbed-TLS/mbedtls.git |
Leonardo Sandoval | 85fb3bf | 2021-12-17 11:36:43 -0600 | [diff] [blame] | 9 | description: Enter mbed TLS repo/fork |
| 10 | name: MBED_TLS_REPO |
| 11 | trim: 'false' |
| 12 | - string: |
| 13 | default: development |
| 14 | description: Enter branch or commit to test |
| 15 | name: MBED_TLS_BRANCH |
| 16 | trim: 'false' |
| 17 | - bool: |
| 18 | default: true |
| 19 | description: |- |
| 20 | Run basic-build-test.sh |
| 21 | |
| 22 | (Note, this does not work on mbedtls-2.1). |
| 23 | name: RUN_BASIC_BUILD_TEST |
| 24 | - bool: |
| 25 | default: true |
| 26 | description: Run all.sh |
| 27 | name: RUN_ALL_SH |
| 28 | - bool: |
| 29 | default: false |
| 30 | description: Run Windows tests |
| 31 | name: RUN_WINDOWS_TEST |
| 32 | - bool: |
| 33 | default: false |
| 34 | description: Import mbed TLS into mbed-os master and test mbed TLS authcrypt |
| 35 | example. |
| 36 | name: TEST_MBED_OS_AUTHCRYPT_EXAMPLE |
| 37 | - bool: |
| 38 | default: false |
| 39 | description: Import mbed TLS into mbed-os master and test mbed TLS benchmark |
| 40 | example. |
| 41 | name: TEST_MBED_OS_BENCHMARK_EXAMPLE |
| 42 | - bool: |
| 43 | default: false |
| 44 | description: Import mbed TLS into mbed-os master and test mbed TLS hashing |
| 45 | example. |
| 46 | name: TEST_MBED_OS_HASHING_EXAMPLE |
| 47 | - bool: |
| 48 | default: false |
| 49 | description: Import mbed TLS into mbed-os master and test mbed TLS tls-client |
| 50 | example. |
| 51 | name: TEST_MBED_OS_TLS_CLIENT_EXAMPLE |
| 52 | - string: |
Arthur She | 9777624 | 2022-01-12 21:03:23 -0800 | [diff] [blame] | 53 | default: https://github.com/ARMmbed/mbed-os.git |
Leonardo Sandoval | 85fb3bf | 2021-12-17 11:36:43 -0600 | [diff] [blame] | 54 | description: Enter the Mbed OS repo or fork |
| 55 | name: MBED_OS_REPO |
| 56 | trim: 'false' |
| 57 | - string: |
| 58 | default: master |
| 59 | description: |- |
| 60 | Enter branch or commit to test. |
| 61 | |
| 62 | By default we test with the HEAD of the master branch, which is NOT a fixed release. |
| 63 | name: MBED_OS_BRANCH |
| 64 | trim: 'false' |
| 65 | - string: |
Arthur She | 9777624 | 2022-01-12 21:03:23 -0800 | [diff] [blame] | 66 | default: https://github.com/ARMmbed/mbed-os-example-tls.git |
Leonardo Sandoval | 85fb3bf | 2021-12-17 11:36:43 -0600 | [diff] [blame] | 67 | description: |- |
| 68 | Enter the Mbed OS examples repo or fork. |
| 69 | |
| 70 | This defaults to the main repository the examples are held in. |
| 71 | name: MBED_OS_TLS_EXAMPLES_REPO |
| 72 | trim: 'false' |
| 73 | - string: |
| 74 | default: master |
| 75 | description: |- |
| 76 | Enter branch or commit to test. |
| 77 | |
| 78 | This defaults to the HEAD of the master branch. |
| 79 | name: MBED_OS_TLS_EXAMPLES_BRANCH |
| 80 | trim: 'false' |
| 81 | - choice: |
| 82 | choices: |
| 83 | - Pull Request |
| 84 | - Mbed OS Gold Boards |
| 85 | - Mbed OS Silver Boards |
| 86 | - Mbed OS Gold Boards + Mbed OS Silver Boards |
| 87 | description: |- |
| 88 | Pull Request - Boards tested in the Pull Request job<br> |
| 89 | |
| 90 | For the list of Mbed OS Gold and Silver boards, see <a href="https://confluence.arm.com/display/IoTBU/ISG+Device+SW+SUT+list">here</a> |
| 91 | name: PLATFORMS_TO_TEST |
| 92 | - string: |
Arthur She | 4e4740f | 2022-03-01 22:37:20 -0800 | [diff] [blame] | 93 | default: arthur.she@linaro.org,CE-OSS-Firmware-Crypto-TLS@arm.com,darryl.green@arm.com |
Leonardo Sandoval | 85fb3bf | 2021-12-17 11:36:43 -0600 | [diff] [blame] | 94 | description: '' |
| 95 | name: TEST_PASS_EMAIL_ADDRESS |
| 96 | trim: 'false' |
| 97 | - string: |
Arthur She | 4e4740f | 2022-03-01 22:37:20 -0800 | [diff] [blame] | 98 | default: arthur.she@linaro.org,CE-OSS-Firmware-Crypto-TLS@arm.com,darryl.green@arm.com |
Leonardo Sandoval | 85fb3bf | 2021-12-17 11:36:43 -0600 | [diff] [blame] | 99 | description: '' |
| 100 | name: TEST_FAIL_EMAIL_ADDRESS |
| 101 | trim: 'false' |
Arthur She | 470edc7 | 2022-02-15 22:29:49 -0800 | [diff] [blame] | 102 | - bool: |
Bence Szépkúti | 28f6d01 | 2022-04-05 22:50:16 +0200 | [diff] [blame^] | 103 | default: false |
Arthur She | 470edc7 | 2022-02-15 22:29:49 -0800 | [diff] [blame] | 104 | description: Push head to coverity branch, triggering a scan (development only) |
| 105 | name: PUSH_COVERITY |
Leonardo Sandoval | 85fb3bf | 2021-12-17 11:36:43 -0600 | [diff] [blame] | 106 | pipeline-scm: |
| 107 | lightweight-checkout: true |
| 108 | scm: |
| 109 | - git: |
| 110 | branches: |
Arthur She | 4e4740f | 2022-03-01 22:37:20 -0800 | [diff] [blame] | 111 | - 'master' |
Arthur She | 33fe8c5 | 2022-03-31 17:31:12 -0700 | [diff] [blame] | 112 | url: https://github.com/Mbed-TLS/mbedtls-test.git |
Leonardo Sandoval | 85fb3bf | 2021-12-17 11:36:43 -0600 | [diff] [blame] | 113 | script-path: vars/mbedtls-release-Jenkinsfile |
| 114 | project-type: pipeline |
| 115 | properties: |
| 116 | - build-blocker: |
| 117 | block-level: GLOBAL |
| 118 | blocking-jobs: [] |
| 119 | queue-scanning: DISABLED |
| 120 | use-build-blocker: false |
| 121 | - build-discarder: |
| 122 | artifact-days-to-keep: -1 |
| 123 | artifact-num-to-keep: -1 |
| 124 | days-to-keep: 60 |
| 125 | num-to-keep: 100 |
| 126 | - inject: |
| 127 | enabled: true |
| 128 | keep-build-variables: true |
| 129 | keep-system-variables: true |
| 130 | load-from-master: false |
| 131 | override-build-parameters: false |
| 132 | properties-content: GIT_CREDENTIALS_ID=mbedtls-github-token |
| 133 | triggers: |
| 134 | - parameterized-timer: |
Bence Szépkúti | c58399e | 2022-04-04 16:06:57 +0200 | [diff] [blame] | 135 | cron: "H(0-29) 20 * * * %MBED_TLS_BRANCH=development \nH(0-29) 20 * * * %MBED_TLS_BRANCH=mbedtls-2.28" |