Skip to content

Commit b63bd74

Browse files
committed
pr validation pipelines
1 parent aba5016 commit b63bd74

3 files changed

Lines changed: 5 additions & 24 deletions

File tree

azure-pipelines/pr-validation/pr-validation-auth.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pr:
4545

4646
variables:
4747
- name: appName
48-
value: 'AuthorizationAPI'
48+
value: 'Auth'
4949
- name: System.Debug
5050
value: 'false'
5151

@@ -74,22 +74,3 @@ stages:
7474
acrRegistryUrl: 'acrsharedd01.azurecr.io'
7575
acrServiceConnection: 'Azure_ACR_Connection'
7676
workingDirectoryForDocker: '$(System.DefaultWorkingDirectory)/src'
77-
78-
- template: ../templates/build-test-scan-jobs.yml
79-
parameters:
80-
JobName: 'Build_Test_Scan_${{ variables.appName }}'
81-
solution: '$(System.DefaultWorkingDirectory)/EventTriangleAPI.sln'
82-
buildConfiguration: 'Release'
83-
backendProjectPath: '$(System.DefaultWorkingDirectory)/src/authorization/EventTriangleAPI.Authorization.Presentation'
84-
shouldRunUnitTests: false
85-
shouldRunIntegrationTests: true
86-
integrationTestsProjectPath: '$(System.DefaultWorkingDirectory)/src/authorization/EventTriangleAPI.Authorization.IntegrationTests/EventTriangleAPI.Authorization.IntegrationTests.csproj'
87-
dockerRegistryUrl: 'docker.io/kaminome'
88-
dockerBuildParameterUrl: 'https://auth-eventtriangle.razumovsky.me/'
89-
imageRepository: 'auth-service'
90-
dockerfilePath: '$(System.DefaultWorkingDirectory)/src/authorization/Dockerfile'
91-
dockerServiceConnection: 'Docker_Hub_Connection'
92-
shouldPushToAcr: true
93-
acrRegistryUrl: 'acrsharedd01.azurecr.io'
94-
acrServiceConnection: 'Azure_ACR_Connection'
95-
workingDirectoryForDocker: '$(System.DefaultWorkingDirectory)/src'

azure-pipelines/pr-validation/pr-validation-consumer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pr:
4545

4646
variables:
4747
- name: appName
48-
value: 'ConsumerAPI'
48+
value: 'Consumer'
4949
- name: System.Debug
5050
value: 'false'
5151

@@ -58,7 +58,7 @@ stages:
5858
jobs:
5959
- template: ../templates/docker-build-push-jobs.yml
6060
parameters:
61-
JobName: 'PR_Validation_${{ variables.appName }}'
61+
JobName: 'Docker_Push_${{ variables.appName }}'
6262
solution: '$(System.DefaultWorkingDirectory)/EventTriangleAPI.sln'
6363
buildConfiguration: 'Release'
6464
backendProjectPath: '$(System.DefaultWorkingDirectory)/src/consumer/EventTriangleAPI.Consumer.Presentation'

azure-pipelines/pr-validation/pr-validation-sender.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pr:
4545

4646
variables:
4747
- name: appName
48-
value: 'SenderAPI'
48+
value: 'Sender'
4949
- name: System.Debug
5050
value: 'false'
5151

@@ -58,7 +58,7 @@ stages:
5858
jobs:
5959
- template: ../templates/docker-build-push-jobs.yml
6060
parameters:
61-
JobName: 'PR_Validation_${{ variables.appName }}'
61+
JobName: 'Docker_Push_${{ variables.appName }}'
6262
solution: '$(System.DefaultWorkingDirectory)/EventTriangleAPI.sln'
6363
buildConfiguration: 'Release'
6464
backendProjectPath: '$(System.DefaultWorkingDirectory)/src/sender/EventTriangleAPI.Sender.Presentation'

0 commit comments

Comments
 (0)