Cleanup yamllint errors before we start enforcing via pre-commit
Change-Id: Ie476be877d2896e1bc66ed4238bac0f2a1a33239
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
- description-setter:
regexp: '(\s+.*)(ZZCI\s+.*\d+-\d+\.\d+)'
description: 'Image: \2'
- # - trigger-builds:
- # - project: '{project-name}-openstack-update-cloud-image'
- # block: false
- # predefined-parameters: |
- # GERRIT_BRANCH=$GERRIT_BRANCH
- # GERRIT_PROJECT=$GERRIT_PROJECT
- # GERRIT_REFSPEC=$GERRIT_REFSPEC
- # NEW_IMAGE_NAME=$NEW_IMAGE_NAME
- # property-file: variables.jenkins-trigger
- # property-file-fail-on-missing: true
publishers:
- lf-infra-publish
- |
Disable the pip install warning that are not useful in the console logs.
- 00:25:10 WARNING: The scripts easy_install and easy_install-3.6 are installed in '/home/jenkins/.local/bin' which is not on PATH.
- 00:25:10 Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
+ 00:25:10 WARNING: The scripts easy_install and easy_install-3.6 are
+ installed in '/home/jenkins/.local/bin' which is not on PATH.
+ 00:25:10 Consider adding this directory to PATH or, if you prefer to
+ suppress this warning, use --no-warn-script-location.