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

Mark Neo4j notebooks passed in demo notebook testing, not soft-fail #1067

Merged
merged 1 commit into from Mar 13, 2020

Conversation

huonw
Copy link
Member

@huonw huonw commented Mar 11, 2020

We're now testing the Neo4j notebooks on CI (#1046), as a separate step to the main demo notebook testing one. The notebooks cannot be run in main step because they have dependencies (the GraphSAGE notebooks need to run the Cora ingestion notebook first, and all of them need to have py2neo installed), and so its correct to filter them out of that step, however filtering them out as "soft failures" is misleading: these notebooks aren't temporarily broken, they're permanently being tested elsewhere.

We can thus make our build summary convey exactly how many notebooks we're not testing (9 out of 36), by marking the parallel jobs that "run" (i.e. skip) the neo4j notebooks as passed, since they've successfully done what they're meant to do.

@codeclimate
Copy link

codeclimate bot commented Mar 11, 2020

Code Climate has analyzed commit e514815 and detected 0 issues on this pull request.

View more on Code Climate.

@huonw huonw requested review from timpitman and kjun9 March 12, 2020 04:13
@huonw huonw marked this pull request as ready for review March 12, 2020 04:13
@huonw huonw merged commit 1fc1ec1 into develop Mar 13, 2020
@huonw huonw deleted the bugfix/neo4j-no-soft-fail branch March 13, 2020 05:42
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.

None yet

2 participants