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

.circleci/config.yml: disable test job requirement on publish #3484

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -158,7 +158,9 @@ workflows:
context: org-context
requires:
- test_frontend
- test
# don't make the test job a requirement because it fails constantly
# on release-0.25.
Comment on lines +161 to +162
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# don't make the test job a requirement because it fails constantly
# on release-0.25.
# don't make the test job a requirement because it fails constantly
# on release-0.25. Feel free to remove and fix it after 0.25.1 is published.

#- test
- build_all
docker_version: "20.10.18"
filters:
Expand Down