X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fakraino-templates%2Fakraino-validation-macros.yaml;h=ed2d9b17e05b878ceaeede75ae54e699ac93608c;hb=9d378480b8a3fdfb13acc717b836ac719f8efa48;hp=471d2b9217f7eead475a55b7896762b3a40e86c0;hpb=15ca162dfa0f9acbb14c296f1cc74ca6c4f980ba;p=ci-management.git diff --git a/jjb/akraino-templates/akraino-validation-macros.yaml b/jjb/akraino-templates/akraino-validation-macros.yaml index 471d2b9..ed2d9b1 100644 --- a/jjb/akraino-templates/akraino-validation-macros.yaml +++ b/jjb/akraino-templates/akraino-validation-macros.yaml @@ -5,75 +5,52 @@ - parameter: name: bluval-defaults parameters: - - string: &cluster_master_ip - name: CLUSTER_MASTER_IP - default: '' - description: 'IP address to connect to the cluster master' - - string: &cluster_ssh_user - name: CLUSTER_SSH_USER - default: '' - description: 'SSH username to connect to the cluster master ' - - string: &cluster_ssh_password - name: CLUSTER_SSH_PASSWORD - default: '' - description: 'SSH password to connect to the cluster master' - - string: &cluster_ssh_key - name: CLUSTER_SSH_KEY - default: '' - description: 'SSH key to connect to the cluster master' - - string: &blueprint_name - name: BLUEPRINT - default: '' - description: 'Blueprint used' - - string: &layer - name: LAYER - default: '' - description: 'Layer' - - string: &version - name: VERSION - default: '' - description: 'Version' - - string: &optional - name: OPTIONAL - default: '' - description: 'If set to yes run optional tests' + - lab_params - string: name: LAB_SILO - default: '' - description: 'Folder in nexus where the logs are pushed.' + default: "" + description: "Folder in nexus where the logs are pushed." - string: name: SETTINGS_FILE - default: '/home/jenkins/settings.xml' - description: 'Path to credentials file' + default: "/home/jenkins/settings.xml" + description: "Path to credentials file" - parameter: name: lab_params parameters: - string: - <<: *cluster_master_ip + name: CLUSTER_MASTER_IP + default: "" + description: "IP address to connect to the cluster master" + - string: + name: CLUSTER_SSH_USER + default: "" + description: "SSH username to connect to the cluster master " - string: - <<: *cluster_ssh_user + name: CLUSTER_SSH_PASSWORD + default: "" + description: "SSH password to connect to the cluster master" - string: - <<: *cluster_ssh_password + name: CLUSTER_SSH_KEY + default: "" + description: "SSH key to connect to the cluster master" - string: - <<: *cluster_ssh_key + name: BLUEPRINT + default: "" + description: "Blueprint used" - string: - <<: *blueprint_name + name: LAYER + default: "" + description: "Layer" - string: - <<: *layer + name: VERSION + default: "" + description: "Version" - string: - <<: *version + name: OPTIONAL + default: "" + description: "If set to yes run optional tests" - string: - <<: *optional - -############ -# SETTINGS # -############ -# settings for jobs run in multijob phases -- docker-build-job-settings: &docker-build-job-settings - name: docker_build_job_settings - current-parameters: true - git-revision: false - node-parameters: false - kill-phase-on: FAILURE - abort-all-jobs: false + name: PULL + default: "false" + description: "If set to yes pull docker images before run"