summaryrefslogtreecommitdiff
path: root/azure/community_job.yml
Commit message (Collapse)AuthorAgeFilesLines
* Restore Laravel test workaroundNikita Popov2021-02-071-0/+2
| | | | | I accidentally dropped this during a merge, making the Laravel job fail.
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-011-8/+5
|\ | | | | | | | | * PHP-7.4: Fix Laravel build on community job
| * Fix Laravel build on community jobNikita Popov2021-02-011-4/+4
| | | | | | | | Now requires PHP 7.4, so use php7.4 to run composer everywhere.
* | Fix community jobNikita Popov2020-11-111-0/+1
| | | | | | | | Made a mistake while merging...
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-101-0/+7
|\ \ | |/ | | | | | | * PHP-7.4: Add integration test for symfony preloading
| * Add integration test for symfony preloadingNikita Popov2020-11-101-0/+9
| | | | | | | | | | | | To help catch regressions like the one that occurred in PHP 7.4.12. Closes GH-6414.
* | Re-enable laravel testsNikita Popov2020-10-261-17/+14
| | | | | | | | | | | | Laravel is now sufficiently PHP 8 compatible. Closes GH-6353.
* | Disable Laravel testingNikita Popov2020-10-191-15/+15
| | | | | | | | | | | | | | This has been failing for months now, let's make the scheduled build status meaningful again. [ci skip]
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-101-1/+1
|\ \ | |/ | | | | | | * PHP-7.4: Don't specify symfony branch
| * Don't specify symfony branchNikita Popov2020-10-101-1/+1
| | | | | | | | This was renamed from master to 5.x. Just use the default branch.
* | Add missing condition on azure community jobNikita Popov2020-09-111-0/+1
| |
* | Add phpunit to community project testsNikita Popov2020-09-071-0/+12
| |
* | Increase timeout on asan jobNikita Popov2020-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | We now also run tests with function JIT here, which makes this slower. Probably, this job should be split up into asan and ubsan, and possibly run with optimization. [ci skip]
* | Move patch to right placeNikita Popov2020-07-291-1/+1
| | | | | | | | | | | | This was supposed to be for laravel, not symfony. [ci skip]
* | Try to fix laravel PHP 8 incompatibilityNikita Popov2020-07-291-0/+1
| | | | | | | | [ci skip]
* | Adjust Doctrine workaround in community jobNikita Popov2020-07-211-2/+2
| | | | | | | | [ci skip]
* | Add another doctrine workaroundNikita Popov2020-07-131-0/+1
| | | | | | | | | | This has been fixed a few months ago, but apparently Doctrine doesn't do releases.
* | Run Symfony tests in per-componentNicolas Grekas2020-05-281-4/+9
| |
* | Re-enable Symfony test on PHP 8Nicolas Grekas2020-05-281-16/+16
| |
* | Disable Symfony test on PHP 8Nikita Popov2020-03-301-16/+16
| | | | | | | | | | | | | | | | Symfony is currently has an expected incompatibility with PHP 8: Fatal error: Declaration of Symfony\Component\HttpClient\Response\MockResponse::schedule(Symfony\Component\HttpClient\Response\MockResponse $response, array &$runningResponses): void must be compatible with Symfony\Component\HttpClient\Response\ResponseTrait::schedule(Symfony\Component\HttpClient\Response\ResponseTrait $response, array &$runningResponses): void in /home/vsts/work/1/s/symfony/src/Symfony/Component/HttpClient/Response/MockResponse.php on line 135 Disable the job until this is fixed.
* | Merge branch 'PHP-7.4'Nikita Popov2020-03-061-1/+1
|\ \ | |/ | | | | | | * PHP-7.4: Fix community job
| * Fix community jobNikita Popov2020-03-061-1/+1
| | | | | | | | Marco broke things again.
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-211-1/+1
|\ \ | |/ | | | | | | * PHP-7.4: Update Ubuntu version on Azure
| * Update Ubuntu version on AzureNikita Popov2020-02-211-1/+1
| | | | | | | | | | The i386 and community jobs were still on 16.04, update them to 18.04.
* | Try to restore laravel & symfony community jobsNikita Popov2019-12-061-0/+4
| | | | | | | | Patch Doctrine to fix the PDOConnection::query() signature.
* | Merge branch 'PHP-7.4'Nikita Popov2019-11-021-1/+1
|\ \ | |/ | | | | | | * PHP-7.4: Explicitly specify ubuntu versions on azure pipelines
| * Explicitly specify ubuntu versions on azure pipelinesNikita Popov2019-11-021-1/+1
| | | | | | | | | | Use the new 18.04 for the ones where the build succeeded and the previous 16.04 where it didn't.
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-271-0/+2
|\ \ | |/
| * Enable ubsan stack trace printing on community jobNikita Popov2019-09-271-0/+2
| | | | | | | | | | Try to do this using "variables" -- apparently these get uppercased and are made available as environment variables.
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-111-16/+14
|\ \ | |/
| * Improve Symfony test setupNicolas Grekas2019-09-111-2/+2
| | | | | | | | | | | | | | | | Perform PHPUnit installation under php7.3 -- which will also make it work on master. Also properly resolve the tty issue by specifying excluded groups during the test run.
* | Enable JIT on community_jobNikita Popov2019-08-301-0/+1
| |
* | Disable symfony build on masterNikita Popov2019-08-301-14/+16
|/
* Add job for community projectsNikita Popov2019-08-301-0/+81
Run some open-source projects through an aggressive debug configuration with asan and ubsan. We don't care about test results, only check that we don't assert or crash. Currently testing laravel, symfony and amp.