Merge "Don't run os-prober from grub2-mkconfig"

This commit is contained in:
Zuul
2020年11月01日 12:27:07 +00:00
committed by Gerrit Code Review

View File

@@ -145,6 +145,20 @@
IRONIC_AUTOMATED_CLEAN_ENABLED:False
IRONIC_BUILD_DEPLOY_RAMDISK:True
# This job will superceed the above centos7 metalsmith integration job
- job:
name:metalsmith-integration-ipa-src-uefi
parent:metalsmith-integration-glance-localboot-centos8-uefi
required-projects:
- openstack/ironic-python-agent
- openstack/ironic-python-agent-builder
- openstack/ironic-lib
vars:
devstack_localrc:
# Don't waste time on cleaning, it's checked everywhere else
IRONIC_AUTOMATED_CLEAN_ENABLED:False
IRONIC_BUILD_DEPLOY_RAMDISK:True
# used by ironic-python-agent-builder
- job:
name:ipa-tempest-bios-ipmi-direct-tinyipa-src

View File

@@ -22,6 +22,8 @@
- ironic-standalone-ipa-src:
voting:false
- metalsmith-integration-ipa-src
- metalsmith-integration-ipa-src-uefi:
voting:false
# NOTE(dtantsur): non-voting because IPA source code is very unlikely
# to break them. They rather serve as a canary for broken POST jobs.
- ironic-python-agent-check-image-tinyipa:
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.