Actions
Feature #23116
closedrun-tests.sh runs Workbench test commands directly
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Tests
Target version:
-
Story points:
-
Description
run-tests.sh runs Workbench test commands through source:services/workbench2/Makefile which builds a development Docker image and runs the tests inside that.
This dates back to when Workbench 2 was a separate project. This indirection no longer serves any purpose. Jenkins worker nodes already have everything they need to run the tests, so run-tests.sh should just run the test commands directly. This is worth doing because it will save several minutes per test.
Updated by Brett Smith 6 months ago
- Release deleted (
81) - Status changed from New to Closed
This ticket was confused. Yes run-tests.sh calls make, but it runs tasks that run the tests directly, not through Docker. That's fine.
Actions