#160 Draft: add rpm-rebuild-test job
Opened 2 years ago by guyinger. Modified 2 years ago
guyinger/fedora-zuul-jobs-config koscei-like-ci-test  into  master

add rpm-rebuild-test job
ginger • 2 years ago  
file modified
+26
@@ -895,3 +895,29 @@ 

        compose: CentOS-Stream-9

        distro: centos-stream-9

        test_type: sti

+ 

+ - job:

+     name: rpm-rebuild-test

+     description: Running a Koschei-like CI test on Testing Farm

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

+     post-run:

+       - playbooks/testing-farm/fetch.yaml

+     branches:

+       - f35

+     final: true

+     nodeset: fedora-34-container

+     requires:

+       - repo

+     roles:

+       - zuul: zuul-distro-jobs

+       - zuul: fedora-zuul-jobs

+     secrets:

+       - name: copr_secret

+         secret: copr_secret

+     timeout: 21600

+     vars:

+       fedora_release: 

+       target_branch_name:

+       component_name:

+       arch:

+ 

Zuul encountered a syntax error while parsing its configuration in the
repo fedora-zuul-jobs-config on branch master. The error was:

Encryption/decryption failed.

The error appears in the following job stanza:

job:
name: rpm-rebuild-test
description: Running a Koschei-like CI test on Testing Farm
run: playbooks/testing-farm/run.yaml
post-run:
- playbooks/testing-farm/fetch.yaml
branches:
- f35
final: true
nodeset: fedora-34-container
requires:
- repo
roles:
- zuul: zuul-distro-jobs
- zuul: fedora-zuul-jobs
secrets:
- name: copr_secret
secret: copr_secret
timeout: 21600
vars:
fedora_release:
target_branch_name:
component_name:
arch:

in "fedora-zuul-jobs-config/zuul.d/jobs.yaml@master", line 899, column 3

Zuul encountered a syntax error while parsing its configuration in the
repo fedora-zuul-jobs-config on branch master. The error was:

Encryption/decryption failed.

The error appears in the following job stanza:

job:
name: rpm-rebuild-test
description: Running a Koschei-like CI test on Testing Farm
run: playbooks/testing-farm/run.yaml
post-run:
- playbooks/testing-farm/fetch.yaml
branches:
- f35
final: true
nodeset: fedora-34-container
requires:
- repo
roles:
- zuul: zuul-distro-jobs
- zuul: fedora-zuul-jobs
secrets:
- name: copr_secret
secret: copr_secret
timeout: 21600
vars:
fedora_release:
target_branch_name:
component_name:
arch:

in "fedora-zuul-jobs-config/zuul.d/jobs.yaml@master", line 899, column 3

Metadata