File tree Expand file tree Collapse file tree 1 file changed +19
-22
lines changed
Expand file tree Collapse file tree 1 file changed +19
-22
lines changed Original file line number Diff line number Diff line change 11name : tests
2-
32variables :
4- - group : unittest-samples
5-
6- trigger : ["*"]
7- pr : ["*"]
8-
3+ - group : unittest-samples
4+ trigger :
5+ - ' * '
6+ pr :
7+ - ' * '
98pool :
10- vmImage : " ubuntu-20.04"
11-
9+ vmImage : ubuntu-latest
1210resources :
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
2724extends :
2825 template : stages/test-service.yaml@PipelineTemplates
2926 parameters :
3027 samples_repo : unittest-samples
31- test_container : " true"
28+ test_container : ' true'
You can’t perform that action at this time.
0 commit comments