mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Merge pull request #13578 from qoega/integration-pass-docker-version
Add noop runner parameter to prepare actual changes
This commit is contained in:
commit
96963d3630
@ -124,6 +124,10 @@ if __name__ == "__main__":
|
||||
default="latest",
|
||||
help="Version of docker image which runner will use to run tests")
|
||||
|
||||
parser.add_argument(
|
||||
"--docker-compose-images-tags",
|
||||
action="append",
|
||||
help="Set non-default tags for images used in docker compose recipes(yandex/my_container:my_tag)")
|
||||
|
||||
parser.add_argument('pytest_args', nargs='*', help="args for pytest command")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user