History log of /PHP-7.4/azure/job.yml (Results 1 – 18 of 18)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e0d20701 12-Jun-2020 Nikita Popov

Use shared setup.yml on azure

Make sure things stay synchronized between different x64 jobs.


# 1905cf06 10-Jun-2020 Nikita Popov

Explicitly start postgres on azure

Seems to be necessary now...


# bf382a3c 18-Mar-2020 Nikita Popov

Explicitly start mysql


# 372331fc 18-Mar-2020 Nikita Popov

Use "set -e" in some pipeline steps


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
# 4c717aba 02-Nov-2019 Nikita Popov

Explicitly specify ubuntu versions on azure pipelines

Use the new 18.04 for the ones where the build succeeded and the
previous 16.04 where it didn't.


Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, 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, 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 ...


# 43551405 28-Aug-2019 Nikita Popov

Set opcache.protect_memory=1 on Azure


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
# a45192e1 02-Jul-2019 Peter Kokot

Enable option checking on CI

This adds the Autoconf's --enable-option-checking=fatal option so
when non existing option from the PHP's configure options is used
a fatal error happens.


Revision tags: php-7.2.20, 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
# 91f0ef04 15-Jun-2019 Joe Watkins

PHP-7.4 branch should not run JIT tests, ever [ci skip]


Revision tags: php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1
# bdcef51b 07-Jun-2019 Hugh McMaster

ext/standard: Use PKG_CHECK_MODULES to detect the Argon2 library


# e5aba0f5 11-Jun-2019 Nikita Popov

Build with ldap and ldap sasl on azure

We don't set up an ldap server, so this is mainly about testing
that the build works.


# 3ef15112 11-Jun-2019 Joe Watkins

checkout depth of one doesn't always work with batched builds, it seems


# f4bac9a4 04-Jun-2019 Nikita Popov

Actually load opcache on Azure


# 40f2cfe2 04-Jun-2019 Nikita Popov

Azure: Don't build zend-test as shared

This is shared on Travis to perform a dl() sanity check. Revert to
building it statically here so we don't need to explicitly load it.


# 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