Skip to content

Commit 73cb421

Browse files
committed
Update to latest Ubuntu image for testing
1 parent ed9c16d commit 73cb421

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

pipelines/azure-tests.yaml

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
name: tests
2-
32
variables:
4-
- group: unittest-samples
5-
6-
trigger: ["*"]
7-
pr: ["*"]
8-
3+
- group: unittest-samples
4+
trigger:
5+
- '*'
6+
pr:
7+
- '*'
98
pool:
10-
vmImage: "ubuntu-20.04"
11-
9+
vmImage: ubuntu-latest
1210
resources:
1311
repositories:
14-
- repository: PipelineTemplates
15-
type: github
16-
name: CybercentreCanada/assemblyline-pipeline-templates
17-
ref: refs/heads/main
18-
endpoint: github-repo-sa
19-
trigger: none
20-
- repository: unittest-samples
21-
type: github
22-
name: $(unittest_samples_repository)
23-
ref: main
24-
endpoint: github-repo-sa
25-
trigger: none
26-
12+
- repository: PipelineTemplates
13+
type: github
14+
name: CybercentreCanada/assemblyline-pipeline-templates
15+
ref: refs/heads/main
16+
endpoint: github-repo-sa
17+
trigger: none
18+
- repository: unittest-samples
19+
type: github
20+
name: $(unittest_samples_repository)
21+
ref: main
22+
endpoint: github-repo-sa
23+
trigger: none
2724
extends:
2825
template: stages/test-service.yaml@PipelineTemplates
2926
parameters:
3027
samples_repo: unittest-samples
31-
test_container: "true"
28+
test_container: 'true'

0 commit comments

Comments
 (0)