You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When CircleCI is enabled for a pull request, a significant of the failures stemmed from other unrelated notebooks (e.g., #80 and timeouts from MAST queries). But really the author is interested to see if the new notebook added in the PR can pass CI. I propose CircleCI does not just stop when it encounters the first failure, but to keep going until the end, and then report what failed and what didn't.
OR CircleCI should just run that one notebook without author having to manually exclude the rest. But that also means if the PR messes up requirements for the other notebooks, we won't know.
The text was updated successfully, but these errors were encountered:
When CircleCI is enabled for a pull request, a significant of the failures stemmed from other unrelated notebooks (e.g., #80 and timeouts from MAST queries). But really the author is interested to see if the new notebook added in the PR can pass CI. I propose CircleCI does not just stop when it encounters the first failure, but to keep going until the end, and then report what failed and what didn't.
OR CircleCI should just run that one notebook without author having to manually exclude the rest. But that also means if the PR messes up requirements for the other notebooks, we won't know.
The text was updated successfully, but these errors were encountered: