From 7af91acb90e36eb82d891a157001ef89dba939e2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 25 Nov 2023 20:46:55 +0900 Subject: [PATCH] Drop sqlalchemy 2x job This jobs is only run in master. The current definition is causing the following warning in zuul config. All regular expressions must conform to RE2 syntax, but an expression using the deprecated Perl-style syntax has been detected. Adjust the configuration to conform to RE2 syntax. The RE2 syntax error is: invalid perl operator: (?! Change-Id: I840322383debf9542d6c64829c5ff7c94feabed9 --- .zuul.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3c8aa683f..dde003ef8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -43,22 +43,6 @@ tox_environment: VAULT_PLUGIN_ENABLED: 1 -# Temporary job until SQLAlchemy 2.0 is no longer blocked by upper-requirements -- job: - name: barbican-tox-py310-with-sqlalchemy-2x - parent: openstack-tox-py310 - description: | - Run unit tests with main branch of SQLAlchemy, alembic and oslo.db. - Takes advantage of the base tox job's install-siblings feature. - # The job only tests the latest and shouldn't be run on the stable branches - branches: ^(?!stable) - required-projects: - - name: github.com/sqlalchemy/sqlalchemy - override-checkout: main - - name: github.com/sqlalchemy/alembic - override-checkout: main - - name: openstack/oslo.db - - job: name: barbican-kmip-tox-functional parent: devstack-tox-functional