Problem: Updates are not pushed to test
Impact: Changes (including translatewiki) cannot be made to test and also production
Location
When working with Mismatch Finder test environment on github (https://github.com/wmde/wikidata-mismatch-finder/actions/workflows/test.yml)
Observe that the process fails at 'install chrome'
1s
Run CHROME_VERSION=$(php artisan dusk:chrome-driver | sed 's/.* //' | awk '{ print substr( $0, 1, length($0)-1 ) }')"-1"
https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.90-1_amd64.deb:
2025-02-27 12:23:31 ERROR 404: Not Found.
Error: Process completed with exit code 8.Notes
- The last successful run was May 13 2024 (https://github.com/wmde/wikidata-mismatch-finder/commit/cd18d48363c527713abbce45a850022eb1d1b951)
- The next run on May 16 failed and continued to fail (https://github.com/wmde/wikidata-mismatch-finder/actions/runs/9112203998/job/25050970427)
- A random sampling of the unsuccessful runs show that all have the note "Process completed with exit code 8." This matches the error of the unsuccessful runs with logs.
(!) specific chrome version may no longer be available