zuul-jobs/zuul-tests.d/nim-jobs.yaml
James E. Blair 78b2911f17 Mark nim jobs unmaintained
The nim test jobs do not work across the board and no one has
stepped up to fix them.

Change-Id: I1bdd9ca95cd4b45c25d2a2645810c19a90e3cc55
2023-08-11 09:12:13 -07:00

26 lines
666 B
YAML

- job:
name: zuul-jobs-test-nimble
parent: nimble
description: Test the nimble job
# This job does not work. Abstract is set to true so that the
# autogenerator doesn't run it. If you fix this job, remove this
# line.
abstract: true
files:
- playbooks/nimble
- roles/ensure-nimble
- roles/nimble
- test-playbooks/nimble
vars:
zuul_work_dir: '{{ zuul.project.src_dir }}/test-playbooks/nimble'
nimble_siblings:
- '{{ zuul.project.src_dir }}/test-playbooks/nimble/sibling'
- project:
check:
jobs: &id001 []
gate:
jobs: *id001
periodic-weekly:
jobs: *id001