Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.
This repository was archived by the owner on May 22, 2021. It is now read-only.

Don't run tests+linting on Pontoon commits? #501

@pdehaan

Description

@pdehaan

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:30s

test:
  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions