mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[monorepo] switch from cypress-reports to reports (#29183)
* [monorepo] switch from cypress-reports to reports * [saas-e2e] collect junit reports from new editor tests * [saas-e2e] simplify setup for semaphore variable in Jenkins pipeline We do not retry pipelines anymore. * [saas-e2e] put new editor tests into their own namespace GitOrigin-RevId: 1869310bf58f0b5b0081dcae2f16ec1a267caec6
This commit is contained in:
@@ -45,7 +45,7 @@ SHARD_PROJECT_NAMES = \
|
||||
test-pro-custom-4
|
||||
CLEAN_SHARDS=$(addprefix clean/,$(SHARD_PROJECT_NAMES))
|
||||
clean: $(CLEAN_SHARDS)
|
||||
-docker compose run --no-deps --rm --entrypoint rm host-admin -rf docker-compose.override.yml docker-compose.*_*.yml cypress-reports/ data/
|
||||
-docker compose run --no-deps --rm --entrypoint rm host-admin -rf docker-compose.override.yml docker-compose.*_*.yml reports/ data/
|
||||
-docker compose down --remove-orphans --rmi local --timeout 0 --volumes
|
||||
|
||||
$(CLEAN_SHARDS): clean/%:
|
||||
|
||||
Reference in New Issue
Block a user