Skip to content

Commit 46744b1

Browse files
committed
Remove and disable examples job
It is not a valid check to import the hwm without it being loaded into IPA first, as objects such as the configuration object won't be loaded yet. Change-Id: Icf20e71e8061bb886885c1b2e29bd13ccac37ade (cherry picked from commit ba5c1bf)
1 parent e9c0578 commit 46744b1

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

zuul.d/ironic-python-agent-jobs.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,6 @@
107107
- ^tools/(?!bandit.yml).*$
108108
- ^tox.ini$
109109

110-
- job:
111-
name: ipa-tox-examples
112-
parent: openstack-tox
113-
timeout: 600
114-
vars:
115-
tox_envlist: examples
116-
irrelevant-files:
117-
- ^test-requirements.txt$
118-
- ^.*\.rst$
119-
- ^doc/.*$
120-
- ^ironic_python_agent/tests/.*$
121-
- ^releasenotes/.*$
122-
- ^setup.cfg$
123-
- ^tools/(?!bandit.yml).*$
124-
- ^tox.ini$
125-
126110
# used by ironic-python-agent-builder
127111
- job:
128112
name: ironic-standalone-ipa-src
@@ -175,4 +159,4 @@
175159
parent: openstack-tox
176160
timeout: 7200
177161
vars:
178-
tox_envlist: codespell
162+
tox_envlist: codespell

zuul.d/project.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
jobs:
1111
- openstack-tox-functional
1212
- ipa-tox-bandit
13-
- ipa-tox-examples
1413
# NOTE(iurygregory) Only run this two jobs since we are testing
1514
# wholedisk + partition on tempest
1615
- ipa-tempest-bios-ipmi-direct-src
@@ -35,7 +34,6 @@
3534
jobs:
3635
- openstack-tox-functional
3736
- ipa-tox-bandit
38-
- ipa-tox-examples
3937
- ipa-tempest-bios-ipmi-direct-src
4038
- ipa-tempest-uefi-redfish-vmedia-src
4139
- metalsmith-integration-ipa-src-uefi

0 commit comments

Comments
 (0)