Commit graph

116 commits

Author SHA1 Message Date
BryceLTaylor
637dbf6b0b compress artifacts before storing them in circle 2021-05-11 15:27:09 -04:00
BryceLTaylor
7f3afc48df Build in circle on all branches but master 2021-05-11 15:08:58 -04:00
BryceLTaylor
ae53d40bdd Update circle config to name deploy step more generically 2021-05-11 15:08:31 -04:00
BryceLTaylor
a1230654cd Run npm ci in update-translations cron on circle 2021-05-04 11:20:47 -04:00
BryceLTaylor
2c8f94d1ab circleci turn on translation push cron job 2021-04-23 13:40:47 -04:00
BryceLTaylor
8d3243d195 Move deploy and integration tests to circle 2021-04-05 11:04:41 -04:00
BryceLTaylor
b6a16aa864 circleci update get-pip link 2021-03-30 17:59:41 -04:00
BryceLTaylor
523b31c379 circleci deploy to staging with circle instead of travis 2021-03-23 16:01:09 -04:00
BryceLTaylor
d1980857dc Revert "circleci zip the build for testing purposes"
This reverts commit 3f6b5d2269b84c1e7237805ae3c7f959dcae6410.

# Conflicts:
#	.travis.yml
2021-03-19 17:09:52 -04:00
BryceLTaylor
5f755524bf Revert "circleci build master to compare travis and circle"
This reverts commit cc9b2090b9271bd53a1e1ee7cfbd50249ad06ec8.

# Conflicts:
#	.travis.yml
2021-03-19 17:09:52 -04:00
BryceLTaylor
8757b7de9c circleci zip the build for testing purposes 2021-03-19 17:09:52 -04:00
BryceLTaylor
e29bc578d5 circleci build master to compare travis and circle 2021-03-19 17:09:52 -04:00
BryceLTaylor
ac27f8f589 circleci turn off staging deploy and tests through circle 2021-03-19 17:09:52 -04:00
BryceLTaylor
e605f0b7a0 circleci turn on running staging deploy and integration jobs 2021-03-19 17:09:52 -04:00
BryceLTaylor
ccd78b7692 circleci move creating out put files to circle config for unit tests 2021-03-19 17:09:52 -04:00
BryceLTaylor
031e00232d circleci move creating integration output files to circle config 2021-03-19 17:09:52 -04:00
BryceLTaylor
68e441f938 circleci store build folder as artifact 2021-03-19 17:09:52 -04:00
BryceLTaylor
7b3369bddf circleci remove store_artifacts steps from integration tests 2021-03-19 17:09:52 -04:00
BryceLTaylor
e6ac2a8248 circleci remove more references to circleci-configure-tests branch 2021-03-19 17:01:44 -04:00
BryceLTaylor
5c5da095fa circleci rename workflow 2021-03-19 17:01:44 -04:00
BryceLTaylor
7b208b6859 circleci don’t run workflow on circleCI-configure-tests branch 2021-03-19 17:01:44 -04:00
BryceLTaylor
54a81bf1c5 circleci turn off deploy to staging with circle 2021-03-19 17:01:44 -04:00
BryceLTaylor
e4ceaebdc9 circleci turn on build job for production 2021-03-19 17:01:44 -04:00
BryceLTaylor
e6abb412fb circleci use version 3.5 of get-pip.py, not 2.7 2021-03-19 17:01:44 -04:00
BryceLTaylor
b615a038c1 circleci use python3 instead of python to get pip 2021-03-19 17:01:44 -04:00
BryceLTaylor
2c19107746 circleci re-add python setup step, include install pip 2021-03-19 17:01:44 -04:00
BryceLTaylor
52eff51b40 circleci add install s3cmd back in 2021-03-19 17:01:44 -04:00
BryceLTaylor
d1d4ac696f circleci remove update python 2021-03-19 17:01:44 -04:00
BryceLTaylor
ba17ae952f circleci move python setup to its own run step 2021-03-19 17:01:44 -04:00
BryceLTaylor
ec1fea2efd circleci use next-generation docker image 2021-03-19 17:01:44 -04:00
BryceLTaylor
69cedde787 circleci remove checking ubuntu version 2021-03-19 17:01:44 -04:00
BryceLTaylor
98aff9920b circleci fix python install check ubuntu version 2021-03-19 17:01:44 -04:00
BryceLTaylor
144cf0a165 circleci update python install 2021-03-19 17:01:44 -04:00
BryceLTaylor
71e9ccd001 circleci autoconfirm package installation 2021-03-19 17:01:44 -04:00
BryceLTaylor
1bd83930fb circleci fix install python3.8 2021-03-19 17:01:44 -04:00
BryceLTaylor
cd9137f237 circleci use node12 docker img, install python3.8 2021-03-19 17:01:44 -04:00
BryceLTaylor
68bd53313b circleci use an older version of python (3.8.7) so s3cmd will run
s3cmd does not work with python 3.9.1 yet.
2021-03-19 17:01:44 -04:00
BryceLTaylor
db245d9651 circleci use s3cmd version 2.1.0, don’t use requirements.txt 2021-03-19 17:01:44 -04:00
BryceLTaylor
fd5e919b82 circleci update to latest pip for deploy job 2021-03-19 17:01:44 -04:00
BryceLTaylor
8ec66ec393 circleci change docker image to use python3.9.1-node-browsers 2021-03-19 17:01:44 -04:00
BryceLTaylor
8d5fc61d00 circleci use ci instead of install in build job 2021-03-19 17:01:44 -04:00
BryceLTaylor
d41eb6677e circleci don’t restore old caches for npm 2021-03-19 17:01:44 -04:00
BryceLTaylor
d565d24ca1 circleci split setup and lint run steps, use junit output for lint tests 2021-03-19 17:01:44 -04:00
BryceLTaylor
090eeb3438 circleci make test/results directory before tests 2021-03-19 17:01:44 -04:00
BryceLTaylor
6634c6c067 circleci split build run step into lint, build, and test steps, store test results 2021-03-19 17:01:44 -04:00
BryceLTaylor
31090d726d circleci make results directory before running tap tests 2021-03-19 17:01:44 -04:00
BryceLTaylor
60eea8b982 circleci config go back to using get-pip version 2.7 2021-03-19 17:01:44 -04:00
BryceLTaylor
3046a3f87f circleci try newer not newest version of get-pip.py 2021-03-19 17:01:44 -04:00
BryceLTaylor
71a7e9624c circleci download 2.7 version of get-pip.py 2021-03-19 17:01:44 -04:00
BryceLTaylor
6bacbc3fb1 circleci try python3 again 2021-03-19 17:01:44 -04:00