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

CLOUD-875 [PS] Combine xxx-latest and an xxx-version pipelines to use common Groovy code #3109

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
cf8a477
CLOUD-875 [PS] Combine xxx-latest and an xxx-version pipelines to use…
ptankov Jan 16, 2025
dadd621
Update credentials ID for cloud secret file in PSO GKE Jenkins script
ptankov Jan 28, 2025
f62b238
Update credentials ID for cloud secret file in PSO EKS and Minikube J…
ptankov Jan 28, 2025
ff01cfd
Update git clone URL in PSO EKS Jenkins script to point to MySQL oper…
ptankov Jan 30, 2025
645453a
Update git clone URL in PSO Minikube Jenkins script to point to MySQL…
ptankov Jan 30, 2025
0ea48bd
Add error logging for test execution in PSO Minikube Jenkins script
ptankov Jan 30, 2025
6d4c19a
Update Jenkins build display name and description format for MySQL im…
ptankov Jan 31, 2025
6222c09
Refactor Jenkins pipeline: split prepareNode into prepareAgent, prepa…
ptankov Feb 1, 2025
88eb4e7
Refactor Jenkins pipeline: rename prepareNode to prepareAgent, add pr…
ptankov Feb 1, 2025
5cea412
also adding shutdownCluster(cluster) inside a post { always {} } bloc…
ptankov Feb 3, 2025
6316e28
Remove unused clusters list from createCluster function in Jenkins pi…
ptankov Feb 4, 2025
f5f8192
Refactor Jenkins pipeline: change cluster creation logic to use boole…
ptankov Feb 4, 2025
b8f4235
Refactor Jenkins pipeline: remove redundant unstash calls, make minik…
ptankov Feb 5, 2025
671677b
Refactor Jenkins pipeline: replace 'docker' agent with 'docker-32gb' …
ptankov Feb 5, 2025
372aac1
adjust GKE release channel filtering
ptankov Feb 5, 2025
ace5fc6
bringing back underscore (_) in groovy file naming, as per Eleonora's…
ptankov Feb 7, 2025
1299abc
Fix: Remove unnecessary line break and add error logging in test exec…
ptankov Feb 17, 2025
cbc04cd
Add new Jenkins pipeline jobs for pso-eks-2, pso-gke-2, pso-os-2, and…
ptankov Feb 17, 2025
2556c35
Add stage to trigger 'pso-os' job multiple times and copy artifacts f…
ptankov Feb 17, 2025
c4bcced
Fix: Remove extra comma in AWS CLI command for platform version retri…
ptankov Feb 17, 2025
9df778c
Fix: Correct stage names and update credential handling in Jenkins pi…
ptankov Feb 17, 2025
109c382
Fix: Escape dollar signs in DB_TAG assignment for consistency in Jenk…
ptankov Feb 17, 2025
073cf65
Fix: Add handling for MinIO secret file in Jenkins pipeline for E2E t…
ptankov Feb 17, 2025
f906e5b
Fix: Update git clone command to include .git suffix for repository URL
ptankov Feb 17, 2025
1dc8d63
Merge branch 'master' into CLOUD-875-ps
ptankov Feb 17, 2025
8f48436
Merge branch 'master' into CLOUD-875-ps
ptankov Feb 18, 2025
e2283b2
Merge branch 'master' into CLOUD-875-ps
nmarukovich Feb 24, 2025
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
14 changes: 0 additions & 14 deletions cloud/jenkins/ps-operator-aws-openshift-4.yml

This file was deleted.

119 changes: 0 additions & 119 deletions cloud/jenkins/ps-operator-latest-scheduler.groovy

This file was deleted.

Loading