Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run the RPM build and test on workflow_dispatch #14177

Draft
wants to merge 71 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2024

  1. Run the RPM build and test on workflow_dispatch

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    # NOTE: The following default set of pragmas will result in no build
    #       or test.
    #
    #       Please edit the list of pragmas to produce the minimal amount of build
    #       and test to prove your PR works.
    #
    #       Or if you have already done the above, and your PR is ready for it's
    #       final for-landing run, remove all of the following pragmas.
    #
    #       More detail can be found at
    #       https://wiki.hpdd.intel.com/display/CI/Commit+Pragmas.
    # You should not use this one without prior approval:
    #Priority: 3
    # Run the GitHub Actions test jobs
    #Run-GHA: false
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    # Or you can skip specific PR build stages:
    #Skip-build-ubuntu20-rpm: true
    #Skip-build-el8-rpm: true
    #Skip-build-leap15-rpm: true
    #Skip-build-el8-gcc: true
    #Skip-build-el8-gcc-debug: true
    #Skip-build-el8-gcc-release: true
    #Skip-build-leap15-gcc: true
    #Skip-build-leap15-icc: true
    #Skip-build-ubuntu-clang: true
    
    # And/or you could just enable quick-build below which reduces build tims considerably
    Quick-build: true
    # Just build and run Functional tests, skipping all others
    Quick-Functional: true
    # or building with multiple jobs
    #Parallel-build: true
    
    #Skip-unit-tests: true
    # Or you could choose which Unit Test stages to skip below
    #Skip-nlt: true
    #Skip-unit-test: true
    #Skip-unit-test-memcheck: true
    #Skip-test: true
    
    # Every run should include the features it is testing.  Uncomment the below
    # line and add the features (space separated) your PR should be testing for.
    # I.e. rebuild, ...
    #Features:
    
    # Or you can choose which test stages to skip below
    #Skip-coverity-test: true
    #Skip-fault-injection-test: true
    # Skip all Functional test stages
    #Skip-func-test: true
    # Skip all Functional test stages on VMs
    #Skip-func-test-vm: true
    # Don't skip the valgrind functional test
    #Skip-func-test-vm-valgrind: false
    # Skip Functional test stages on EL7, EL8 or Leap 15
    #Skip-func-test-el7: true
    #Skip-func-test-el8: true
    #Skip-func-test-leap15: true
    # Skip all Functional test stages on hardware
    #Skip-func-hw-test: true
    # or just specific hardware test stages
    #Skip-func-hw-test-small: true
    #Skip-func-hw-test-medium: true
    #Skip-func-hw-test-medium-verbs-provider: true
    #Skip-func-hw-test-medium-ucx-provider: true
    #Skip-func-hw-test-large: true
    #Skip-scan-rpms: true
    #Skip-test-rpms: true
    # or per distro variants:
    #Skip-scan-centos-rpms: true
    #Skip-scan-centos-7-rpms: true
    #Skip-scan-centos-8-rpms: true
    #Skip-scan-leap-15-rpms: true
    #Skip-test-centos-rpms: true
    #Skip-test-centos-7-rpms: true
    #Skip-test-centos-8-rpms: true
    #Skip-test-centos-8.3-rpms: true
    
    # If you do run any of the above Functional test stages, please use the following to
    # limit your tests run to the tests/features you are working on
    # You can add the tags for your tests to the appropriate pragmas below:
    #Test-tag: -hw
    #Test-tag-hw-small: hw,small
    #Test-tag-hw-medium: hw,medium,ib2
    #Test-tag-hw-large: hw,large
    
    # If you want to allow Hardware testing to run even if VM testing fails:
    Allow-unstable-test: true
    
    # if you want to test your PR with a PR of a component, you can speify that PR:
    #PR-repos: project@PR-number[:build_num]
    
    # if you want to disable using RPMs in the Functional tests:
    #RPM-test: false
    
    # Or if you want to test with daos RPMs that are already built (i.e. in another PR or in the repo):
    #RPM-test-version: version[-release]
    # to get the latest RPMs for the current verison:
    #RPM-test-version: 2.5.101
    
    # This should be figured out automatically, but you can force it with
    #Doc-only: true
    
    # If you want to use a repo-files PR
    # Repo-files-PR: PR-123
    
    # If you'd prefer not to have your PRs cluttered up with stage failure
    # comments, uncomment this
    # Skip-PR-comments: true
    
    # ansible-role-snapshot_host-branch: branch-name
    # ansible-role-kvm-branch: branch-name
    
    # to use a different cluster for various stages
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    # to tell CI not to skip a test due to a ticket
    # Fixes: DAOS-1234
    #
    # If you are ready to push a full CI build and test you can uncomment
    # the below pragma:
    #Full-CI-run: true
    
    # NOTE: The following default set of pragmas will result in no build
    #       or test.
    #
    #       Please edit the list of pragmas to produce the minimal amount of build
    #       and test to prove your PR works.
    #
    #       Or if you have already done the above, and your PR is ready for it's
    #       final for-landing run, remove all of the following pragmas.
    #
    #       More detail can be found at
    #       https://wiki.hpdd.intel.com/display/CI/Commit+Pragmas.
    # You should not use this one without prior approval:
    #Priority: 3
    # Run the GitHub Actions test jobs
    #Run-GHA: false
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    # Or you can skip specific PR build stages:
    #Skip-build-ubuntu20-rpm: true
    #Skip-build-el8-rpm: true
    #Skip-build-leap15-rpm: true
    #Skip-build-el8-gcc: true
    #Skip-build-el8-gcc-debug: true
    #Skip-build-el8-gcc-release: true
    #Skip-build-leap15-gcc: true
    #Skip-build-leap15-icc: true
    #Skip-build-ubuntu-clang: true
    
    # And/or you could just enable quick-build below which reduces build tims considerably
    Quick-build: true
    # Just build and run Functional tests, skipping all others
    Quick-Functional: true
    # or building with multiple jobs
    #Parallel-build: true
    
    #Skip-unit-tests: true
    # Or you could choose which Unit Test stages to skip below
    #Skip-nlt: true
    #Skip-unit-test: true
    #Skip-unit-test-memcheck: true
    #Skip-test: true
    
    # Every run should include the features it is testing.  Uncomment the below
    # line and add the features (space separated) your PR should be testing for.
    # I.e. rebuild, ...
    #Features:
    
    # Or you can choose which test stages to skip below
    #Skip-coverity-test: true
    #Skip-fault-injection-test: true
    # Skip all Functional test stages
    #Skip-func-test: true
    # Skip all Functional test stages on VMs
    #Skip-func-test-vm: true
    # Don't skip the valgrind functional test
    #Skip-func-test-vm-valgrind: false
    # Skip Functional test stages on EL7, EL8 or Leap 15
    #Skip-func-test-el7: true
    #Skip-func-test-el8: true
    #Skip-func-test-leap15: true
    # Skip all Functional test stages on hardware
    #Skip-func-hw-test: true
    # or just specific hardware test stages
    #Skip-func-hw-test-small: true
    #Skip-func-hw-test-medium: true
    #Skip-func-hw-test-medium-verbs-provider: true
    #Skip-func-hw-test-medium-ucx-provider: true
    #Skip-func-hw-test-large: true
    #Skip-scan-rpms: true
    #Skip-test-rpms: true
    # or per distro variants:
    #Skip-scan-centos-rpms: true
    #Skip-scan-centos-7-rpms: true
    #Skip-scan-centos-8-rpms: true
    #Skip-scan-leap-15-rpms: true
    #Skip-test-centos-rpms: true
    #Skip-test-centos-7-rpms: true
    #Skip-test-centos-8-rpms: true
    #Skip-test-centos-8.3-rpms: true
    
    # If you do run any of the above Functional test stages, please use the following to
    # limit your tests run to the tests/features you are working on
    # You can add the tags for your tests to the appropriate pragmas below:
    #Test-tag: -hw
    #Test-tag-hw-small: hw,small
    #Test-tag-hw-medium: hw,medium,ib2
    #Test-tag-hw-large: hw,large
    
    # If you want to allow Hardware testing to run even if VM testing fails:
    Allow-unstable-test: true
    
    # if you want to test your PR with a PR of a component, you can speify that PR:
    #PR-repos: project@PR-number[:build_num]
    
    # if you want to disable using RPMs in the Functional tests:
    #RPM-test: false
    
    # Or if you want to test with daos RPMs that are already built (i.e. in another PR or in the repo):
    #RPM-test-version: version[-release]
    # to get the latest RPMs for the current verison:
    #RPM-test-version: 2.7.100
    
    # This should be figured out automatically, but you can force it with
    #Doc-only: true
    
    # If you want to use a repo-files PR
    # Repo-files-PR: PR-123
    
    # If you'd prefer not to have your PRs cluttered up with stage failure
    # comments, uncomment this
    # Skip-PR-comments: true
    
    # ansible-role-snapshot_host-branch: branch-name
    # ansible-role-kvm-branch: branch-name
    
    # to use a different cluster for various stages
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    # to tell CI not to skip a test due to a ticket
    # Fixes: DAOS-1234
    #
    # If you are ready to push a full CI build and test you can uncomment
    # the below pragma:
    #Full-CI-run: true
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ded45e4 View commit details
    Browse the repository at this point in the history
  2. Add an override commit msg as an input

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    21c8e73 View commit details
    Browse the repository at this point in the history
  3. Fix sh syntax

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f71a2d2 View commit details
    Browse the repository at this point in the history
  4. Use exec more

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ab551e3 View commit details
    Browse the repository at this point in the history
  5. Also for dquoted commit message

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6d959b0 View commit details
    Browse the repository at this point in the history
  6. Try it out

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b1cddea View commit details
    Browse the repository at this point in the history
  7. Pass the commit message

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fe79595 View commit details
    Browse the repository at this point in the history
  8. Fix input name

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8d852b0 View commit details
    Browse the repository at this point in the history
  9. Move checkout to above action call

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    14092a4 View commit details
    Browse the repository at this point in the history
  10. Enhance skip-build pragma support

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    afbd5a8 View commit details
    Browse the repository at this point in the history
  11. Add rpm-test-version input

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1983407 View commit details
    Browse the repository at this point in the history
  12. Add test-tag input

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0fbda38 View commit details
    Browse the repository at this point in the history
  13. Fix spelling error

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d9230ac View commit details
    Browse the repository at this point in the history
  14. Skip rpm build matrix if skipping build

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    63954d7 View commit details
    Browse the repository at this point in the history
  15. Debug why Functional is not running

    From upstream job.
    
    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    eb53817 View commit details
    Browse the repository at this point in the history
  16. Debug for inputs.rpm-test-version

    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c15f64f View commit details
    Browse the repository at this point in the history
  17. Debug whyRPM building is happening…

    From upstream job.
    
    Skip-PR-comments: true
    Skip-build: true
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9f58e0a View commit details
    Browse the repository at this point in the history
  18. Try removing ${{ }} in if: conditions

    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    69a1576 View commit details
    Browse the repository at this point in the history
  19. Use single quotes where possible to prevent injections

    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0155a89 View commit details
    Browse the repository at this point in the history
  20. Revert some quoting

    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    266eb66 View commit details
    Browse the repository at this point in the history
  21. Add more workflow-dispatch tests

    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c1419b9 View commit details
    Browse the repository at this point in the history
  22. Fix condition

    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    88c4970 View commit details
    Browse the repository at this point in the history
  23. Set CI_RPM_TEST_VERSION for provisioning

    EL8-VM9-label: all_vm9
    
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7bef85f View commit details
    Browse the repository at this point in the history
  24. Only set commit status on push or pull_request

    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    206f109 View commit details
    Browse the repository at this point in the history
  25. functional-test-distros input

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1c0e5f4 View commit details
    Browse the repository at this point in the history
  26. Fix in put name

    More " -> '.
    
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d20fc1d View commit details
    Browse the repository at this point in the history
  27. Let functional-test-distros override…

    Calc-functional-matrix.
    
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    eb4ca5b View commit details
    Browse the repository at this point in the history
  28. DO NOT LAND

    Use all_vm9 for testing.
    
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    eaeefc4 View commit details
    Browse the repository at this point in the history
  29. Fix extraneous quote

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e25311d View commit details
    Browse the repository at this point in the history
  30. Indicate when using input

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d9c83b2 View commit details
    Browse the repository at this point in the history
  31. Expect a plain list instead

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ee40cf7 View commit details
    Browse the repository at this point in the history
  32. Fix

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    379b6ca View commit details
    Browse the repository at this point in the history
  33. Per above

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fed8624 View commit details
    Browse the repository at this point in the history
  34. Only run VM stages if tags have vm matches

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    65b5ede View commit details
    Browse the repository at this point in the history
  35. Display HW matrix

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9e5ba88 View commit details
    Browse the repository at this point in the history
  36. Updates

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d47008c View commit details
    Browse the repository at this point in the history
  37. Move block

    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9f8ce88 View commit details
    Browse the repository at this point in the history
  38. DO NOT LAND

    Debugging code
    
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a736ec5 View commit details
    Browse the repository at this point in the history
  39. Synchronize with argobots

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bd79703 View commit details
    Browse the repository at this point in the history
  40. Fix attempt to use env in env

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c73f7c4 View commit details
    Browse the repository at this point in the history
  41. Fix copy'n'pasto

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    502bab8 View commit details
    Browse the repository at this point in the history
  42. Sync with daos

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    419c563 View commit details
    Browse the repository at this point in the history
  43. Use reusable workflow for RPM build

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b0d9e58 View commit details
    Browse the repository at this point in the history
  44. Fix path

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a2e402c View commit details
    Browse the repository at this point in the history
  45. Use outputs from Call-RPM-Build instead

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    15b7553 View commit details
    Browse the repository at this point in the history
  46. Debug

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6e5d69d View commit details
    Browse the repository at this point in the history
  47. Debug post-provision

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    846b622 View commit details
    Browse the repository at this point in the history
  48. Remove erroneous }}

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e655d1f View commit details
    Browse the repository at this point in the history
  49. Add log grouping to provisioning

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    129a2e1 View commit details
    Browse the repository at this point in the history
  50. DO NOT LAND

    Use returned cp-test-tag output.
    
    But there has to be a better way of doing this than adding a zillion outputs.
    
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5ad6655 View commit details
    Browse the repository at this point in the history
  51. Allow , in commit pragma value

    Show variable set value.
    
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    617f87d View commit details
    Browse the repository at this point in the history
  52. Don't need ot set variables for CPs

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e453738 View commit details
    Browse the repository at this point in the history
  53. Use single quotes

    So that ' works in commit messages.
    
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f7be927 View commit details
    Browse the repository at this point in the history
  54. Remove cp-test-tag and debug

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    87d6850 View commit details
    Browse the repository at this point in the history
  55. Updates

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    
    #Pragmas from previous commit message:
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-build: true
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    EL8-VM9-label: all_vm9
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Test-tag: always_passes
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-PR-comments: true
    Skip-build: true
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.5.101
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Skip-checkpatch: true
    Skip-python-bandit: true
    Skip-build: true
    Quick-build: true
    Quick-Functional: true
    Allow-unstable-test: true
    #RPM-test-version: version[-release]
    #RPM-test-version: 2.7.100
    # VM1-label: ci_vm1
    # Ubuntu-VM9-label: ci_vm9
    # Leap15-VM9-label: ci_vm9
    # EL8-VM9-label: ci_vm9
    # HW-medium-label: ci_nvme5
    # HW-large-label: ci_nvme9
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5b82969 View commit details
    Browse the repository at this point in the history
  56. packaging/ updates

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    209e0c2 View commit details
    Browse the repository at this point in the history
  57. Update packaging

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e034835 View commit details
    Browse the repository at this point in the history
  58. Pare back gha_functions.sh

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b1a67ea View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Use external action

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d9db08d View commit details
    Browse the repository at this point in the history
  2. Remove local actions

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cef840c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Use actions-lib

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d9d2981 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Set version of daos to install

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f0b45bb View commit details
    Browse the repository at this point in the history
  2. Close spaces

    Run-GHA: true
    Skip-PR-comments: true
    RPM-test-version: 2.7.100
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    daac3e0 View commit details
    Browse the repository at this point in the history
  3. Escape <

    Run-GHA: true
    Skip-PR-comments: true
    RPM-test-version: 2.7.100
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ffb8f30 View commit details
    Browse the repository at this point in the history
  4. Wrap spaces around <

    Run-GHA: true
    Skip-PR-comments: true
    RPM-test-version: 2.7.100
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b89bc73 View commit details
    Browse the repository at this point in the history
  5. Use DAOS_VERSION

    To specify the version to install.
    
    Run-GHA: true
    Skip-PR-comments: true
    RPM-test-version: 2.7.100
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ed23817 View commit details
    Browse the repository at this point in the history
  6. Fix package install list

    Run-GHA: true
    Skip-PR-comments: true
    RPM-test-version: 2.7.100
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ff5c598 View commit details
    Browse the repository at this point in the history
  7. Propagate $DAOS_VERSION

    Run-GHA: true
    Skip-PR-comments: true
    RPM-test-version: 2.7.100
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3d7fbba View commit details
    Browse the repository at this point in the history
  8. Fix previous

    Run-GHA: true
    Skip-PR-comments: true
    RPM-test-version: 2.7.100
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    691e6f2 View commit details
    Browse the repository at this point in the history
  9. Use commit pragma if specified

    There seems to be some overlap here with
    $DAOS_VERSION and $CI_RPM_TEST_VERSION in the
    provision-cluster action.  Should DRY those out.
    
    Run-GHA: true
    Skip-PR-comments: true
    RPM-test-version: 2.7.100
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    48eb038 View commit details
    Browse the repository at this point in the history
  10. Remove RPM-test-version pragma

    Run-GHA: true
    Skip-PR-comments: true
    Test-tag: always_passes,vm
    
    Required-githooks: true
    
    Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
    brianjmurrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d49b92d View commit details
    Browse the repository at this point in the history