Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
CANDLEPIN-661: Disable i18n and podman building pipeline jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
wottop committed Sep 19, 2023
1 parent 3a6f6e2 commit 1ded5e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/jobs/candlepinInternationalizationJob.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import jobLib.rhsmLib
String baseFolder = rhsmLib.candlepinJobFolder

job("$baseFolder/candlepin-internationalization") {
disabled(true)
description('Periodically executes the gettext and msgattrib tasks on main/hotfix branches')
label('candlepinbuild')
environmentVariables {
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/candlepinPipelineJob.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ multibranchPipelineJob("${baseFolder}/candlepin") {
trust(class: 'org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission')
}
}
}
}
1 change: 1 addition & 0 deletions src/jobs/candlepinPodmanImagesJob.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import jobLib.rhsmLib
String baseFolder = rhsmLib.candlepinJobFolder

job("$baseFolder/candlepin-podman-images") {
disabled(true)
previousNames('candlepin-podman-images')
description('Periodically builds and pushes podman images from main')
label('docker-build')
Expand Down
1 change: 1 addition & 0 deletions src/jobs/dockerCleanupJob.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
job("DockerCleanup"){
disabled(true)
description('This job deletes unused docker and podman images across all the worker nodes.')
label('candlepin')
parameters {
Expand Down

0 comments on commit 1ded5e3

Please sign in to comment.