#158 epel9 support
Merged 2 years ago by zuul. Opened 2 years ago by fbo.
fbo/fedora-zuul-jobs-config epel9  into  master

file modified
+109
@@ -22,6 +22,7 @@ 

        - f35

        - f34

        - epel8

+       - epel9

        - main

      nodeset:

        nodes: []
@@ -36,6 +37,7 @@ 

        - f35

        - f34

        - epel8

+       - epel9

        - main

      nodeset:

        nodes: []
@@ -50,6 +52,7 @@ 

        - f35

        - f34

        - epel8

+       - epel9

        - main

      nodeset:

        nodes: []
@@ -64,6 +67,7 @@ 

        - f35

        - f34

        - epel8

+       - epel9

        - main

      nodeset: fedora-34-container

      vars:
@@ -485,6 +489,51 @@ 

        target: epel8

  

  - job:

+     name: rpm-scratch-build

+     parent: common-koji-rpm-build

+     branches:

+       - epel9

+     final: true

+     provides:

+       - repo

+     vars:

+       arches: x86_64

+       fetch_artifacts: true

+       release: epel9

+       scratch_build: true

+       target: epel9

+ 

+ - job:

+     name: rpm-scratch-build-ppc64le

+     parent: common-koji-rpm-build

+     branches:

+       - epel9

+     dependencies:

+       - check-for-arches

+     final: true

+     vars:

+       arches: ppc64le

+       fetch_artifacts: false

+       release: epel9

+       scratch_build: true

+       target: epel9

+ 

+ - job:

+     name: rpm-scratch-build-aarch64

+     parent: common-koji-rpm-build

+     branches:

+       - epel9

+     dependencies:

+       - check-for-arches

+     final: true

+     vars:

+       arches: aarch64

+       fetch_artifacts: false

+       release: epel9

+       scratch_build: true

+       target: epel9

+ 

+ - job:

      name: rpm-build

      parent: common-koji-rpm-build

      branches:
@@ -546,6 +595,18 @@ 

        target: epel8

  

  - job:

+     name: rpm-build

+     parent: common-koji-rpm-build

+     branches:

+       - epel9

+     final: true

+     vars:

+       fetch_artifacts: false

+       release: epel9

+       scratch_build: false

+       target: epel9

+ 

+ - job:

      name: rpm-tmt-test

      description: Running fmf test on Testing Farm

      run: playbooks/testing-farm/run.yaml
@@ -667,6 +728,30 @@ 

        test_type: fmf

  

  - job:

+     name: rpm-tmt-test

+     description: Running fmf test on Testing Farm

+     run: playbooks/testing-farm/run.yaml

+     post-run:

+       - playbooks/testing-farm/fetch.yaml

+     branches:

+       - epel9

+     final: true

+     nodeset: fedora-34-container

+     requires:

+       - repo

+     roles:

+       - zuul: zuul-distro-jobs

+       - zuul: fedora-zuul-jobs

+     secrets:

+       - name: testing_farm_zuul_ci_key

+         secret: testing_farm_zuul_ci_key

+     timeout: 21600

+     vars:

+       compose: CentOS-Stream-9

+       distro: centos-stream-9

+       test_type: fmf

+ 

+ - job:

      name: rpm-sti-test

      description: Running sti test on Testing Farm

      run: playbooks/testing-farm/run.yaml
@@ -786,3 +871,27 @@ 

        compose: CentOS-Stream-8

        distro: centos-stream-8

        test_type: sti

+ 

+ - job:

+     name: rpm-sti-test

+     description: Running sti test on Testing Farm

+     run: playbooks/testing-farm/run.yaml

+     post-run:

+       - playbooks/testing-farm/fetch.yaml

+     branches:

+       - epel9

+     final: true

+     nodeset: fedora-34-container

+     requires:

+       - repo

+     roles:

+       - zuul: zuul-distro-jobs

+       - zuul: fedora-zuul-jobs

+     secrets:

+       - name: testing_farm_zuul_ci_key

+         secret: testing_farm_zuul_ci_key

+     timeout: 21600

+     vars:

+       compose: CentOS-Stream-9

+       distro: centos-stream-9

+       test_type: sti

Build succeeded.

Metadata Update from @fbo:
- Pull-request tagged with: gateit

2 years ago

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

2 years ago
Metadata