Skip to content

Commit 1e0d6e0

Browse files
committed
Update the cores to the actual numbers and names of the profiles to match the azure vm names.
1 parent 3d5ee7c commit 1e0d6e0

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

build/azure.profile.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -401,19 +401,19 @@ profiles:
401401
- warmup
402402
- secondary
403403

404-
# Add individual machine profiles for azure-arm64-db similar to ci.profile.yml
405-
azure-arm64-db-app:
404+
# Add individual machine profiles for azure-db similar to ci.profile.yml
405+
azure-db-app: # azurearm64db
406406
variables:
407407
serverAddress: 10.0.4.9
408-
cores: TODO
408+
cores: 4
409409
agents:
410410
application:
411411
endpoints:
412412
- http://10.0.4.9:5001
413413
aliases:
414414
- main
415415

416-
azure-arm64-db-db:
416+
azure-db-db:
417417
variables:
418418
databaseServer: 10.0.4.9
419419
downstreamAddress: 10.0.4.9
@@ -425,7 +425,7 @@ profiles:
425425
- downstream
426426
- extra
427427

428-
azure-arm64-db-load:
428+
azure-db-load:
429429
variables:
430430
secondaryAddress: 10.0.4.9
431431
agents:
@@ -436,19 +436,19 @@ profiles:
436436
- warmup
437437
- secondary
438438

439-
# Individual machine profiles for azure-arm64-client
440-
azure-arm64-client-app:
439+
# Individual machine profiles for azure-client
440+
azure-client-app: # azurearm64client
441441
variables:
442442
serverAddress: 10.0.4.8
443-
cores: TODO
443+
cores: 4
444444
agents:
445445
application:
446446
endpoints:
447447
- http://10.0.4.8:5001
448448
aliases:
449449
- main
450450

451-
azure-arm64-client-db:
451+
azure-client-db:
452452
variables:
453453
databaseServer: 10.0.4.8
454454
downstreamAddress: 10.0.4.8
@@ -460,7 +460,7 @@ profiles:
460460
- downstream
461461
- extra
462462

463-
azure-arm64-client-load:
463+
azure-client-load:
464464
variables:
465465
secondaryAddress: 10.0.4.8
466466
agents:
@@ -471,19 +471,19 @@ profiles:
471471
- warmup
472472
- secondary
473473

474-
# Individual machine profiles for azure-arm64-server
475-
azure-arm64-server-app:
474+
# Individual machine profiles for azure-server-arm64
475+
azure-server-arm64-app: # azurearm64server
476476
variables:
477477
serverAddress: 10.0.4.7
478-
cores: TODO
478+
cores: 4
479479
agents:
480480
application:
481481
endpoints:
482482
- http://10.0.4.7:5001
483483
aliases:
484484
- main
485485

486-
azure-arm64-server-db:
486+
azure-server-arm64-db:
487487
variables:
488488
databaseServer: 10.0.4.7
489489
downstreamAddress: 10.0.4.7
@@ -495,7 +495,7 @@ profiles:
495495
- downstream
496496
- extra
497497

498-
azure-arm64-server-load:
498+
azure-server-arm64-load:
499499
variables:
500500
secondaryAddress: 10.0.4.7
501501
agents:
@@ -506,19 +506,19 @@ profiles:
506506
- warmup
507507
- secondary
508508

509-
# Individual machine profiles for azure-client
510-
azure-client-app:
509+
# Individual machine profiles for azure2-client
510+
azure2-client-app:
511511
variables:
512512
serverAddress: 10.0.4.5
513-
cores: TODO
513+
cores: 2
514514
agents:
515515
application:
516516
endpoints:
517517
- http://10.0.4.5:5001
518518
aliases:
519519
- main
520520

521-
azure-client-db:
521+
azure2-client-db:
522522
variables:
523523
databaseServer: 10.0.4.5
524524
downstreamAddress: 10.0.4.5
@@ -530,7 +530,7 @@ profiles:
530530
- downstream
531531
- extra
532532

