Whymarrh Whitby
38bb1d3979
Remove unused CI jobs, rename e2e beta jobs
6 years ago
Thomas Huang
41f89ac7ed
Disable npm audit ( #6188 )
6 years ago
Thomas Huang
13463309dc
Skip drizzle tests unit issue with ci is determined ( #5982 )
6 years ago
Whymarrh Whitby
c804185081
circleci: Replace nsp with npm audit
...
Refs #4751
6 years ago
Whymarrh Whitby
9beac977d8
circleci: Disable npm audit when installing packages
...
Auditing packages when installing here doesn't help anyone as the summary
isn't visible and vulnerabilities don't produce a non-zero exit code. We
will have `npm audit` as an extra CI job.
6 years ago
Whymarrh Whitby
f1248ac26a
ci: Drop old UI e2e tests from CircleCI
6 years ago
Whymarrh Whitby
63e10f6e73
Remove Mascara from CircleCI config
6 years ago
bitpshr
0dad394147
Disable mascara tests
6 years ago
kumavis
54a14edccd
CI - job-publish-release - fix github command
...
correctly set github username and email
6 years ago
kumavis
7b739f9be8
deploy - docs - publish via npm script ( #5580 )
6 years ago
Bruno Barbieri
ccab4ee1a4
tests - integration - Add Drizzle tests ( #5467 )
...
* added drizzle app for testing
* working
* clean up
* clean up script
* make build step required
* add drizzle-tests to .eslintignore
* clean up drizzle run script
* lint
* use truffle unbox
* undo eslintignore changes
* revert change
* dont use global
* dont need this steps
* use the new account flow
* restore package-lock.json
6 years ago
brunobar79
678d174e1e
add mozilla lint job
6 years ago
Bruno Barbieri
ffd540f634
Fix gh-pages job
6 years ago
Whymarrh Whitby
765cac839c
Update Firefox version for e2e tests
6 years ago
Whymarrh Whitby
00906937a1
ci: Use workspaces instead of caches for passing data downstream
...
CircleCI no longer allows external PR builds to save caches so jobs
that depend on cached data from a upstream job will no longer get
the files they need. This change replaces our usages of caches for
passing data downstream with workspaces, which appear to be the more
correct feature to use.
References:
- https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
- https://circleci.com/blog/deep-diving-into-circleci-workspaces/
6 years ago
Whymarrh Whitby
8f834ed87d
ci: Install any npm@6
6 years ago
Whymarrh Whitby
2185197ef6
ci: Use Firefox 61.0.2
6 years ago
Whymarrh Whitby
7b89d3d473
ci: Disable Firefox updates
6 years ago
Whymarrh Whitby
e493efb123
ci: Don't cache Firefox install
...
Two important notes:
1. The time it takes to download is negligble compared to e2e test runs
2. Since we cannot use environment variables in CircleCI cache keys we
can't cache the download correctly and have it update when we switch
firefox versions—this isn't the end of the world because of point 1
6 years ago
brunobar79
f63a92aa18
test npm i --no-save
6 years ago
brunobar79
54c93df3b8
test npm ci
6 years ago
brunobar79
b1cfe52f07
bump cache version
6 years ago
brunobar79
cde91fac16
added node version requirements
6 years ago
bitpshr
d85fc246c5
Revert package-lock changes
6 years ago
bitpshr
a319c8ce42
Version Circle cache keys for easy flushing
6 years ago
brunobar79
41879a9835
added test for preferences controller
6 years ago
brunobar79
03e3ebb305
restore circleci config
6 years ago
brunobar79
7f29b46d32
clear circleci cache
6 years ago
brunobar79
1b041a92f4
restore circleci config
6 years ago
brunobar79
c9ffa38ab1
cache circleci
6 years ago
brunobar79
d23227dc4f
test ci
6 years ago
brunobar79
359f9ab4d2
avoid fallback cache
6 years ago
Bruno Barbieri
573659c863
Added missing step
6 years ago
Bruno Barbieri
8de2b3b1b0
dont cache what's already cached
6 years ago
Bruno Barbieri
ae1c8b854f
Firefox tests fix
6 years ago
Bruno Barbieri
104c4674da
Update firefox version
6 years ago
Bruno Barbieri
b90ec2a901
lets cache firefox 61
6 years ago
Bruno Barbieri
759b5b20ec
Forgot this is linux bash
6 years ago
Bruno Barbieri
a1e7b51ef0
Update config.yml
6 years ago
Bruno Barbieri
dd21d29b2b
Update config.yml
6 years ago
Bruno Barbieri
32813b23a2
Update firefox-download.sh
6 years ago
Bruno Barbieri
ca17cfbc65
Fix indentation
6 years ago
Bruno Barbieri
79011dbc59
Firefox cache working properly
6 years ago
Bruno Barbieri
48dbe30217
oops
6 years ago
Bruno Barbieri
8d72ae81c9
tmp commit to force firefox update
6 years ago
Bruno Barbieri
e0719a0358
Update firefox-download.sh
6 years ago
Bruno Barbieri
cdd556fb27
Add firefox binary to cache path
6 years ago
Bruno Barbieri
0af1702a3f
Allow firefox binary to be cached
6 years ago
Bruno Barbieri
5b58c2acb4
Update config.yml to allow firefox download caching
6 years ago
Bruno Barbieri
24b0e6a4f8
Final approach
6 years ago