In order to be able to get to the step where the dashboard end-to-end tests
are being executed (which seem to pass on centos) the proposal is to temporary remove
the Ubuntu nodes.
When the current issues with Ubuntu have been fixed the plan is to
re-add Ubuntu (xenial) again to the configuration of this Jenkins job.
Since the job is being triggered automatically it would also prevent failing
jobs (which currently happens all the time and is eating up resources).
Signed-off-by: Laura Paduano <lpaduano@suse.com>
project-type: freestyle
defaults: global
concurrent: true
- node: huge && (centos7 || xenial) && rebootable
+ node: huge && centos7 && rebootable
display-name: 'ceph: dashboard Pull Requests'
quiet-period: 5
block-downstream: false