Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
dschom 1e3f1b9877
task(CI): Updates to better support parallel smoke tests
Because:
- We want to run smoke tests in parallel for faster deployments.

This Commit:
- Adds pipeline flags required to support remote execution of pipelines
- Updates readme
2023-03-08 09:55:52 -08:00
Danny Coates 50e124b518
feat(services): remove fxa-auth-db-mysql, fxa-email-event-proxy, and fxa-email-service
and fxa-metrics-processor
2022-01-13 16:23:22 -08:00
Danny Coates 9eaa80e1d6
chore(ci): update circleci with new base images (#10818)
As part of updating to node v16 we found the "normal" upgrade path for mozilla/fxa-circleci to be problematic.

CircleCI has also changed their recommended base image to be cimg/node.

Our mozilla/fxa-circleci image has shrunk over time to now be a thin wrapper over circleci/node that adds firefox esr. Instead of maintaining our own image the recommended circleci/browser-tools orb can take care of firefox version for us.
2021-10-26 09:00:06 -07:00
Danny Coates 81575019a9
refactor(packages): use workspace references 2020-05-21 10:57:21 -07:00
Danny Coates b88a0e2cff
refactor(fxa-circleci): moved fxa-circleci image source
Including fxa-circleci in the /packages folder was awkward
since it isn't part of the deployment and needed some special
handling in the test/build process.

This attempts to make that better.
2020-04-30 17:04:51 -07:00
Danny Coates 7e77b0a292
refactor(ci): major refactor of CircleCI workflow
In order to reduce our CI resource usage we've combined
some jobs and changed what runs for each workflow.

Most packages have fast test runs. We've combined these
under one job. Packages with slower runs use their own
job so they can be run in parallel. Also, we've added
branch filters to the rarely changing, but resource
intensive jobs.

We now have three workflows that run at different times.

1. test_pull_request: runs only on PR branches and
   only runs tests.
2. deploy_master: runs only on master and only builds
   and deploys docker images
3. test_and_deploy_tag: runs only on tags and tests,
   builds, and deploys
2020-03-10 10:06:16 -07:00