#51705 closed task (blessed) (fixed)
Trim the test matrix on Travis for 5.3-5.5 branches
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
It's time to trim the test matrix for the 5.3-5.5 branches.
Following the practices for older branches established in previous tickets (#41707, #42626, #42387, #48413), these changes should be made for 5.3 & 5.4:
- Remove PHP jobs for PHP 7.1, 7.2, and 7.3 without Memcached.
For 5.3-5.5 branches:
- Remove all allowed failures (these will never be fixed to pass).
We could also remove the E2E test job as well. There is currently only 1 E2E test present, and it only confirms that the test suite run.
Change History (10)
#4
@
4 years ago
We could also remove the E2E test job as well. There is currently only 1 E2E test present, and it only confirms that the test suite run.
Leaving open for feedback on this change before committing.
#5
@
4 years ago
Yes this should be removed. When the time comes that we have useful E2E tests they should remain in place in older branches.
In 49497: