You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2021. It is now read-only.
Not sure how much this this would improve things, but I was just looking at Circle-CI builds and notice that the Pontoon builds take 5-6 minutes each time a localization string changes. Not sure if we could tweak that by not doing some/all of the following:
dependencies:
pre:
- npm i -g get-firefox geckodriver nsp # 0:29s
- get-firefox --platform linux --extract --target /home/ubuntu/send # 0:30stest:
override:
# - ...
- npm run lint # 0:08s
- npm test # 0:07s
- nsp check # 0:03s
Some super rough calculations show it may cut the build by about 1:20, since the majority of the build timing seems to be in the docker steps.
Not sure how much this this would improve things, but I was just looking at Circle-CI builds and notice that the Pontoon builds take 5-6 minutes each time a localization string changes. Not sure if we could tweak that by not doing some/all of the following:
Some super rough calculations show it may cut the build by about 1:20, since the majority of the build timing seems to be in the docker steps.