Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Pulpcore 3.28 pipelines #435

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions centos.org/jobs/pulpcore-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
---
- project:
name: pulpcore-koji
jobs:
- 'foreman-pipeline-{type}-{flavor}-{version}'
empty: ''
version:
!include: ../../theforeman.org/yaml/includes/pulpcore_versions_koji.yaml.inc
type:
- pulpcore
flavor:
- rpm

- project:
name: pulpcore-copr
jobs:
Expand Down
77 changes: 0 additions & 77 deletions theforeman.org/pipelines/release/pulpcore_packaging_release.groovy

This file was deleted.

10 changes: 0 additions & 10 deletions theforeman.org/pipelines/vars/pulpcore/3.28.groovy

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
- 'pipelines/lib/release.groovy{empty}'
- 'pipelines/lib/foreman_infra.groovy{empty}'

- project:
name: pulpcore-koji
jobs:
- 'pulpcore-{version}-rpm-pipeline'
empty: ''
version:
!include: ../../includes/pulpcore_versions_koji.yaml.inc

- project:
name: pulpcore-copr
jobs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
---
- job-template:
name: 'pulpcore-packaging-rpm-{version}-release'
project-type: pipeline
sandbox: true
concurrent: false
properties:
- github:
url: https://github.com/thepulpcore/pulpcore-packaging
triggers:
- github
dsl:
!include-raw:
- 'pipelines/vars/pulpcore/{version}.groovy'
- 'pipelines/release/pulpcore_packaging_release.groovy{empty}'
- 'pipelines/lib/git.groovy{empty}'
- 'pipelines/lib/ansible.groovy{empty}'
- 'pipelines/lib/obal.groovy{empty}'
- 'pipelines/lib/packaging.groovy{empty}'
- 'pipelines/lib/foreman_infra.groovy{empty}'

- project:
name: pulpcore-packaging-rpm-koji
jobs:
- 'pulpcore-packaging-rpm-{version}-release'
empty: ''
version:
!include: ../../includes/pulpcore_versions_koji.yaml.inc

- project:
name: pulpcore-packaging-rpm-copr
jobs:
Expand Down