#174 Onboard Fedora 38
Closed a year ago by fbo. Opened a year ago by mvadkert.
mvadkert/fedora-zuul-jobs-config onboard-f38  into  master

file modified
+138
@@ -18,6 +18,7 @@ 

      run: playbooks/rpm/check-for-sti-tests.yaml

      branches:

        - rawhide

+       - f38

        - f37

        - f36

        - epel8
@@ -32,6 +33,7 @@ 

      run: playbooks/rpm/check-for-fmf-tests.yaml

      branches:

        - rawhide

+       - f38

        - f37

        - f36

        - epel8
@@ -46,6 +48,7 @@ 

      run: playbooks/rpm/check-for-arches.yaml

      branches:

        - rawhide

+       - f38

        - f37

        - f36

        - epel8
@@ -159,6 +162,81 @@ 

      name: rpm-scratch-build

      parent: common-koji-rpm-build

      branches:

+       - f38

+     final: true

+     provides:

+       - repo

+     vars:

+       arches: x86_64

+       fetch_artifacts: true

+       release: f38

+       scratch_build: true

+       target: f38

+ 

+ - job:

+     name: rpm-scratch-build-s390x

+     parent: common-koji-rpm-build

+     branches:

+       - f38

+     dependencies:

+       - check-for-arches

+     final: true

+     vars:

+       arches: s390x

+       fetch_artifacts: false

+       release: f38

+       scratch_build: true

+       target: f38

+ 

+ - job:

+     name: rpm-scratch-build-ppc64le

+     parent: common-koji-rpm-build

+     branches:

+       - f38

+     dependencies:

+       - check-for-arches

+     final: true

+     vars:

+       arches: ppc64le

+       fetch_artifacts: false

+       release: f38

+       scratch_build: true

+       target: f38

+ 

+ - job:

+     name: rpm-scratch-build-i686

+     parent: common-koji-rpm-build

+     branches:

+       - f38

+     dependencies:

+       - check-for-arches

+     final: true

+     vars:

+       arches: i686

+       fetch_artifacts: false

+       release: f38

+       scratch_build: true

+       target: f38

+ 

+ - job:

+     name: rpm-scratch-build-aarch64

+     parent: common-koji-rpm-build

+     branches:

+       - f38

+     dependencies:

+       - check-for-arches

+     final: true

+     vars:

+       arches: aarch64

+       fetch_artifacts: false

+       release: f38

+       scratch_build: true

+       target: f38

+ 

+ - job:

+     name: rpm-scratch-build

+     parent: common-koji-rpm-build

+     branches:

        - f37

      final: true

      provides:
@@ -427,6 +505,18 @@ 

      name: rpm-build

      parent: common-koji-rpm-build

      branches:

+       - f38

+     final: true

+     vars:

+       fetch_artifacts: false

+       release: f38

+       scratch_build: false

+       target: f38

+ 

+ - job:

+     name: rpm-build

+     parent: common-koji-rpm-build

+     branches:

        - f37

      final: true

      vars:
@@ -503,6 +593,30 @@ 

      post-run:

        - playbooks/testing-farm/fetch.yaml

      branches:

+       - f38

+     final: true

+     nodeset: fedora-36-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: Fedora-38

+       distro: fedora-38

+       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:

        - f37

      final: true

      nodeset: fedora-36-container
@@ -624,6 +738,30 @@ 

      post-run:

        - playbooks/testing-farm/fetch.yaml

      branches:

+       - f38

+     final: true

+     nodeset: fedora-36-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: Fedora-38

+       distro: fedora-38

+       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:

        - f37

      final: true

      nodeset: fedora-36-container

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.
Warning:
Error merging pagure.io/fedora-zuul-jobs-config for 174,deb67c5

rebased onto 47d0b4d

a year ago

Pull-Request has been closed by fbo

a year ago
Metadata