Make WordPress Core

Changeset 47460


Ignore:
Timestamp:
03/16/2020 12:26:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Download Chromium for e2e tests only.

This reduces the chance of random failures due to network timeouts and avoids the overhead of unnecessarily downloading ~120 MB for PHP or JS tests.

Reviewed by mikeschroder, gziolo.
Merges [47449] and [47459] to the 5.4 branch.
Fixes #49621.

Location:
branches/5.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4

  • branches/5.4/.travis.yml

    r46605 r47460  
    2323    - PHP_FPM_UID: "`id -u`"
    2424    - PHP_FPM_GID: "`id -g`"
     25    - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
    2526
    2627matrix:
    2728  include:
    28   - env: WP_TRAVISCI=test:e2e
     29  - env: WP_TRAVISCI=test:e2e PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
    2930    name: E2E Tests
    3031  - env: WP_TRAVISCI=lint:php COMPOSER_INSTALL=true NPM_INSTALL=false WP_INSTALL=false
Note: See TracChangeset for help on using the changeset viewer.