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

Add some tools to use docker from gradle #559

Merged
merged 18 commits into from
May 10, 2021

Conversation

niloc132
Copy link
Member

Added a Docker class with some util methods to make it easier to perform some common docker operations. This patch uses them to replace some existing docker tasks with shorter configuration, and also rewrites some python tests, python doc gen to work without BUILD_PY set to true

Partial #430

@niloc132 niloc132 requested a review from devinrsmith May 10, 2021 19:30
@niloc132 niloc132 self-assigned this May 10, 2021
@niloc132 niloc132 marked this pull request as ready for review May 10, 2021 19:34
Comment on lines 329 to 330
with self.subTest(msg="deliberate test failure"):
self.assertTrue(False)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to remove this before merge.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But after we confirm that CI correctly fails, reports this

@niloc132 niloc132 force-pushed the 430-python-tasks branch from 44586a9 to cd0ae00 Compare May 10, 2021 20:58
@devinrsmith devinrsmith self-requested a review May 10, 2021 21:14
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.

2 participants