Skip to content

Commit

Permalink
Stop filtering jjbs
Browse files Browse the repository at this point in the history
A few jobs won't be executed becasue of missing runners (Functest)

Change-Id: I4cff35efc548855e9c735ec770bf391e3cfe1957
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Sep 30, 2023
1 parent 50859d4 commit 1ec776e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions jjb/functest/xtesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion jjb/global/slave-params.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- parameter:
name: 'opnfv-build-defaults'
parameters:
Expand All @@ -21,7 +22,7 @@
parameters:
- label:
name: SLAVE_LABEL
default: 'opnfv-build-ubuntu'
default: 'anuket-build'
description: 'Slave label on Jenkins'
all-nodes: false
node-eligibility: 'ignore-offline'
Expand Down
2 changes: 1 addition & 1 deletion jjb/releng/releng-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
-o DPkg::Lock::Timeout=300 dist-upgrade -y
sudo DEBIAN_FRONTEND=noninteractive \
apt-get -o DPkg::Lock::Timeout=300 install jenkins-job-builder -y
jenkins-jobs update --recursive --delete-old jjb/releng:jjb/global
jenkins-jobs update --recursive --delete-old jjb
- parameter:
name: releng-jjb-node
Expand Down

0 comments on commit 1ec776e

Please sign in to comment.