Skip to content

Commit

Permalink
refactor(force): Flatten files from src/v2 -> src (#10578)
Browse files Browse the repository at this point in the history
refactor(force): Flatten files from src/v2 -> src
  • Loading branch information
damassi committed Jul 22, 2022
1 parent 1af2f12 commit 9fb0f70
Show file tree
Hide file tree
Showing 3,226 changed files with 5,007 additions and 5,216 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
27 changes: 4 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
./scripts/build_review_app.sh $review_app_name
fi
jest-legacy:
test:
docker:
- image: 585031190124.dkr.ecr.us-east-1.amazonaws.com/force:$CIRCLE_SHA1-builder
aws_auth:
Expand All @@ -140,19 +140,7 @@ jobs:
environment:
- JEST_JUNIT_OUTPUT: reports/junit/js-test-results.xml
steps:
- run: yarn test:ci:jest:legacy

jest-v2:
docker:
- image: 585031190124.dkr.ecr.us-east-1.amazonaws.com/force:$CIRCLE_SHA1-builder
aws_auth:
aws_access_key_id: $AWS_ACCESS_KEY_ID
aws_secret_access_key: $AWS_SECRET_ACCESS_KEY
working_directory: /app
environment:
- JEST_JUNIT_OUTPUT: reports/junit/js-test-results.xml
steps:
- run: yarn test:ci:jest:v2
- run: yarn test

type-check:
docker:
Expand Down Expand Up @@ -339,13 +327,7 @@ workflows:
command: echo 'export BUILD_TARGET="electron-runner";' >> $BASH_ENV

# Test steps
- jest-legacy:
<<: *not_staging_or_release
context: hokusai
requires:
- builder-image-push

- jest-v2:
- test:
<<: *not_staging_or_release
context: hokusai
requires:
Expand Down Expand Up @@ -390,8 +372,7 @@ workflows:
executor: hokusai/beta
name: production-image-push
requires:
- jest-legacy
- jest-v2
- test
- type-check
- relay-check
- acceptance
Expand Down
4 changes: 1 addition & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
!.env.oss
!.env.test
!cypress.json
!jest.config.legacy.js
!jest.config.v2.js
!test.config.js
!jest.config.js

# Build Configuration

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/v2/__generated__/*.graphql.ts linguist-generated
src/__generated__/*.graphql.ts linguist-generated
Loading

0 comments on commit 9fb0f70

Please sign in to comment.