diff options
Diffstat (limited to 'jjb/functest/xtesting.yaml')
-rw-r--r-- | jjb/functest/xtesting.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index cecd04707..920efde79 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -15,37 +15,37 @@ from: build_args: branch: master - node: xtesting + node: opnfv-build dependency: 3.17 - 2023.1: from: build_args: branch: stable/2023.1 - node: xtesting + node: opnfv-build dependency: 3.17 - zed: from: build_args: branch: stable/zed - node: xtesting + node: opnfv-build dependency: 3.16 - yoga: from: build_args: branch: stable/yoga - node: xtesting + node: opnfv-build dependency: 3.16 - xena: from: build_args: branch: stable/xena - node: xtesting + node: opnfv-build dependency: 3.14 - wallaby: from: build_args: branch: stable/wallaby - node: xtesting + node: opnfv-build dependency: 3.13 - xtesting-jobs: &xtesting-jobs @@ -502,7 +502,7 @@ python3.9 python3.9-dev python3.9-distutils \ python3.8 python3.8-dev python3.8-distutils \ python3-pip enchant-2 -y - sudo pip3 install tox tox-pip-version + sudo pip3 install tox tox |