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.
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-testinglabel to trigger tests related to liquidation.liquidation-reconstitutionlabel 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-testinglabel 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.