-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Configure self-hosted to test the specified image #3
Conversation
Validating in getsentry/sentry#42959. |
Here's a run ... |
I don't understand why it's not failing since |
Yeah I don't get it. I get an empty string for the value of
|
226e1ad
to
70d21b2
Compare
e46eefd
to
a1aa707
Compare
Let's depend on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me, although a bit messy. Too bad requiring the input doesn't seem to be working
Looks good! 👍
|
This is a follow-up to #42953 now that the fix has been generalized in the action in getsentry/action-self-hosted-e2e-tests#3.
Picks up getsentry/action-self-hosted-e2e-tests#3. #skip-changelog
Quick post-mortem/retro on this w/ @ethanhs ... lesson learned for next time: move to PR/review workflow off the bat in the action vs. direct-to-main in action (and counting on review from the PR in the other repo). |
Picks up getsentry/action-self-hosted-e2e-tests#3. #skip-changelog
We weren't testing the image passed in via
image_url
.Generalization of the fast fix in getsentry/sentry#42953.