Skip to content

added profile tests execution into jenkis pipeline#336

Merged
nihussmann merged 2 commits intomainfrom
features/jenkins-weekly
Jan 16, 2026
Merged

added profile tests execution into jenkis pipeline#336
nihussmann merged 2 commits intomainfrom
features/jenkins-weekly

Conversation

@ThomasMichael1811
Copy link
Copy Markdown
Contributor

Developer is able to choos test execution. A lot of different profiles exists.

prepared for testing argocd operator.

disabled longrunning tests which will be migrated into profile tests

integrate into jenkinsfile to support running
Comment thread src/test/groovy/com/cloudogu/gitops/integration/features/ArgoCdTestIT.groovy Outdated
Comment thread Jenkinsfile Outdated

/**
* This class is for testing deployments via ArgoCD*/
@Disabled("TODO: Thomas analyse why it fails exactly.")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@Disabled("TODO: Thomas analyse why it fails exactly.")
@Disabled("TODO: analyse why it fails exactly.")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment thread Jenkinsfile Outdated
Comment thread Jenkinsfile Outdated
echo "Loop over ${profiles} to test."

int ret = 0
for (int i = 0; i < profiles.size(); i++) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

profiles.each { profile ->

Co-authored-by: Niklas Hußmann <niklas.hussmann-extern@cloudogu.com>
@nihussmann nihussmann merged commit 8ca874d into main Jan 16, 2026
1 check failed
@nihussmann nihussmann deleted the features/jenkins-weekly branch January 16, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants