Fix zuul failure
A recent opendev change invalid the branch as eol. This fails the zuul job as ERROR: 404 Client Error: Not Found for url: https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt Closes-Bug: 2048928 Change-Id: Ief69b7b35ab32195fe78dd9a2bffa0e32831ed65 Signed-off-by: Bin Qian <bin.qian@windriver.com>
This commit is contained in:
parent
4d08d1bdba
commit
5e73024922
@ -33,14 +33,14 @@
|
|||||||
- job:
|
- job:
|
||||||
name: py3-bandit
|
name: py3-bandit
|
||||||
parent: tox
|
parent: tox
|
||||||
nodeset: ubuntu-focal
|
nodeset: debian-bullseye
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: bandit
|
tox_envlist: bandit
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: py3-flake8
|
name: py3-flake8
|
||||||
parent: tox
|
parent: tox
|
||||||
nodeset: ubuntu-bionic
|
nodeset: debian-bullseye
|
||||||
required-projects:
|
required-projects:
|
||||||
- starlingx/config
|
- starlingx/config
|
||||||
- starlingx/fault
|
- starlingx/fault
|
||||||
|
4
tox.ini
4
tox.ini
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2019 Wind River Systems, Inc.
|
# Copyright (c) 2019-2024 Wind River Systems, Inc.
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
@ -33,7 +33,7 @@ passenv =
|
|||||||
commands = find {toxinidir} -type f -not -path '{toxinidir}/.tox/*' -not -path '*/__pycache__/*' -name '*.py[c|o]' -delete
|
commands = find {toxinidir} -type f -not -path '{toxinidir}/.tox/*' -not -path '*/__pycache__/*' -name '*.py[c|o]' -delete
|
||||||
|
|
||||||
install_command = pip install -U \
|
install_command = pip install -U \
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt} \
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/starlingx/root/raw/branch/master/build-tools/requirements/debian/upper-constraints.txt} \
|
||||||
{opts} {packages}
|
{opts} {packages}
|
||||||
|
|
||||||
# must set sitepackages to true in order to 'import rpm'
|
# must set sitepackages to true in order to 'import rpm'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user