#33 Add zuul config for testing RPMs
Closed 2 years ago by asaleh. Opened 2 years ago by asaleh.
asaleh/mirrors-countme zuul-rpm  into  main

file modified
+11
@@ -10,3 +10,14 @@ 

      check:

        jobs:

          - tox-f33

+         - rpm-mock-build:

+             vars:

+               mock_config: fedora-33-x86_64

+               build_from_source: true

+               version_from_specfile: true

+               src_name: mirrors-countme

+             nodeset: fedora-33-vm

+         - rpm-build:

+             vars:

+               target: epel8

+               release: epel8

Add zuul config for testing RPMs, work-in progress.

Zuul encountered a syntax error while parsing its configuration in the
repo mirrors-countme on branch main. The error was:

expected str for dictionary value @ data['check']['jobs'][0]['rpm-linter']

The error appears in the following project-template stanza:

project-template:
name: rpm-lint
check:
jobs:
- rpm-linter:
dependencies:
- rpm-scratch-build
- rpm-rpminspect:
voting: False
dependencies:
- rpm-scratch-build

in "mirrors-countme/.zuul.yaml@main", line 7, column 3

1 new commit added

  • Change zuul configuration to mockbuild
2 years ago

Zuul encountered a syntax error while parsing its configuration in the
repo mirrors-countme on branch main. The error was:

The project template "rpm-build" was not found.

The error appears in the following project stanza:

project:
templates:
- rpm-build
- rpm-lint
check:
jobs:
- tox-f33
- rpm-mock-build:
vars:
mock_config: fedora-33-x86_64
build_from_source: true
version_from_specfile: true
src_name: rpmautospec
nodeset: fedora-33-vm

in "mirrors-countme/.zuul.yaml@main", line 9, column 3

2 new commits added

  • Change zuul configuration to mockbuild
  • Add zuul config for testing RPMs
2 years ago

Zuul encountered a syntax error while parsing its configuration in the
repo mirrors-countme on branch main. The error was:

The project template "rpm-build" was not found.

The error appears in the following project stanza:

project:
templates:
- rpm-build
- rpm-lint
check:
jobs:
- tox-f33
- rpm-mock-build:
vars:
mock_config: fedora-33-x86_64
build_from_source: true
version_from_specfile: true
src_name: rpmautospec
nodeset: fedora-33-vm

in "mirrors-countme/.zuul.yaml@main", line 9, column 3

2 new commits added

  • Change zuul configuration to mockbuild
  • Add zuul config for testing RPMs
2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

1 new commit added

  • Attemt to fix the zuul-config for rpm mock build
2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

3 new commits added

  • Attemt to fix the zuul-config for rpm mock build
  • Change zuul configuration to mockbuild
  • Add zuul config for testing RPMs
2 years ago

Build succeeded.

1 new commit added

  • Adding a zuul koji build
2 years ago

Zuul encountered a syntax error while parsing its configuration in the
repo mirrors-countme on branch main. The error was:

while parsing a block collection
in "mirrors-countme/.zuul.yaml@main", line 12, column 9
did not find expected '-' indicator
in "mirrors-countme/.zuul.yaml@main", line 20, column 10

4 new commits added

  • Adding a zuul koji build
  • Attemt to fix the zuul-config for rpm mock build
  • Change zuul configuration to mockbuild
  • Add zuul config for testing RPMs
2 years ago

Zuul encountered a syntax error while parsing its configuration in the
repo mirrors-countme on branch main. The error was:

while parsing a block collection
in "mirrors-countme/.zuul.yaml@main", line 12, column 9
did not find expected '-' indicator
in "mirrors-countme/.zuul.yaml@main", line 20, column 10

1 new commit added

  • Change to a minimal rpmbuild config
2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

5 new commits added

  • Change to a minimal rpmbuild config
  • Adding a zuul koji build
  • Attemt to fix the zuul-config for rpm mock build
  • Change zuul configuration to mockbuild
  • Add zuul config for testing RPMs
2 years ago

5 new commits added

  • Change to a minimal rpmbuild config
  • Adding a zuul koji build
  • Attemt to fix the zuul-config for rpm mock build
  • Change zuul configuration to mockbuild
  • Add zuul config for testing RPMs
2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

This needs to be rebased/fixed. I merged this in the wrong order with the next PR. My apologies.

rebased onto fcfe6ab

2 years ago

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.

Pull-Request has been closed by asaleh

2 years ago
Metadata