Skip to content
Snippets Groups Projects
Commit ee75d1bc authored by Aman Verma's avatar Aman Verma
Browse files

using VM image instead of agent pool

parent 2fc61ef1
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ stages:
jobs:
- deployment: PublishImages
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
environment: ${{ environment }}
strategy:
runOnce:
......
......@@ -41,7 +41,7 @@ stages:
- job: Build_Test_Copy_Publish
displayName: Perform Maven build and unit test / code coverage
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
demands: maven
workspace:
clean: all
......
......@@ -37,7 +37,7 @@ stages:
jobs:
- deployment: Deploy
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
environment: ${{ environment }}
strategy:
runOnce:
......
......@@ -34,7 +34,7 @@ stages:
jobs:
- deployment: Deploy
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
environment: ${{ environment }}
strategy:
runOnce:
......
......@@ -30,7 +30,7 @@ stages:
- job: Build_Dags
displayName: Build and output dags
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
steps:
- task: AzureCLI@1
displayName: Execute docker
......
......@@ -27,7 +27,7 @@ stages:
- job: Copy_Dags
displayName: Copy Dag files to Azure file share
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
steps:
- task: DownloadPipelineArtifact@2
displayName: Download Dag files
......
......@@ -27,7 +27,7 @@ stages:
- job: Execute_End_to_End_Tests
displayName: Execute End to End Test Cases
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
steps:
- task: DownloadPipelineArtifact@2
displayName: Download Dag files
......
......@@ -27,7 +27,7 @@ stages:
- job: Execute_Standalone_Tests
displayName: Execute Standalone Test Cases
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
steps:
- task: AzureCLI@1
......
......@@ -26,7 +26,7 @@ stages:
- job: Register_Dags
displayName: Register the Dag with Workflow Service
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
steps:
- task: DownloadPipelineArtifact@2
displayName: Download Dag files
......
......@@ -49,7 +49,7 @@ stages:
jobs:
- deployment: Deploy
pool:
name: $(AGENT_POOL)
vmImage: 'ubuntu-latest'
demands:
- maven
environment: ${{ environment }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment