Opened 5 years ago
Closed 5 years ago
#49846 closed defect (bug) (fixed)
Core TravisCI not submitting results to hosting automated tests.
Reported by: | kirasong | Owned by: | kirasong |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
This is a followup to: https://github.com/WordPress/wpdev-docker-images/issues/22
For anyone who isn't familiar with the distributed automated tests, the WordPress Hosting Team has a distributed automated test project that collects PHPUnit test results from hosts.
As part of this, WordPress.org's TravisCI reports to that page. Currently, this is used to email hosts when Core's tests are passing, but theirs are not.
The packages required are there now (thanks @pento!), but it looks like the API key isn't making its way to the reporter:
https://travis-ci.com/github/WordPress/wordpress-develop/jobs/316610104#L3394
I'll attach a patch shortly.
Attachments (1)
Change History (6)
#1
@
5 years ago
Added 49846.diff.
This appears to work as expected on my Github fork with an alternate API key.
The tests still aren't able to pull envionment information for Imagick or MySQL (as is visible in these results), but it should restore result submission and pass/fail.
Pass API key to reporter in
docker-compose
.