-
Notifications
You must be signed in to change notification settings - Fork 727
[snap] skip RelWithDebInfo if we don't have secure vars #1454
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
Conversation
Hey, just had a look at the code, but could you explain what is going on in there a bit? Thank you. |
@ricab I've modified this to be a simpler change - but to explain: We tried to decrypt our credentials, which is only possible when the PR comes from the same repository. That's why #1420 failed - so this change disables that one job altogether. We run the tests in the Coverage job anyway, and bors will then run through the whole suite on try / merge. |
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.
OK, lgtm
bors r+
1454: [snap] skip RelWithDebInfo if we don't have secure vars r=ricab a=Saviq The tests get run in Coverage, and RelWithDebInfo tries to publish after a successful build, for which we don't have credentials. Co-authored-by: Michał Sawicz <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1454 +/- ##
=======================================
Coverage 73.29% 73.29%
=======================================
Files 209 209
Lines 7572 7572
=======================================
Hits 5550 5550
Misses 2022 2022 Continue to review full report at Codecov.
|
Build failed |
This is wrong… it should have ran RelWithDebInfo, too… digging. |
Indeed, weird. I guess the var is not being established. |
bors try |
tryBuild failed |
The tests get run in Coverage, and RelWithDebInfo tries to publish after a successful build, for which we don't have credentials.
bors try |
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.
Yep, better this way indeed
bors r+ |
tryBuild succeeded |
Build succeeded |
The tests get run in Coverage, and RelWithDebInfo tries to publish after a successful build, for which we don't have credentials.