mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - added support for automatic tests into GlobalJobPreLoad
Jobs sent to DL must propagate flag IS_TEST to note that job is an automatic tests, it should use different DBs from regular jobs.
This commit is contained in:
parent
29ca3f8556
commit
76de4e4bbb
8 changed files with 30 additions and 8 deletions
|
|
@ -21,7 +21,7 @@ class TestDeadlinePublishInMaya(MayaDeadlinePublishTestClass):
|
|||
{OPENPYPE_ROOT}/.venv/Scripts/python.exe {OPENPYPE_ROOT}/start.py runtests ../tests/integration/hosts/maya # noqa: E501
|
||||
|
||||
"""
|
||||
PERSIST = False
|
||||
PERSIST = True
|
||||
|
||||
TEST_FILES = [
|
||||
("1dDY7CbdFXfRksGVoiuwjhnPoTRCCf5ea",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue