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
We've recently added a new capability to run liquidation tests in PRs. Previously, these tests were scheduled to run daily, or you could trigger them manually.
Now, to trigger the end-to-end tests, you need to add specific labels to the PR:
Use the liquidation-testing label to trigger tests related to liquidation.
Use the liquidation-reconstitution label to trigger tests related to the reconstitution workflow.
While this new feature is helpful, it comes with a challenge. Since these workflows are triggered by labels, they activate whenever a label is added or changed. For example, if you add the liquidation-testing label to run its tests and later decide to test the liquidation reconstitution scenario by adding the corresponding label, this also retriggers the original liquidation tests, causing them to start from scratch.
The text was updated successfully, but these errors were encountered:
We've recently added a new capability to run liquidation tests in PRs. Previously, these tests were scheduled to run daily, or you could trigger them manually.
Now, to trigger the end-to-end tests, you need to add specific labels to the PR:
liquidation-testing
label to trigger tests related to liquidation.liquidation-reconstitution
label to trigger tests related to the reconstitution workflow.While this new feature is helpful, it comes with a challenge. Since these workflows are triggered by labels, they activate whenever a label is added or changed. For example, if you add the
liquidation-testing
label to run its tests and later decide to test the liquidation reconstitution scenario by adding the corresponding label, this also retriggers the original liquidation tests, causing them to start from scratch.The text was updated successfully, but these errors were encountered: