-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Continue self-hosted rename in build-related files #30483
Conversation
@@ -6,7 +6,7 @@ statusProvider: | |||
name: github | |||
config: | |||
contexts: | |||
- 'onpremise-builder (sentryio)' | |||
- 'self-hosted-builder (sentryio)' |
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.
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.
const contextResult = this.getStatusForContext(
contextString,
revisionStatus,
revisionCheckSuites,
revisionChecks
);
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.
E.g. https://github.com/getsentry/sentry/runs/4448300537
Where is it on this PR? 🤔
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.
Is this where I have to do /gcbrun? 🧐
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.
Alright yeah this is where I start to fall off in terms of permissions/visibility ... I gather that there is some manually configured job name in GCR ... 🤨
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.
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.
Of course, Google may very well show me a "Save" button but throw an error if I click it. 🙄
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.
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.
Okay! Sooooooooo ... when this PR lands I intend to edit the two triggers in GCB. I'll keep an eye on this during the 21.12.0 release ... kicked out getsentry/self-hosted#1193 for that.
Why am I not seeing a GCB build on this PR? 🤔 |
Hrm, I definitely want to see |
897d5da
to
aae6f2e
Compare
Rebased and I'm getting a build now. ¯\_(ツ)_/¯ |
aae6f2e
to
2830797
Compare
2830797
to
e8f6787
Compare
Rebased to pick up #30501. 🤞 |
Is there anything else that depends on the name |
No, if GitHub code search is to be trusted. |
Triggers renamed. 👍 |
Follow-up to #30482, part of getsentry/self-hosted#796.
Review
.craft.yml
setting to make sure it's fine to change - threadcloudbuild.yml
changes are fine.Todo