Style: Cleanup yamllint errors 12/67612/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 May 2021 16:42:25 +0000 (09:42 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 May 2021 17:46:30 +0000 (10:46 -0700)
Cleanup yamllint errors before we start enforcing via pre-commit

Change-Id: Ie476be877d2896e1bc66ed4238bac0f2a1a33239
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/lf-ci-jobs.yaml
releasenotes/notes/ignore-staging-repo-565069d9ab316adc.yaml

index 14fb9fc..0ae94d8 100644 (file)
       - 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
index 7d32caa..14bd7cd 100644 (file)
@@ -3,5 +3,7 @@ fixes:
   - |
     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.