Skip to content

Commit

Permalink
CLOUD-802 - Add the possibility to specify "latest" as Kubernetes ver…
Browse files Browse the repository at this point in the history
…sion when running the Jenkins pipelines (#2277)
  • Loading branch information
ptankov authored Oct 10, 2023
1 parent a92447b commit d74482f
Show file tree
Hide file tree
Showing 33 changed files with 4,074 additions and 2,318 deletions.
16 changes: 16 additions & 0 deletions cloud/jenkins/pgo-operator-eks-latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- job:
name: pgo-operator-eks
project-type: pipeline
description: |
Do not edit this job through the web!
triggers:
- timed: "0 15 * * 0"
pipeline-scm:
scm:
- git:
url: https://github.com/Percona-Lab/jenkins-pipelines.git
branches:
- 'master'
wipe-workspace: false
lightweight-checkout: true
script-path: cloud/jenkins/pgo_operator_eks.groovy
4 changes: 2 additions & 2 deletions cloud/jenkins/pgo-operator-gke-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
artifact-days-to-keep: -1
artifact-num-to-keep: 10
triggers:
- timed: "0 0 * * 3"
- timed: "0 15 * * 0"
pipeline-scm:
scm:
- git:
Expand Down Expand Up @@ -39,7 +39,7 @@
default: sergey.pronin
description: Slack user to notify on failures
- string:
name: PGO_OPERATOR_IMAGE
name: OPERATOR_IMAGE
default:
description: Operator image
- string:
Expand Down
339 changes: 0 additions & 339 deletions cloud/jenkins/pgo_operator_aws_openshift-latest.groovy

This file was deleted.

Loading

0 comments on commit d74482f

Please sign in to comment.