Skip to content

Commit

Permalink
Fixes #1405. Removing quay image cleanup since we are no longer using…
Browse files Browse the repository at this point in the history
… quay.
  • Loading branch information
pibizza committed Aug 1, 2024
1 parent 267d2e5 commit ea3163b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
7 changes: 0 additions & 7 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ setupUpdateJenkinsDependenciesJob()
if (isMainStream()) {
setupCreateIssueToolsJob()
setupCleanOldNamespacesToolsJob()
setupCleanOldNightlyImagesToolsJob()

KogitoJobUtils.createQuarkusPlatformUpdateToolsJob(this, 'kogito')

Expand Down Expand Up @@ -84,12 +83,6 @@ void setupCleanOldNamespacesToolsJob() {
KogitoJobTemplate.createPipelineJob(this, jobParams)
}

void setupCleanOldNightlyImagesToolsJob() {
jobParams = JobParamsUtils.getBasicJobParams(this, 'kogito-clean-old-nightly-images', JobType.TOOLS, "${jenkins_path}/Jenkinsfile.tools.clean-nightly-images")
jobParams.triggers = [ cron : 'H 8 * * *' ]
JobParamsUtils.setupJobParamsAgentDockerBuilderImageConfiguration(this, jobParams)
KogitoJobTemplate.createPipelineJob(this, jobParams)
}

void setupCreateIssueToolsJob() {
jobParams = JobParamsUtils.getBasicJobParams(this, 'kogito-create-issue', JobType.TOOLS, "${jenkins_path}/Jenkinsfile.tools.create-issue")
Expand Down
89 changes: 0 additions & 89 deletions tools/clean-nightly-tags.py

This file was deleted.

0 comments on commit ea3163b

Please sign in to comment.