It appears that swift is occassionally responding to jobs with 404 when tempurls are used. Likely this is something to do with time, but the underlying credenital can also be validated. Since this works in newer branches, and no chanes can be attributed to swift, there is likely some sort of intermediate library issue where unable to pin down. In the interest of keeping a working CI, for now, mark the job as non-voting until we're able to figure something out. Change-Id: I46e8e8800eb1b08caba8faab6247195ea646430b
43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-master-branch-jobs
|
|
- openstack-python3-xena-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-tox-functional
|
|
- ipa-tox-examples
|
|
# NOTE(iurygregory) Only run this two jobs since we are testing
|
|
# wholedisk + partition on tempest
|
|
- ipa-tempest-bios-ipmi-direct-src
|
|
- ipa-tempest-uefi-redfish-vmedia-src:
|
|
voting: false
|
|
- ironic-standalone-ipa-src
|
|
- 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:
|
|
voting: false
|
|
- ironic-python-agent-check-image-dib-centos8:
|
|
voting: false
|
|
# Non-voting jobs
|
|
- ipa-tempest-ironic-inspector-src:
|
|
voting: false
|
|
- ipa-tox-bandit:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-functional
|
|
- ipa-tempest-bios-ipmi-direct-src
|
|
- metalsmith-integration-ipa-src
|
|
- ironic-standalone-ipa-src
|
|
post:
|
|
jobs:
|
|
- ironic-python-agent-build-image-tinyipa
|
|
- ironic-python-agent-build-image-dib-centos8
|