2222 testCommand : ' composer install && composer paratest -- --testsuite=CommonPart1 -f -p 3'
2323 variables :
2424 STORAGE_API_URL : $(STORAGE_API_URL_AWS)
25- RUN_SYNAPSE_TESTS : 0
2625 secrets :
2726 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AWS)
2827 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AWS)
3635 testCommand : ' composer install && vendor/bin/phpunit --testsuite Aws'
3736 variables :
3837 STORAGE_API_URL : $(STORAGE_API_URL_AWS)
39- RUN_SYNAPSE_TESTS : 0
4038 secrets :
4139 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AWS)
4240 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AWS)
5048 testCommand : ' composer install && vendor/bin/phpunit --testsuite CommonPart2'
5149 variables :
5250 STORAGE_API_URL : $(STORAGE_API_URL_AWS)
53- RUN_SYNAPSE_TESTS : 0
5451 secrets :
5552 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AWS)
5653 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AWS)
6461 testCommand : ' composer install && composer paratest -- --testsuite=CommonFiles -f -p 3'
6562 variables :
6663 STORAGE_API_URL : $(STORAGE_API_URL_AWS)
67- RUN_SYNAPSE_TESTS : 0
6864 secrets :
6965 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AWS)
7066 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AWS)
7874 testCommand : ' composer install && composer paratest -- --testsuite=CommonPart1 -f -p 3'
7975 variables :
8076 STORAGE_API_URL : $(STORAGE_API_URL_AZURE)
81- RUN_SYNAPSE_TESTS : 0
8277 secrets :
8378 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AZURE)
8479 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AZURE)
9287 testCommand : ' composer install && vendor/bin/phpunit --testsuite Azure'
9388 variables :
9489 STORAGE_API_URL : $(STORAGE_API_URL_AZURE)
95- RUN_SYNAPSE_TESTS : 0
9690 secrets :
9791 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AZURE)
9892 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AZURE)
@@ -106,7 +100,6 @@ jobs:
106100 testCommand : ' composer install && vendor/bin/phpunit --testsuite CommonPart2'
107101 variables :
108102 STORAGE_API_URL : $(STORAGE_API_URL_AZURE)
109- RUN_SYNAPSE_TESTS : 0
110103 secrets :
111104 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AZURE)
112105 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AZURE)
@@ -120,26 +113,10 @@ jobs:
120113 testCommand : ' composer install && composer paratest -- --testsuite=CommonFiles -f -p 3'
121114 variables :
122115 STORAGE_API_URL : $(STORAGE_API_URL_AZURE)
123- RUN_SYNAPSE_TESTS : 0
124116 secrets :
125117 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AZURE)
126118 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AZURE)
127119
128- # - template: ../../azure-pipelines/jobs/run-tests.yml
129- # parameters:
130- # jobName: azure_tests_php8_synapse
131- # dependsOn: [cs]
132- # displayName: Run Azure Testsuite on Azure with Synapse
133- # serviceName: dev-input-mapping
134- # testCommand: 'composer install && vendor/bin/phpunit --testsuite AzureSynapse'
135- # variables:
136- # STORAGE_API_URL: $(STORAGE_API_URL_AZURE)
137- # RUN_SYNAPSE_TESTS: 0
138- # secrets:
139- # STORAGE_API_TOKEN: $(INPUT_MAPPING__STORAGE_API_TOKEN_AZURE)
140- # STORAGE_API_TOKEN_MASTER: $(INPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AZURE)
141- # SYNAPSE_STORAGE_API_TOKEN: $(SYNAPSE_STORAGE_API_TOKEN)
142-
143120 - template : ../../azure-pipelines/jobs/run-tests.yml
144121 parameters :
145122 jobName : aws_tests_php8_bigquery
@@ -149,7 +126,6 @@ jobs:
149126 testCommand : ' composer install && vendor/bin/phpunit --testsuite BigQuery'
150127 variables :
151128 STORAGE_API_URL : $(STORAGE_API_URL_AWS)
152- RUN_SYNAPSE_TESTS : 0
153129 secrets :
154130 STORAGE_API_TOKEN : $(INPUT_MAPPING__STORAGE_API_TOKEN_AWS_BQ)
155131 STORAGE_API_TOKEN_MASTER : $(INPUT_MAPPING__STORAGE_API_TOKEN_AWS_BQ)
0 commit comments