533-
azure-client-load:
533+
azure2-client-load:
534534
variables:
535535
secondaryAddress: 10.0.4.5
536536
agents:
@@ -541,19 +541,19 @@ profiles:
541541
- warmup
542542
- secondary
543543

544-
# Individual machine profiles for azure-db
545-
azure-db-app:
544+
# Individual machine profiles for azure2-db
545+
azure2-db-app:
546546
variables:
547547
serverAddress: 10.0.4.6
548-
cores: TODO
548+
cores: 2
549549
agents:
550550
application:
551551
endpoints:
552552
- http://10.0.4.6:5001
553553
aliases:
554554
- main
555555

556-
azure-db-db:
556+
azure2-db-db:
557557
variables:
558558
databaseServer: 10.0.4.6
559559
downstreamAddress: 10.0.4.6
@@ -565,7 +565,7 @@ profiles:
565565
- downstream
566566
- extra
567567

568-
azure-db-load:
568+
azure2-db-load:
569569
variables:
570570
secondaryAddress: 10.0.4.6
571571
agents:
@@ -576,19 +576,19 @@ profiles:
576576
- warmup
577577
- secondary
578578

579-
# Individual machine profiles for azure-server
580-
azure-server-app:
579+
# Individual machine profiles for azure2-server-amd64
580+
azure2-server-amd64-app:
581581
variables:
582582
serverAddress: 10.0.4.4
583-
cores: TODO
583+
cores: 4
584584
agents:
585585
application:
586586
endpoints:
587587
- http://10.0.4.4:5001
588588
aliases:
589589
- main
590590

591-
azure-server-db:
591+
azure2-server-amd64-db:
592592
variables:
593593
databaseServer: 10.0.4.4
594594
downstreamAddress: 10.0.4.4
@@ -600,7 +600,7 @@ profiles:
600600
- downstream
601601
- extra
602602

603-
azure-server-load:
603+
azure2-server-amd64-load:
604604
variables:
605605
secondaryAddress: 10.0.4.4
606606
agents:
@@ -615,7 +615,7 @@ profiles:
615615
idna-amd-lin-app:
616616
variables:
617617
serverAddress: 10.0.4.13
618-
cores: TODO
618+
cores: 4
619619
agents:
620620
application:
621621
endpoints:
@@ -650,7 +650,7 @@ profiles:
650650
idna-amd-win-app:
651651
variables:
652652
serverAddress: 10.0.4.15
653-
cores: TODO
653+
cores: 4
654654
agents:
655655
application:
656656
endpoints:
@@ -685,7 +685,7 @@ profiles:
685685
idna-intel-lin-app:
686686
variables:
687687
serverAddress: 10.0.4.12
688-
cores: TODO
688+
cores: 4
689689
agents:
690690
application:
691691
endpoints:
@@ -720,7 +720,7 @@ profiles:
720720
idna-intel-win-app:
721721
variables:
722722
serverAddress: 10.0.4.14
723-
cores: TODO
723+
cores: 4
724724
agents:
725725
application:
726726
endpoints:
@@ -760,7 +760,7 @@ profiles:
760760
cobalt-cloud-lin-client-app:
761761
variables:
762762
serverAddress: 10.2.2.13
763-
cores: TODO
763+
cores: 16
764764
agents:
765765
application:
766766
endpoints:
@@ -795,7 +795,7 @@ profiles:
795795
cobalt-cloud-lin-db-app:
796796
variables:
797797
serverAddress: 10.2.2.14
798-
cores: TODO
798+
cores: 16
799799
agents:
800800
application:
801801
endpoints:
@@ -830,7 +830,7 @@ profiles:
830830
cobalt-cloud-lin-server-app:
831831
variables:
832832
serverAddress: 10.2.2.15
833-
cores: TODO
833+
cores: 16
834834
agents:
835835
application:
836836
endpoints:
@@ -865,7 +865,7 @@ profiles:
865865
cobalt-cloud-lin-server-azure-linux3-app:
866866
variables:
867867
serverAddress: 10.2.2.16
868-
cores: TODO
868+
cores: 16
869869
agents:
870870
application:
871871
endpoints:

0 commit comments

Comments
 (0)