History log of /PHP-7.4/azure-pipelines.yml (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9a2e5cfc 12-Oct-2020 Nikita Popov

Backport schedule in yaml

I'm not sure it's needed, but let's try it: Add the scheduled
builds on PHP-7.4 and PHP-8.0 as well, rather than just master.


# 571f6a59 25-Aug-2020 Nikita Popov

Don't enable --with-mm in CI

Turns out this has a large negative effect on startup time,
making tests much slower.


# 8bda799d 13-Aug-2020 Nikita Popov

Fixed bug #79724


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11
# 6422c956 21-Oct-2019 Fabien Villepinte

Add a run with opcache to the coverage job

Some tests are not run when OPcache is not available.
This should make the results more accurate.


Revision tags: php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3
# db54b0fa 25-Sep-2019 Gerard Roche

Azure: Publish code coverage results

* Add an Azure Publish Code Coverage Results task
* Add `make gcovr-html` to generate a gcovr test coverage report in HTML
* Add `make gcovr-xml`

Azure: Publish code coverage results

* Add an Azure Publish Code Coverage Results task
* Add `make gcovr-html` to generate a gcovr test coverage report in HTML
* Add `make gcovr-xml` to generate a gcovr test coverage report in XML
* Remove `test` target dependency from `make lcov-html`;
Run the two targets together instead: `make test lcov-html`.

Re: https://github.com/php/php-src/pull/4739#issuecomment-534911441

See: https://externals.io/message/107113,
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-code-coverage-results?view=azure-devops,
and https://github.com/php/php-src/pull/4759.

show more ...


Revision tags: php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1
# b7c353c8 03-Sep-2019 Nikita Popov

Specify -fsanitize-no-recover

To make it more obvious when there are ubsan failures.


Revision tags: php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9
# a12ebc29 27-Aug-2019 Nikita Popov

Add job for community projects

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

Add job for community projects

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.

show more ...


Revision tags: php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7
# f8788eb7 02-Jul-2019 Jan Altensen

azure: exclude some documentation paths

Closes GH-4352.


Revision tags: php-7.2.20
# 0dfca74b 01-Jul-2019 Nikita Popov

Setup msan on azure

This uses a separate job template, because msan requires all used
libraries (apart from glibc) to be instrumented, so we can't link
any external libraries unless

Setup msan on azure

This uses a separate job template, because msan requires all used
libraries (apart from glibc) to be instrumented, so we can't link
any external libraries unless we recompile them. As such, we need
a much more minimal configure.

show more ...


Revision tags: php-7.4.0alpha2
# 54dd762f 20-Jun-2019 Nikita Popov

Set up asan+ubsan scheduled build on azure

Also adds an --asan flag to run-tests.php to setup all the necessary
environment variables. Some tests are marked as skipped because they
a

Set up asan+ubsan scheduled build on azure

Also adds an --asan flag to run-tests.php to setup all the necessary
environment variables. Some tests are marked as skipped because they
are incompatible with asan or too slow.

I'm basing this on the DEBUG_ZTS build, which seems to give us the
most mileage.

show more ...


Revision tags: php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2
# ce2b36bc 13-Jun-2019 Nikita Popov

Condition some azure jobs on schedule trigger


Revision tags: php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1
# c2a78c7c 09-Jun-2019 Joe Watkins

i386 build


# 0741494f 06-Jun-2019 Jan Altensen

azure macos

Change-Id: I3465dcc865c254cea02feb619f6706fa0d164757


# c72bc447 07-Jun-2019 Nikita Popov

Use batch mode on Azure


# b4c13697 04-Jun-2019 Joe Watkins

correct zts flags for 7.4


# 068dd5af 03-Jun-2019 Joe Watkins

get the name of the branch right


# 74ce8120 29-May-2019 Joe Watkins

Set up CI with Azure Pipelines