From 2a5a09eddcd9f29f84a623d2093d80aacdd822be Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Wed, 2 Oct 2024 10:16:44 +0100 Subject: [PATCH] Revert "Add buildkite analytics to Browser & Node tests (#2211)" This reverts commit b0af7003f5cfa9d6d2b904c4a338a38bed3bf350. --- .buildkite/basic/browser-pipeline.yml | 20 ------------------- .buildkite/basic/node-pipeline.yml | 5 ----- docker-compose.yml | 4 ---- .../features/support/maze.buildkite.cfg | 3 --- test/node/features/support/maze.buildkite.cfg | 3 --- 5 files changed, 35 deletions(-) delete mode 100644 test/browser/features/support/maze.buildkite.cfg delete mode 100644 test/node/features/support/maze.buildkite.cfg diff --git a/.buildkite/basic/browser-pipeline.yml b/.buildkite/basic/browser-pipeline.yml index a0f6bb9cba..f633bda149 100644 --- a/.buildkite/basic/browser-pipeline.yml +++ b/.buildkite/basic/browser-pipeline.yml @@ -66,11 +66,6 @@ steps: artifacts#v1.5.0: upload: - "./test/browser/maze_output/failed/**/*" - test-collector#v1.10.2: - files: "reports/TEST-*.xml" - format: "junit" - branch: "^main|next$$" - api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN" concurrency: 25 concurrency_group: "bitbar" concurrency_method: eager @@ -98,11 +93,6 @@ steps: # artifacts#v1.5.0: # upload: # - "./test/browser/maze_output/failed/**/*" -# test-collector#v1.10.2: -# files: "reports/TEST-*.xml" -# format: "junit" -# branch: "^main|next$$" -# api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN" # concurrency: 25 # concurrency_group: "bitbar" # concurrency_method: eager @@ -124,11 +114,6 @@ steps: artifacts#v1.5.0: upload: - "./test/browser/maze_output/failed/**/*" - test-collector#v1.10.2: - files: "reports/TEST-*.xml" - format: "junit" - branch: "^main|next$$" - api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN" concurrency: 25 concurrency_group: "bitbar" concurrency_method: eager @@ -163,11 +148,6 @@ steps: artifacts#v1.5.0: upload: - "./test/browser/maze_output/failed/**/*" - test-collector#v1.10.2: - files: "reports/TEST-*.xml" - format: "junit" - branch: "^main|next$$" - api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN" concurrency: 2 concurrency_group: "browserstack" concurrency_method: eager diff --git a/.buildkite/basic/node-pipeline.yml b/.buildkite/basic/node-pipeline.yml index 6176ea34f6..1d7064d233 100644 --- a/.buildkite/basic/node-pipeline.yml +++ b/.buildkite/basic/node-pipeline.yml @@ -36,10 +36,5 @@ steps: docker-compose#v4.12.0: run: node-maze-runner use-aliases: true - test-collector#v1.10.2: - files: "reports/TEST-*.xml" - format: "junit" - branch: "^main|next$$" - api-token-env-name: "NODE_BUILDKITE_ANALYTICS_TOKEN" env: NODE_VERSION: "{{matrix}}" diff --git a/docker-compose.yml b/docker-compose.yml index cdf2838f04..185ca00521 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,6 @@ x-common-environment: &common-environment SKIP_NAVIGATION_SCENARIOS: MAZE_SCENARIO_BUGSNAG_API_KEY: RCT_NEW_ARCH_ENABLED: - MAZE_NO_FAIL_FAST: services: minimal-packager: @@ -65,7 +64,6 @@ services: volumes: - ./test/browser/maze_output:/app/test/browser/maze_output - /var/run/docker.sock:/var/run/docker.sock - - ./reports/:/app/test/browser/reports/ browser-maze-runner-bs: build: @@ -86,7 +84,6 @@ services: - maze-runner volumes: - ./test/browser/maze_output:/app/test/browser/maze_output - - ./reports/:/app/test/browser/reports/ node-maze-runner: build: @@ -106,7 +103,6 @@ services: - maze-runner volumes: - /var/run/docker.sock:/var/run/docker.sock - - ./reports/:/app/test/node/reports/ android-builder-base-java-11: build: diff --git a/test/browser/features/support/maze.buildkite.cfg b/test/browser/features/support/maze.buildkite.cfg deleted file mode 100644 index c5bc182769..0000000000 --- a/test/browser/features/support/maze.buildkite.cfg +++ /dev/null @@ -1,3 +0,0 @@ ---format=junit ---out=reports ---format=pretty diff --git a/test/node/features/support/maze.buildkite.cfg b/test/node/features/support/maze.buildkite.cfg deleted file mode 100644 index c5bc182769..0000000000 --- a/test/node/features/support/maze.buildkite.cfg +++ /dev/null @@ -1,3 +0,0 @@ ---format=junit ---out=reports ---format=pretty