Adding the integration test suite into the CI #491
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following the docs, we have two types of tests:
Fast and slow. The slow ones deploy things to servers. It takes ~ 30 mins. The fast ones take < 10 mins. This all depends on network conditions and the server being used, but it's a rough guide for the time being.
I imagine we could run these tests once a night on a cron job? Or we could separate them out and run the fast ones twice a day? Something like this.
I don't know if we have a ticket already but this all hinges on when we can get a more powerful CI server /cc @cas
Integration the integration test suite into the CIto Adding the integration test suite into the CIAh, here's the server migration ticket: coop-cloud/organising#387
/cc @p4u1
Duplicate: coop-cloud/organising#584