Revert both commits that remove py-tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Revert "Remove test dependency too" This reverts commitdb12bb5db1
. Revert "Remove py-tests and pypi to speed up docker validation" This reverts commit9aa77b3739
.
This commit is contained in:
parent
db12bb5db1
commit
1852e8c439
@ -3,10 +3,10 @@ def main(ctx):
|
|||||||
pipelines = []
|
pipelines = []
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
# pipelines += run_tests()
|
pipelines += run_tests()
|
||||||
|
|
||||||
# Add pypi push pipeline
|
# Add pypi push pipeline
|
||||||
# pipelines += push_to_pypi(ctx)
|
pipelines += push_to_pypi(ctx)
|
||||||
|
|
||||||
# Add docker push pipelines
|
# Add docker push pipelines
|
||||||
pipelines += push_to_docker(ctx)
|
pipelines += push_to_docker(ctx)
|
||||||
@ -160,7 +160,7 @@ def push_to_docker(ctx):
|
|||||||
return [{
|
return [{
|
||||||
"kind": "pipeline",
|
"kind": "pipeline",
|
||||||
"name": "push to docker",
|
"name": "push to docker",
|
||||||
# "depends_on": ["tests"],
|
"depends_on": ["tests"],
|
||||||
"workspace": get_workspace(),
|
"workspace": get_workspace(),
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"event": ["tag", "push"],
|
"event": ["tag", "push"],
|
||||||
|
Loading…
Reference in New Issue
Block a user