Skip to content

Commit 0f1cd4a

Browse files
authored
dont use relay config in ci (#2074)
1 parent 0cdcd5c commit 0f1cd4a

File tree

3 files changed

+108
-8
lines changed

3 files changed

+108
-8
lines changed

build/azure.profile.yml

+100
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,31 @@ profiles:
5151
- warmup
5252
- secondary
5353

54+
idna-intel-lin:
55+
variables:
56+
serverPort: 5000
57+
serverAddress: 10.0.4.12
58+
cores: 4
59+
jobs:
60+
db:
61+
endpoints:
62+
- http://10.0.4.6:5001
63+
aliases:
64+
- extra
65+
application:
66+
endpoints:
67+
- http://10.0.4.12:5001
68+
variables:
69+
databaseServer: 10.0.4.6
70+
aliases:
71+
- main
72+
load:
73+
endpoints:
74+
- http://10.0.4.13:5001 # idna-amd-lin
75+
aliases:
76+
- warmup
77+
- secondary
78+
5479
idna-intel-lin-relay:
5580
variables:
5681
serverPort: 5000
@@ -76,6 +101,31 @@ profiles:
76101
- warmup
77102
- secondary
78103

104+
idna-amd-lin:
105+
variables:
106+
serverPort: 5000
107+
serverAddress: 10.0.4.13
108+
cores: 4
109+
jobs:
110+
db:
111+
endpoints:
112+
- http://10.0.4.6:5001
113+
aliases:
114+
- extra
115+
application:
116+
endpoints:
117+
- http://10.0.4.13:5001
118+
variables:
119+
databaseServer: 10.0.4.6
120+
aliases:
121+
- main
122+
load:
123+
endpoints:
124+
- http://10.0.4.12:5001 # idna-intel-lin
125+
aliases:
126+
- warmup
127+
- secondary
128+
79129
idna-amd-lin-relay:
80130
variables:
81131
serverPort: 5000
@@ -101,6 +151,31 @@ profiles:
101151
- warmup
102152
- secondary
103153

154+
idna-intel-win:
155+
variables:
156+
serverPort: 5000
157+
serverAddress: 10.0.4.14
158+
cores: 4
159+
jobs:
160+
db:
161+
endpoints:
162+
- http://10.0.4.6:5001
163+
aliases:
164+
- extra
165+
application:
166+
endpoints:
167+
- http://10.0.4.14:5001
168+
variables:
169+
databaseServer: 10.0.4.6
170+
aliases:
171+
- main
172+
load:
173+
endpoints:
174+
- http://10.0.4.13:5001 # idna-amd-lin
175+
aliases:
176+
- warmup
177+
- secondary
178+
104179
idna-intel-win-relay:
105180
variables:
106181
serverPort: 5000
@@ -126,6 +201,31 @@ profiles:
126201
- warmup
127202
- secondary
128203

204+
idna-amd-win:
205+
variables:
206+
serverPort: 5000
207+
serverAddress: 10.0.4.15
208+
cores: 4
209+
jobs:
210+
db:
211+
endpoints:
212+
- http://10.0.4.6:5001
213+
aliases:
214+
- extra
215+
application:
216+
endpoints:
217+
- http://10.0.4.15:5001
218+
variables:
219+
databaseServer: 10.0.4.6
220+
aliases:
221+
- main
222+
load:
223+
endpoints:
224+
- http://10.0.4.12:5001 # idna-intel-lin
225+
aliases:
226+
- warmup
227+
- secondary
228+
129229
idna-amd-win-relay:
130230
variables:
131231
serverPort: 5000

build/benchmarks-ci-azure.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
connection: ASPNET Benchmarks Service Bus
194194
serviceBusQueueName: azure
195195
serviceBusNamespace: aspnetbenchmarks
196-
arguments: "$(ciProfile) --profile idna-amd-lin-relay "
196+
arguments: "$(ciProfile) --profile idna-amd-lin "
197197

198198
# GROUP 7
199199

@@ -209,7 +209,7 @@ jobs:
209209
connection: ASPNET Benchmarks Service Bus
210210
serviceBusQueueName: azure
211211
serviceBusNamespace: aspnetbenchmarks
212-
arguments: "$(ciProfile) --profile idna-intel-lin-relay "
212+
arguments: "$(ciProfile) --profile idna-intel-lin "
213213

214214
# GROUP 8
215215

@@ -225,7 +225,7 @@ jobs:
225225
connection: ASPNET Benchmarks Service Bus
226226
serviceBusQueueName: azure
227227
serviceBusNamespace: aspnetbenchmarks
228-
arguments: "$(ciProfile) --profile idna-amd-win-relay "
228+
arguments: "$(ciProfile) --profile idna-amd-win "
229229

230230
- job: IDNA_Azure_Intel_Windows
231231
displayName: 8- IDNA Azure Intel Windows
@@ -239,6 +239,6 @@ jobs:
239239
connection: ASPNET Benchmarks Service Bus
240240
serviceBusQueueName: azurearm64
241241
serviceBusNamespace: aspnetbenchmarks
242-
arguments: "$(ciProfile) --profile idna-intel-win-relay "
242+
arguments: "$(ciProfile) --profile idna-intel-win "
243243

244244

build/benchmarks.matrix.azure.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,23 @@ groups:
7474
- name: IDNA Azure Amd Linux
7575
template: trend-scenarios.yml
7676
profiles:
77-
- idna-amd-lin-relay
77+
- idna-amd-lin
7878

7979
- jobs:
8080

8181
- name: IDNA Azure Intel Linux
8282
template: trend-scenarios.yml
8383
profiles:
84-
- idna-intel-lin-relay
84+
- idna-intel-lin
8585

8686
- jobs:
8787

8888
- name: IDNA Azure Amd Windows
8989
template: trend-scenarios.yml
9090
profiles:
91-
- idna-amd-win-relay
91+
- idna-amd-win
9292

9393
- name: IDNA Azure Intel Windows
9494
template: trend-scenarios.yml
9595
profiles:
96-
- idna-intel-win-relay
96+
- idna-intel-win

0 commit comments

Comments
 (0)