Move artifactory test job

Move it from artifactory jobs to general jobs to match the
documentation structure.

Change-Id: I4601df21b9c5a332272d89ee4f00fa810250ebee
This commit is contained in:
James E. Blair
2020-05-14 10:11:57 -07:00
parent 664b016fa5
commit 01c2e4cbd6
2 changed files with 11 additions and 15 deletions

View File

@@ -713,6 +713,15 @@
- ^roles/generate-zuul-manifest/.*
- ^test-playbooks/generate-zuul-manifest.yaml
- job:
name: zuul-jobs-test-upload-artifactory
description: Test the upload-artifactory role
files:
- roles/upload-artifactory/.*
- test-playbooks/artifactory/.*
run: test-playbooks/artifactory/run.yaml
cleanup-run: test-playbooks/artifactory/cleanup.yaml
- job:
name: zuul-jobs-test-upload-git-mirror
description: Test the upload-git-mirror role
@@ -776,6 +785,7 @@
- zuul-jobs-test-multinode-roles-centos-8-plain
- zuul-jobs-test-multinode-roles-opensuse-15-plain
- zuul-jobs-test-generate-zuul-manifest
- zuul-jobs-test-upload-artifactory
- zuul-jobs-test-upload-git-mirror
gate:
jobs:
@@ -823,4 +833,5 @@
- zuul-jobs-test-multinode-roles-centos-8-plain
- zuul-jobs-test-multinode-roles-opensuse-15-plain
- zuul-jobs-test-generate-zuul-manifest
- zuul-jobs-test-upload-artifactory
- zuul-jobs-test-upload-git-mirror