Skip to content

Conversation

@ThomasMichael1811
Copy link
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

/**
* This class is for testing deployments via ArgoCD*/
@Disabled("TODO: Thomas analyse why it fails exactly.")
Copy link
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
Contributor Author

Choose a reason for hiding this comment

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

fixed

echo "Loop over ${profiles} to test."

int ret = 0
for (int i = 0; i < profiles.size(); i++) {
Copy link
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>
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.

3 participants