Skip to content

Commit 90b4372

Browse files
committed
Migrate variation job to GitHub actions
1 parent 2cf7d70 commit 90b4372

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/nightly_matrix.php

+7
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ function get_matrix_include(array $branches) {
6161
'zts' => false,
6262
'run_tests_parameters' => '--repeat 2',
6363
];
64+
$jobs[] = [
65+
'name' => '_VARIATION',
66+
'branch' => $branch,
67+
'debug' => true,
68+
'zts' => true,
69+
'run_tests_parameters' => "CFLAGS='-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1'",
70+
];
6471
}
6572
}
6673
return $jobs;

azure-pipelines.yml

-6
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,3 @@ jobs:
4848
parameters:
4949
configurationName: LIBMYSQLCLIENT_DEBUG_NTS
5050
configurationParameters: '--enable-debug --disable-zts'
51-
- template: azure/job.yml
52-
parameters:
53-
configurationName: VARIATION_DEBUG_ZTS
54-
configurationParameters: >-
55-
--enable-debug --enable-zts
56-
CFLAGS="-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1"

0 commit comments

Comments
 (0)