Skip to content

Commit 6576000

Browse files
committed
Include the serverPort variable in the azure.profile.yml file.
1 parent 8d40d51 commit 6576000

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build/azure.profile.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ profiles:
404404
# Add individual machine profiles for azure-db similar to ci.profile.yml
405405
azure-db-app: # azurearm64db
406406
variables:
407+
serverPort: 5000
407408
serverAddress: 10.0.4.9
408409
cores: 4
409410
agents:
@@ -439,6 +440,7 @@ profiles:
439440
# Individual machine profiles for azure-client
440441
azure-client-app: # azurearm64client
441442
variables:
443+
serverPort: 5000
442444
serverAddress: 10.0.4.8
443445
cores: 4
444446
agents:
@@ -474,6 +476,7 @@ profiles:
474476
# Individual machine profiles for azure-server-arm64
475477
azure-server-arm64-app: # azurearm64server
476478
variables:
479+
serverPort: 5000
477480
serverAddress: 10.0.4.7
478481
cores: 4
479482
agents:
@@ -509,6 +512,7 @@ profiles:
509512
# Individual machine profiles for azure2-client
510513
azure2-client-app:
511514
variables:
515+
serverPort: 5000
512516
serverAddress: 10.0.4.5
513517
cores: 2
514518
agents:
@@ -544,6 +548,7 @@ profiles:
544548
# Individual machine profiles for azure2-db
545549
azure2-db-app:
546550
variables:
551+
serverPort: 5000
547552
serverAddress: 10.0.4.6
548553
cores: 2
549554
agents:
@@ -579,6 +584,7 @@ profiles:
579584
# Individual machine profiles for azure2-server-amd64
580585
azure2-server-amd64-app:
581586
variables:
587+
serverPort: 5000
582588
serverAddress: 10.0.4.4
583589
cores: 4
584590
agents:
@@ -614,6 +620,7 @@ profiles:
614620
# Individual machine profiles for idna-amd-lin
615621
idna-amd-lin-app:
616622
variables:
623+
serverPort: 5000
617624
serverAddress: 10.0.4.13
618625
cores: 4
619626
agents:
@@ -649,6 +656,7 @@ profiles:
649656
# Individual machine profiles for idna-amd-win
650657
idna-amd-win-app:
651658
variables:
659+
serverPort: 5000
652660
serverAddress: 10.0.4.15
653661
cores: 4
654662
agents:
@@ -684,6 +692,7 @@ profiles:
684692
# Individual machine profiles for idna-intel-lin
685693
idna-intel-lin-app:
686694
variables:
695+
serverPort: 5000
687696
serverAddress: 10.0.4.12
688697
cores: 4
689698
agents:
@@ -719,6 +728,7 @@ profiles:
719728
# Individual machine profiles for idna-intel-win
720729
idna-intel-win-app:
721730
variables:
731+
serverPort: 5000
722732
serverAddress: 10.0.4.14
723733
cores: 4
724734
agents:
@@ -759,6 +769,7 @@ profiles:
759769
# Individual machine profiles for cobalt-cloud-lin-client
760770
cobalt-cloud-lin-client-app:
761771
variables:
772+
serverPort: 5000
762773
serverAddress: 10.2.2.13
763774
cores: 16
764775
agents:
@@ -794,6 +805,7 @@ profiles:
794805
# Individual machine profiles for cobalt-cloud-lin-db
795806
cobalt-cloud-lin-db-app:
796807
variables:
808+
serverPort: 5000
797809
serverAddress: 10.2.2.14
798810
cores: 16
799811
agents:
@@ -829,6 +841,7 @@ profiles:
829841
# Individual machine profiles for cobalt-cloud-lin-server
830842
cobalt-cloud-lin-server-app:
831843
variables:
844+
serverPort: 5000
832845
serverAddress: 10.2.2.15
833846
cores: 16
834847
agents:
@@ -864,6 +877,7 @@ profiles:
864877
# Individual machine profiles for cobalt-cloud-lin-server-azure-linux3
865878
cobalt-cloud-lin-server-azure-linux3-app:
866879
variables:
880+
serverPort: 5000
867881
serverAddress: 10.2.2.16
868882
cores: 16
869883
agents:

0 commit comments

Comments
 (0)