Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-28 | Bug 1393643 - Add whitelist to rate limiting code (#220) | Dylan William Hardison | 1 | -1/+1 | |
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading | |||||
2017-08-18 | use mozillabteam/bmo-slim:20170818.1 (#208) | Dylan William Hardison | 1 | -1/+1 | |
2017-08-18 | Bug 1388148 - Test password quality checking code | Dylan William Hardison | 1 | -1/+36 | |
2017-08-17 | no bug - have the test runners start up the httpd (#203) | Dylan William Hardison | 1 | -45/+54 | |
2017-08-07 | latest, not $TAG | Dylan William Hardison | 1 | -1/+1 | |
2017-08-07 | Bug 1383355 - nit only push to latest for the master branch | Dylan William Hardison | 1 | -4/+8 | |
2017-08-07 | Bug 1383355 - Migrate CI tests from taskcluster to CircleCI | Dylan William Hardison | 1 | -4/+100 | |
2017-07-25 | Bug 1380531 - Write initial CircleCI configuration for BMO | Dylan William Hardison | 1 | -0/+25 | |
This is the first (working) iteration of a configuration that allows CircleCI to build 'bmo' docker images that are runnable. Some other changes were required for this: 1. The base image used in Dockerfile was changed from centos:6.7 to mozillabteam/bmo-base:slim. This is a new version of (github) mozilla-bteam/docker-bmo-base which is much smaller, and includes all the system RPMs and other bits that our bmo Dockerfile expects. 2. init.pl mistakenly had '--no-assets' which is not currently a checksetup.pl option. 3. 901-secure-mail-loop.t (which checks for an infinite loop) had to have its timeout increased because CircleCI sometimes is quite slow. 4. version.txt // __version__ now includes build information from CircleCI environmental variables |