Merge pull request #13578 from qoega/integration-pass-docker-version

Add noop runner parameter to prepare actual changes
This commit is contained in:
Ilya Yatsishin 2020-08-10 19:41:56 +03:00 committed by GitHub
commit 96963d3630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")