Merge "Remove 'publish-training-labs-scripts' definition"

This commit is contained in:
Zuul 2021-11-21 09:59:14 +00:00 committed by Gerrit Code Review
commit 0e7b903216
4 changed files with 0 additions and 32 deletions

View File

@ -1,9 +0,0 @@
- hosts: all
tasks:
- name: Collect generate-labs generated files
synchronize:
dest: "{{ zuul.executor.work_root }}/artifacts"
mode: pull
src: "src/{{ zuul.project.canonical_name }}/build/"
verify_host: true

View File

@ -1,6 +0,0 @@
- hosts: all
roles:
- role: bindep
bindep_dir: "{{ zuul_work_dir }}"
- test-setup
- revoke-sudo

View File

@ -1,6 +0,0 @@
- hosts: all
tasks:
- name: Run tools/generate-labs
command: bash -xe tools/generate-labs '{{ zuul.branch }}'
args:
chdir: '{{ zuul.project.src_dir }}'

View File

@ -737,17 +737,6 @@
name: afs
pass-to-parent: true
- job:
name: publish-training-labs-scripts
parent: publish-openstack-artifacts
description: |
Publish training-labs tarball to tarballs.openstack.org.
pre-run: playbooks/training-labs/pre.yaml
run: playbooks/training-labs/run.yaml
post-run: playbooks/training-labs/post.yaml
allowed-projects:
- openstack/training-labs
- job:
name: publish-openstack-javascript-content
parent: publish-openstack-artifacts