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
Create a binary to run pylint and python unittests.
This will be used in our E2E test pipeline.
Partial fix to #126 (lint results not reported in gubernator)
This binary creates junit files with junit files
Partial fix to #53 (run pylint as a presubmit)
This provides a binary to run lint that will be incorporated into our E2E pipeline.
Partial fix to #101 (run python unittests as part of pre/post submit)
This PR provides a binary to run the unittests; subsequent PR will integrate it into Airflow.
* Create a binary to run python lint and unittests .
* This will be used to run lint and unittests as part of the E2E pipeline.
* Integrate python lint and unittests into our E2E pipeline.
* Update the deployment.
* Fix#126 (lint results not reported in gubernator)
* Fix#53 (run pylint as a presubmit)
* Fix#101 (run python unittests as part of pre/post submit)
* To support this change we modify our Airflow E2E pipeline so that it will checkout the source to a directory that is on our PD and passes that directory to subsequent steps via XCom.
We should run the python unittests as part of our E2E test suite.
The text was updated successfully, but these errors were encountered: