-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-pipelines.tests.yml
87 lines (87 loc) · 4.26 KB
/
azure-pipelines.tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
jobs:
- template: ../../azure-pipelines/jobs/run-tests.yml
parameters:
displayName: Job Definition
serviceName: ci-job-configuration
testCommand: vendor/bin/phpunit --testsuite job-definition
- template: ../../azure-pipelines/jobs/run-tests.yml
parameters:
displayName: Mapping uncategorized
serviceName: ci-job-configuration
testCommand: vendor/bin/phpunit --testsuite mapping-uncategorized
variables:
STORAGE_API_URL: $(STORAGE_API_URL__AWS)
secrets:
TEST_STORAGE_API_TOKEN: $(JOB_CONFIGURATION__STORAGE_API_TOKEN__AWS)
TEST_STORAGE_API_TOKEN_MASTER: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_MASTER__AWS)
TEST_STORAGE_API_TOKEN_FEATURE_NATIVE_TYPES: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_FEATURE_NATIVE_TYPES__AWS)
TEST_STORAGE_API_TOKEN_FEATURE_NEW_NATIVE_TYPES: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_FEATURE_NEW_NATIVE_TYPES__AWS)
- template: ../../azure-pipelines/jobs/run-tests.yml
parameters:
displayName: Mapping general
serviceName: ci-job-configuration
testCommand: vendor/bin/phpunit --testsuite mapping-general
variables:
STORAGE_API_URL: $(STORAGE_API_URL__AWS)
secrets:
TEST_STORAGE_API_TOKEN: $(JOB_CONFIGURATION__STORAGE_API_TOKEN__AWS)
TEST_STORAGE_API_TOKEN_MASTER: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_MASTER__AWS)
TEST_STORAGE_API_TOKEN_FEATURE_NATIVE_TYPES: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_FEATURE_NATIVE_TYPES__AWS)
TEST_STORAGE_API_TOKEN_FEATURE_NEW_NATIVE_TYPES: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_FEATURE_NEW_NATIVE_TYPES__AWS)
- template: ../../azure-pipelines/jobs/run-tests.yml
parameters:
displayName: Mapping ABS
serviceName: ci-job-configuration
testCommand: vendor/bin/phpunit --testsuite mapping-abs
variables:
STORAGE_API_URL_AZURE: $(STORAGE_API_URL__AZURE)
secrets:
TEST_STORAGE_API_TOKEN_AZURE: $(JOB_CONFIGURATION__STORAGE_API_TOKEN__AZURE)
TEST_STORAGE_API_TOKEN_MASTER_AZURE: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_MASTER__AZURE)
backend: abs
- template: ../../azure-pipelines/jobs/run-tests.yml
parameters:
displayName: Mapping BigQuery
serviceName: ci-job-configuration
testCommand: vendor/bin/phpunit --testsuite mapping-bigquery
variables:
STORAGE_API_URL_GCP: $(STORAGE_API_URL__GCP)
secrets:
TEST_STORAGE_API_TOKEN_GCP: $(JOB_CONFIGURATION__STORAGE_API_TOKEN__GCP)
TEST_STORAGE_API_TOKEN_MASTER_GCP: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_MASTER__GCP)
backend: bigquery
- template: ../../azure-pipelines/jobs/run-tests.yml
parameters:
displayName: Mapping GCS
serviceName: ci-job-configuration
testCommand: vendor/bin/phpunit --testsuite mapping-gcs
variables:
STORAGE_API_URL_GCP: $(STORAGE_API_URL__GCP)
secrets:
TEST_STORAGE_API_TOKEN_GCP: $(JOB_CONFIGURATION__STORAGE_API_TOKEN__GCP)
TEST_STORAGE_API_TOKEN_MASTER_GCP: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_MASTER__GCP)
backend: gcs
- template: ../../azure-pipelines/jobs/run-tests.yml
parameters:
displayName: Mapping S3
serviceName: ci-job-configuration
testCommand: vendor/bin/phpunit --testsuite mapping-s3
variables:
STORAGE_API_URL: $(STORAGE_API_URL__AWS)
secrets:
TEST_STORAGE_API_TOKEN: $(JOB_CONFIGURATION__STORAGE_API_TOKEN__AWS)
TEST_STORAGE_API_TOKEN_MASTER: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_MASTER__AWS)
TEST_STORAGE_API_TOKEN_FEATURE_NATIVE_TYPES: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_FEATURE_NATIVE_TYPES__AWS)
TEST_STORAGE_API_TOKEN_FEATURE_NEW_NATIVE_TYPES: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_FEATURE_NEW_NATIVE_TYPES__AWS)
backend: s3
- template: ../../azure-pipelines/jobs/run-tests.yml
parameters:
displayName: Mapping Redshift
serviceName: ci-job-configuration
testCommand: vendor/bin/phpunit --testsuite mapping-redshift
variables:
STORAGE_API_URL__REDSHIFT: $(STORAGE_API_URL__AWS)
secrets:
TEST_STORAGE_API_TOKEN_REDSHIFT: $(JOB_CONFIGURATION__STORAGE_API_TOKEN__REDSHIFT)
TEST_STORAGE_API_TOKEN_MASTER_REDSHIFT: $(JOB_CONFIGURATION__STORAGE_API_TOKEN_MASTER__REDSHIFT)
backend: redshift