diff options
author | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2022-11-03 10:37:07 -0400 |
---|---|---|
committer | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2022-11-07 16:53:41 -0500 |
commit | 3cfbb69c017ed0e2c61f267829a3b79b073832f0 (patch) | |
tree | 80f10c28f54d3319eb76a0ef33110ab7378dd62f | |
parent | cbe6522e67c2e437e600b4fb153a1d048a310282 (diff) | |
download | glance-3cfbb69c017ed0e2c61f267829a3b79b073832f0.tar.gz |
[stable-only] Remove glance-code-constants-check
This job is only useful in the development branch; there's no
point in running it in the stable branches.
Change-Id: If36e64b61767dc5c1df0daec2dd176fecd409926
(cherry picked from commit 06a9228809d574c4e5b1b722e8238b3c45e58885)
(cherry picked from commit 5fbf47378e70537c73394408e69e94449aba1bec)
-rw-r--r-- | .zuul.yaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index 2fafab276..a6077cca4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,22 +1,4 @@ - job: - name: glance-code-constants-check - parent: tox - description: | - Tests to catch when code constants have gotten out of sync. - vars: - tox_envlist: gateonly - irrelevant-files: - - ^(test-|)requirements.txt$ - - ^.*\.rst$ - - ^api-ref/.*$ - - ^doc/.*$ - - ^etc/.*$ - - ^releasenotes/.*$ - - ^setup.cfg$ - - ^tox.ini$ - - ^\.zuul\.yaml$ - -- job: name: glance-tox-oslo-tips-base parent: tox abstract: true @@ -307,7 +289,6 @@ - openstack-tox-functional-py36 - openstack-tox-functional-py38 - glance-tox-functional-py38-rbac-defaults - - glance-code-constants-check - glance-ceph-thin-provisioning: voting: false irrelevant-files: &tempest-irrelevant-files |