Skip to content

Commit

Permalink
Merge pull request #2203 from bugsnag/tms/rn-v9
Browse files Browse the repository at this point in the history
Maze Runner cleanup
  • Loading branch information
twometresteve committed Sep 20, 2024
2 parents c67b83b + 0e8b748 commit 7e7eb44
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 63 deletions.
14 changes: 0 additions & 14 deletions .buildkite/full/react-native-cli-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@ steps:

- group: "React Native CLI Tests"
steps:
#
# CLI tests Maze Runner image
#
- label: ":docker: Build CLI test image"
key: "cli-maze-image"
timeout_in_minutes: 30
plugins:
- docker-compose#v4.12.0:
build: react-native-cli-tool-maze-runner
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
cache-from: react-native-cli-tool-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:cli-maze-${BRANCH_NAME}
- docker-compose#v4.12.0:
push: react-native-cli-tool-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:cli-maze-${BRANCH_NAME}

#
# CLI tests
#
Expand Down
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,22 +137,6 @@ services:
- ./test:/app/test
- ./features:/app/features

react-native-cli-tool-maze-runner:
build:
context: .
dockerfile: dockerfiles/Dockerfile.react-native-cli-tool
environment:
<<: *common-environment
REACT_NATIVE_VERSION:
NETWORK_NAME: "${BUILDKITE_JOB_ID:-react-native-cli-maze-runner}"
networks:
default:
aliases:
- maze-runner
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./test/react-native-cli/maze_output:/app/maze_output

react-native-cli-android-builder:
build:
context: .
Expand Down
32 changes: 0 additions & 32 deletions dockerfiles/Dockerfile.react-native-cli-tool

This file was deleted.

2 changes: 1 addition & 1 deletion test/react-native/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'cocoapods'

gem 'bugsnag-maze-runner', '~>8.0'
gem 'bugsnag-maze-runner', '~>9.0'

# Use a branch of Maze Runner
#gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'tms/use-maze-check'
Expand Down

0 comments on commit 7e7eb44

Please sign in to comment.