Skip to content

Commit

Permalink
Revert "Add buildkite analytics to Browser & Node tests (#2211)"
Browse files Browse the repository at this point in the history
This reverts commit b0af700.
  • Loading branch information
Cawllec authored Oct 2, 2024
1 parent b0af700 commit 2a5a09e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 35 deletions.
20 changes: 0 additions & 20 deletions .buildkite/basic/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
5 changes: 0 additions & 5 deletions .buildkite/basic/node-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions test/browser/features/support/maze.buildkite.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions test/node/features/support/maze.buildkite.cfg

This file was deleted.

0 comments on commit 2a5a09e

Please sign in to comment.