diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b222f2b64153..d1c469f22c26a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -474,111 +474,13 @@ workflows: branches: ignore: - builds/facebook-www - - yarn_flow: - requires: - - setup - - check_generated_fizz_runtime: - requires: - - setup - - yarn_lint: - requires: - - setup - - yarn_test: - requires: - - setup - matrix: - parameters: - args: - # Intentionally passing these as strings instead of creating a - # separate parameter per CLI argument, since it's easier to - # control/see which combinations we want to run. - - "-r=stable --env=development" - - "-r=stable --env=production" - - "-r=experimental --env=development" - - "-r=experimental --env=production" - - "-r=www-classic --env=development --variant=false" - - "-r=www-classic --env=production --variant=false" - - "-r=www-classic --env=development --variant=true" - - "-r=www-classic --env=production --variant=true" - - "-r=www-modern --env=development --variant=false" - - "-r=www-modern --env=production --variant=false" - - "-r=www-modern --env=development --variant=true" - - "-r=www-modern --env=production --variant=true" - - # TODO: Test more persistent configurations? - - '-r=stable --env=development --persistent' - - '-r=experimental --env=development --persistent' - - yarn_build_combined: - requires: - - setup - - scrape_warning_messages: - requires: - - setup - - process_artifacts_combined: - requires: - - scrape_warning_messages - - yarn_build_combined - - yarn_test_build: - requires: - - yarn_build_combined - matrix: - parameters: - args: - # Intentionally passing these as strings instead of creating a - # separate parameter per CLI argument, since it's easier to - # control/see which combinations we want to run. - - "-r=stable --env=development" - - "-r=stable --env=production" - - "-r=experimental --env=development" - - "-r=experimental --env=production" - - # Dev Tools - - "--project=devtools -r=experimental" - - # TODO: Update test config to support www build tests - # - "-r=www-classic --env=development --variant=false" - # - "-r=www-classic --env=production --variant=false" - # - "-r=www-classic --env=development --variant=true" - # - "-r=www-classic --env=production --variant=true" - # - "-r=www-modern --env=development --variant=false" - # - "-r=www-modern --env=production --variant=false" - # - "-r=www-modern --env=development --variant=true" - # - "-r=www-modern --env=production --variant=true" - - # TODO: Test more persistent configurations? - - download_base_build_for_sizebot: - filters: - branches: - ignore: - - main - requires: - - setup - sizebot: filters: branches: ignore: - main requires: - - download_base_build_for_sizebot - - yarn_build_combined - - yarn_lint_build: - requires: - - yarn_build_combined - - yarn_check_release_dependencies: - requires: - - yarn_build_combined - - check_error_codes: - requires: - - yarn_build_combined - - RELEASE_CHANNEL_stable_yarn_test_dom_fixtures: - requires: - - yarn_build_combined - - build_devtools_and_process_artifacts: - requires: - - yarn_build_combined - - run_devtools_e2e_tests: - requires: - - build_devtools_and_process_artifacts + - setup fuzz_tests: unless: << pipeline.parameters.prerelease_commit_sha >> diff --git a/scripts/tasks/danger.js b/scripts/tasks/danger.js index 8302929c20fc9..90ff4106b452c 100644 --- a/scripts/tasks/danger.js +++ b/scripts/tasks/danger.js @@ -12,6 +12,8 @@ const spawn = require('child_process').spawn; const extension = process.platform === 'win32' ? '.cmd' : ''; +console.log(Object.keys(process.env)); + spawn( path.join('node_modules', '.bin', 'danger-ci' + extension), [