blob: ee7ab183636503ce9ebe4d7ba27c2c13c5be556d [file] [log] [blame]
# Copyright (c) 2022 VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
- job:
name: ansible-collection-atmosphere-build-wheels
abstract: true
pre-run:
- zuul.d/playbooks/ansible-collection-atmosphere-build-wheels/pre-run.yml
run:
- playbooks/build_wheels.yml
post-run:
- zuul.d/playbooks/ansible-collection-atmosphere-build-wheels/post-run.yml
files: &build-wheels-files
- playbooks/build_wheels.yml
- roles/build_openstack_requirements/.*
vars:
build_openstack_requirements_wheels_directory: /tmp
- job:
name: ansible-collection-atmosphere-merge-wheels
abstract: true
run:
- zuul.d/playbooks/ansible-collection-atmosphere-merge-wheels/run.yml
post-run:
- zuul.d/playbooks/ansible-collection-atmosphere-merge-wheels/post-run.yml
files: *build-wheels-files
- job:
name: ansible-collection-atmosphere-promote-wheels
parent: opendev-promote-python
abstract: true
vars:
download_artifact_job: "{{ zuul.job | replace('promote', 'merge') }}"
download_artifact_type:
- wheels
files: *build-wheels-files