File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
version : v1.0
2
2
name : terraform-provider-ovh-testacc
3
+ parameters :
4
+ testargs :
5
+ type : string
6
+ description : additional testargs
7
+
3
8
jobs :
4
9
- job : checks
5
10
steps :
21
26
- name : Run acceptance tests
22
27
script : |
23
28
#!/usr/bin/env bash
24
- make testacc TESTARGS="-parallel=1"
29
+ make testacc TESTARGS="-parallel=1 ${CDS_PIP_TESTARGS} "
25
30
26
31
- name : Run post sweepers
27
32
script : |
Original file line number Diff line number Diff line change
1
+ ---
2
+ version : v1.0
3
+ name : terraform-provider-ovh
4
+ description : |
5
+ Empty pipeline to use as root node for the workflow allowing the use of parameters from the UI
6
+ parameters :
7
+ testargs :
8
+ type : string
9
+ default : " "
10
+ description : additional testacc arguments
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ workflow:
4
4
5
5
terraform-provider-ovh :
6
6
application : terraform-provider-ovh
7
+ pipeline : terraform-provider-ovh
8
+ parameters :
9
+ testargs : " "
7
10
8
11
terraform-provider-ovh-check :
9
12
pipeline : terraform-provider-ovh-check
@@ -24,6 +27,8 @@ workflow:
24
27
one_at_a_time : true
25
28
application : terraform-provider-ovh
26
29
environment : acctests
30
+ parameters :
31
+ testargs : " {{ .workflow.terraform-provider-ovh.pip.testargs }}"
27
32
depends_on :
28
33
- terraform-provider-ovh-check
29
34
You can’t perform that action at this time.
0 commit comments