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

Fix failing apply with --remote #72

Merged
merged 12 commits into from
Nov 2, 2021
Merged

Conversation

schnatterer
Copy link
Member

eval true != true returned code 1, failing the build.

In addition: --restart=OnFailure hides this actual error by restarting the pod and not attaching to it. This results in a timeout eventually without further logs.
So it is better to just stop on failure.

phaenr and others added 12 commits October 6, 2021 14:19
# Conflicts:
#	applications/petclinic/argocd/helm/Jenkinsfile
#	applications/petclinic/argocd/plain-k8s/Jenkinsfile
#	applications/petclinic/fluxv1/helm/Jenkinsfile
#	applications/petclinic/fluxv1/plain-k8s/Jenkinsfile
#	applications/petclinic/fluxv2/plain-k8s/Jenkinsfile
#	scripts/apply.sh
Signed-off-by: Frederick Roy <frederick.roy@cloudogu.com>
eval true != true returned code 1, failing the build.

In addition: --restart=OnFailure hides this actual error by restarting the pod and not attaching to it. This results in a timeout eventually without further logs.
So it is better to just stop on failure.
Current problem: Jenkins in playground does not start due to a plugin dependency error. This leaves the build running until it is cancelled manually. A waste of resources! Currently a successful build takes less than 30 minutes. So assume more than 60 mins must be a bug.
@pmarkiewka pmarkiewka merged commit 82eca75 into main Nov 2, 2021
@pmarkiewka pmarkiewka deleted the feature/fix-remote-param branch November 2, 2021 22:30
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