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

restrict qa runs to a 'min_qa_crawler_image' if set in the chart #1685

Merged
merged 1 commit into from Apr 17, 2024

Conversation

ikreymer
Copy link
Member

Designed to be a quick patch for usability. Could also disable the button altogether / add popover, but seemed like this is the quickest option for now.

- fixes #1684
- can be used to optionally restrict QA to only some crawls (eg. with browsertrix-crawler>=1.0.0)
- enforce error on backend (return 400) and handle special error on the frontend
@ikreymer ikreymer requested review from tw4l and SuaYoo April 17, 2024 01:04
Copy link
Contributor

@tw4l tw4l left a comment

Choose a reason for hiding this comment

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

Looks good to me as temporary solution! Could separate the image tag from the full image on : but since we're only using crawler images published by us, maybe not necessary?

@ikreymer
Copy link
Member Author

Looks good to me as temporary solution! Could separate the image tag from the full image on : but since we're only using crawler images published by us, maybe not necessary?

Yeah, I think not necessary for now, as this is meant as a temp solution anyway.

@ikreymer ikreymer merged commit 835014d into main Apr 17, 2024
4 of 6 checks passed
@ikreymer ikreymer deleted the restrict-qa-min-crawler-image branch April 17, 2024 15:48
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.

[Feature]: Optionally restrict QA to a particular crawler image.
2 participants