Skip to content

Added MVC jobs for cobalt cloud runs. #2097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 41 additions & 10 deletions build/benchmarks-ci-azure-eastus2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,40 @@ jobs:

# GROUP 6

- job: Trends_Database_Cobalt_Cloud_Linux_AL3
displayName: 6- Trends Database Cobalt Cloud Linux AL3
- job: Mvc_Cobalt_Cloud_Linux
displayName: 6- Mvc Cobalt Cloud Linux
pool: server
timeoutInMinutes: 120
dependsOn: [Containers_Cobalt_Cloud_Linux]
condition: succeededOrFailed()
steps:
- template: mvc-scenarios.yml
parameters:
connection: ASPNET Benchmarks Service Bus
serviceBusQueueName: cobaltcloud
serviceBusNamespace: aspnetbenchmarks
arguments: "$(ciProfile) --profile cobalt-cloud-lin "

# GROUP 7

- job: Trends_Database_Cobalt_Cloud_Linux_AL3
displayName: 7- Trends Database Cobalt Cloud Linux AL3
pool: server
timeoutInMinutes: 120
dependsOn: [Mvc_Cobalt_Cloud_Linux]
condition: succeededOrFailed()
steps:
- template: trend-database-scenarios.yml
parameters:
connection: ASPNET Benchmarks Service Bus
serviceBusQueueName: cobaltcloud
serviceBusNamespace: aspnetbenchmarks
arguments: "$(ciProfile) --profile cobalt-cloud-lin-al3 "

# GROUP 7
# GROUP 8

- job: Trends_Cobalt_Cloud_Linux_AL3
displayName: 7- Trends Cobalt Cloud Linux AL3
displayName: 8- Trends Cobalt Cloud Linux AL3
pool: server
timeoutInMinutes: 120
dependsOn: [Trends_Database_Cobalt_Cloud_Linux_AL3]
Expand All @@ -141,10 +157,10 @@ jobs:
serviceBusNamespace: aspnetbenchmarks
arguments: "$(ciProfile) --profile cobalt-cloud-lin-al3 "

# GROUP 8
# GROUP 9

- job: Baselines_Database_Cobalt_Cloud_Linux_AL3
displayName: 8- Baselines Database Cobalt Cloud Linux AL3
displayName: 9- Baselines Database Cobalt Cloud Linux AL3
pool: server
timeoutInMinutes: 120
dependsOn: [Trends_Cobalt_Cloud_Linux_AL3]
Expand All @@ -157,10 +173,10 @@ jobs:
serviceBusNamespace: aspnetbenchmarks
arguments: "$(ciProfile) --profile cobalt-cloud-lin-al3 "

# GROUP 9
# GROUP 10

- job: Baselines_Cobalt_Cloud_Linux_AL3
displayName: 9- Baselines Cobalt Cloud Linux AL3
displayName: 10- Baselines Cobalt Cloud Linux AL3
pool: server
timeoutInMinutes: 120
dependsOn: [Baselines_Database_Cobalt_Cloud_Linux_AL3]
Expand All @@ -173,10 +189,10 @@ jobs:
serviceBusNamespace: aspnetbenchmarks
arguments: "$(ciProfile) --profile cobalt-cloud-lin-al3 "

# GROUP 10
# GROUP 11

- job: Containers_Cobalt_Cloud_Linux_AL3
displayName: 10- Containers Cobalt Cloud Linux AL3
displayName: 11- Containers Cobalt Cloud Linux AL3
pool: server
timeoutInMinutes: 120
dependsOn: [Baselines_Cobalt_Cloud_Linux_AL3]
Expand All @@ -189,4 +205,19 @@ jobs:
serviceBusNamespace: aspnetbenchmarks
arguments: "$(ciProfile) --profile cobalt-cloud-lin-al3 "

# GROUP 12

- job: Mvc_Cobalt_Cloud_Linux_AL3
displayName: 12- Mvc Cobalt Cloud Linux AL3
pool: server
timeoutInMinutes: 120
dependsOn: [Containers_Cobalt_Cloud_Linux_AL3]
condition: succeededOrFailed()
steps:
- template: mvc-scenarios.yml
parameters:
connection: ASPNET Benchmarks Service Bus
serviceBusQueueName: cobaltcloud
serviceBusNamespace: aspnetbenchmarks
arguments: "$(ciProfile) --profile cobalt-cloud-lin-al3 "

28 changes: 20 additions & 8 deletions build/benchmarks.matrix.azure.eastus2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,16 @@ groups:
- cobalt-cloud-lin

- jobs:
- name: Containers Cobalt Cloud Linux
template: containers-scenarios.yml
profiles:
- cobalt-cloud-lin
- name: Containers Cobalt Cloud Linux
template: containers-scenarios.yml
profiles:
- cobalt-cloud-lin

- jobs:
- name: Mvc Cobalt Cloud Linux
template: mvc-scenarios.yml
profiles:
- cobalt-cloud-lin

- jobs:
- name: Trends Database Cobalt Cloud Linux AL3
Expand All @@ -62,7 +68,13 @@ groups:
- cobalt-cloud-lin-al3

- jobs:
- name: Containers Cobalt Cloud Linux AL3
template: containers-scenarios.yml
profiles:
- cobalt-cloud-lin-al3
- name: Containers Cobalt Cloud Linux AL3
template: containers-scenarios.yml
profiles:
- cobalt-cloud-lin-al3

- jobs:
- name: Mvc Cobalt Cloud Linux AL3
template: mvc-scenarios.yml
profiles:
- cobalt-cloud-lin-al3
Loading