X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fakraino-templates%2Fakraino-rec-macros.yaml;fp=jjb%2Fakraino-templates%2Fakraino-rec-macros.yaml;h=ad2312ac7cf48f51ab49d6fb73755129d224fbdc;hp=a1129b811237991e1f051991e48a478b9cfb3000;hb=9d378480b8a3fdfb13acc717b836ac719f8efa48;hpb=fa2ec188f24f35d232cecf0cc91913904253e898 diff --git a/jjb/akraino-templates/akraino-rec-macros.yaml b/jjb/akraino-templates/akraino-rec-macros.yaml index a1129b8..ad2312a 100644 --- a/jjb/akraino-templates/akraino-rec-macros.yaml +++ b/jjb/akraino-templates/akraino-rec-macros.yaml @@ -3,49 +3,51 @@ # PARAMETERS # ############## - parameter: - name: 'rec-aarch64_baremetal-defaults' + name: "rec-aarch64_baremetal-defaults" parameters: - string: name: REC_ISO_IMAGE_NAME - default: 'https://nexus.akraino.org/content/repositories/images-snapshots/TA/images/arm64/latest/install.aarch64.iso' - description: 'REC install image' + # yamllint disable-line rule:line-length + default: "https://nexus.akraino.org/content/repositories/images-snapshots/TA/images/arm64/latest/install.aarch64.iso" + description: "REC install image" - string: name: REC_PROVISIONING_ISO_NAME - default: 'https://nexus.akraino.org/content/repositories/images-snapshots/TA/images/arm64/latest/bootcd.aarch64.iso' - description: 'REC provisioning image' + # yamllint disable-line rule:line-length + default: "https://nexus.akraino.org/content/repositories/images-snapshots/TA/images/arm64/latest/bootcd.aarch64.iso" + description: "REC provisioning image" - string: name: REC_USER_CONFIG - default: 'file:///data/rec_pod/user_config.yaml' - description: 'POD user config YAML (hosted on Jumpserver by default)' + default: "file:///data/rec_pod/user_config.yaml" + description: "POD user config YAML (hosted on Jumpserver by default)" - string: name: ARCHIVE_ARTIFACTS - default: '**/*.log' + default: "**/*.log" description: Artifacts to archive to the logs server. - string: name: SCM_REFSPEC_REMOTE_INSTALLER - default: 'refs/heads/master' - description: 'remote-installer custom git refspec' + default: "refs/heads/master" + description: "remote-installer custom git refspec" - parameter: - name: 'rec-defaults' + name: "rec-defaults" parameters: - string: name: CLUSTER_MASTER_IP - default: '192.167.10.211' - description: 'IP address to connect to the K8s master' + default: "192.167.10.211" + description: "IP address to connect to the K8s master" - string: name: CLUSTER_SSH_USER - default: 'cloudadmin' - description: 'SSH username to connect to the K8s master' + default: "cloudadmin" + description: "SSH username to connect to the K8s master" - string: name: CLUSTER_SSH_PASSWORD - default: 'admin' - description: 'SSH password to connect to the K8s master' + default: "admin" + description: "SSH password to connect to the K8s master" ######################## # trigger macros ######################## - trigger: - name: 'rec-weekly-master-trigger' + name: "rec-weekly-master-trigger" triggers: - - timed: '0 1 * * 6,7' + - timed: "0 1 * * 6,7"