bstinson / centos / releng

Forked from centos/releng 3 years ago
Clone
Blob Blame History Raw
# This vars file will be included for koji profile [example]
# It has to exist on execution node (and koji configured properly)

# List of architectures supported on this koji instance
koji_arches: x86_64 ppc64le aarch64

# List of tags automatically added in build tags if no list is provided
default_tag_inheritance_list:
  - name: el8_1
    priority: 5
  - name: dist-c8-updates
    priority: 10
  - name: dist-c8
    priority: 15
  - name: module-javapackages-tools-201801-8000020190620195035-211ef2cd
    priority: 20
  - name: module-pki-deps-10.6-8000020190624155206-d1bfb1e2
    priority: 21

# List of koji targets, where we'll submit builds
koji_targets:
  - name: dist-c8_1-updates
    build_tag: dist-c8_1-updates-build
    dest_tag: dist-c8-updates
  - name: dist-c8_2-updates
    build_tag: dist-c8_2-updates-build
    dest_tag: dist-c8-updates

# List of build tags used in targets, but also configured with default inheritance or overriding it
koji_build_tags:
  - name: dist-c8_2-updates-build #inheriting default_tag_inheritance_list
    inheritance_list: "{{ default_tag_inheritance_list }}"
  - name: zzz-rh-ruby999-rh
    inheritance_list:
      - name: storage7-gluster-7-testing
        priority: 2
      - name: test77-common-candidate
        priority: 5