bf957210c26799028733b58fcfdac9faa7b052f7
[ci-management.git] / jjb / akraino-templates / akraino-rec-macros.yaml
1 ---
2 ##############
3 # PARAMETERS #
4 ##############
5 - parameter:
6     name: 'rec-aarch64_baremetal-defaults'
7     parameters:
8       - string:
9           name: REC_ISO_IMAGE_NAME
10           default: 'https://nexus.akraino.org/content/repositories/images-snapshots/TA/images/arm64/latest/install.aarch64.iso'
11           description: 'REC install image'
12       - string:
13           name: REC_PROVISIONING_ISO_NAME
14           default: 'https://nexus.akraino.org/content/repositories/images-snapshots/TA/images/arm64/latest/bootcd.aarch64.iso'
15           description: 'REC provisioning image'
16       - string:
17           name: REC_USER_CONFIG
18           default: 'file:///data/rec_pod/user_config.yaml'
19           description: 'POD user config YAML (hosted on Jumpserver by default)'
20       - string:
21           name: ARCHIVE_ARTIFACTS
22           default: '**/*.log'
23           description: Artifacts to archive to the logs server.
24       - string:
25           name: SCM_REFSPEC_REMOTE_INSTALLER
26           default: 'refs/heads/master'
27           description: 'remote-installer custom git refspec'
28
29 ########################
30 # trigger macros
31 ########################
32 - trigger:
33     name: 'rec-weekly-master-trigger'
34     triggers:
35       - timed: '0 1 * * 6,7'
36