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
With the new "split runner" (see #111) now in prod, we proceeded to rename and deprecate some old configuration options:
DBSLAVES => DBREPLICAS
TESTTORUN => JOBTYPE
TESTSUITE => PHPUNIT_TESTSUITE
TAGS => PHPUNIT_FILTER
TAGS => BEHAT_TAGS
NAME => BEHAT_NAME
BEHAT_TOTAL_RUNS => BEHAT_PARALLEL
BEHAT_NUM_RERUNS => BEHAT_RERUNS
Right now, all them are just deprecated and the new runner does the appropriate conversion when needed.
This is issue is about to, in December 2024, proceed with the removal of all the old options above. All them will stop the execution with an error instead of showing the deprecation warnings.
Also, it may be a good time to remove the master branch from the repository. It contains the previous runner that has been completely replaced by the new one in the main branch.
Ciao :-)
The text was updated successfully, but these errors were encountered:
With the new "split runner" (see #111) now in prod, we proceeded to rename and deprecate some old configuration options:
Right now, all them are just deprecated and the new runner does the appropriate conversion when needed.
This is issue is about to, in December 2024, proceed with the removal of all the old options above. All them will stop the execution with an error instead of showing the deprecation warnings.
Also, it may be a good time to remove the
master
branch from the repository. It contains the previous runner that has been completely replaced by the new one in themain
branch.Ciao :-)
The text was updated successfully, but these errors were encountered: