diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-12-17 17:32:45 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-12-17 17:32:45 +0100 |
commit | 83dce0f64ebeb0ea0a3e0bad828e2f265cc80e98 (patch) | |
tree | e6a96e8fc5b1ccb98f4a404ff3e9d1f4ffd886b7 | |
parent | a1cbc8a5dd270b678e585cc20c53bac49c8894b1 (diff) |
Fix OPNFV tag
Change-Id: If09336d4d00c8b69500765824dfe5f2554160403
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/core/Dockerfile | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 41ac18d1..e144a80e 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.14 ARG BRANCH=stable/v1.22 ARG OPENSTACK_TAG=stable/xena -ARG OPNFV_TAG=stable/v1.22 +ARG OPNFV_TAG=stable/xena COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch @@ -5,7 +5,7 @@ envlist = pep8,pylint,yamllint,bashate,py39,bandit,perm pip_version = pip==20.2.4 usedevelop = True deps = - -chttps://git.opnfv.org/functest/plain/upper-constraints.txt + -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/xena -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/xena/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt |