-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2336 from fecgov/release/sprint-50
Release/sprint 50
- Loading branch information
Showing
120 changed files
with
2,028 additions
and
3,763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ version: 2.1 | |
# See: https://circleci.com/docs/2.0/orb-intro/ | ||
orbs: | ||
browser-tools: circleci/[email protected] | ||
node: circleci/node@5.2.0 | ||
node: circleci/node@6.3.0 | ||
python: circleci/[email protected] | ||
|
||
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs | ||
jobs: | ||
lint: | ||
docker: | ||
- image: cimg/node:20.4.0-browsers | ||
- image: cimg/node:lts-browsers | ||
resource_class: large | ||
steps: | ||
- checkout | ||
|
@@ -37,7 +37,7 @@ jobs: | |
# These next lines defines a Docker executors: https://circleci.com/docs/2.0/executor-types/ | ||
# A list of available CircleCI Docker convenience images are available here: https://circleci.com/developer/images/image/cimg/python | ||
docker: | ||
- image: cimg/node:20.4.0-browsers | ||
- image: cimg/node:lts-browsers | ||
resource_class: large | ||
steps: | ||
- checkout | ||
|
@@ -102,7 +102,7 @@ jobs: | |
|
||
e2e-test: | ||
docker: | ||
- image: cimg/node:20.4.0-browsers | ||
- image: cimg/node:lts-browsers | ||
steps: | ||
- setup_remote_docker: | ||
docker_layer_caching: false | ||
|
@@ -157,7 +157,7 @@ jobs: | |
destination: cypress/results | ||
deploy-job: | ||
docker: | ||
- image: cimg/node:20.4.0-browsers | ||
- image: cimg/node:lts-browsers | ||
resource_class: large | ||
steps: | ||
- checkout | ||
|
@@ -181,7 +181,7 @@ jobs: | |
|
||
dependency-check: | ||
docker: | ||
- image: cimg/node:20.4.0-browsers | ||
- image: cimg/node:lts-browsers | ||
- image: cimg/python:3.10-node | ||
|
||
steps: | ||
|
@@ -227,17 +227,6 @@ workflows: | |
filters: | ||
branches: | ||
only: /develop|release\/sprint-[\.\d]+|main/ | ||
- deploy-job: # All dependencies must pass before deploying | ||
name: deploy-with-all-dependent-jobs-required | ||
requires: | ||
- lint | ||
- test | ||
- dependency-check | ||
# - e2e-test | ||
filters: | ||
branches: | ||
only: | ||
- develop | ||
- deploy-job: # Deploy job even when e2e tests fail | ||
name: deploy-even-if-e2e-job-fails | ||
requires: | ||
|
@@ -246,7 +235,7 @@ workflows: | |
- dependency-check | ||
filters: | ||
branches: | ||
only: /release\/sprint-[\.\d]+|main/ | ||
only: /develop|release\/sprint-[\.\d]+|main/ | ||
|
||
nightly-run: | ||
when: << pipeline.parameters.is-nightly-run >> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.