File tree 2 files changed +21
-21
lines changed
2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ on: # yamllint disable-line rule:truthy
11
11
default : ' mpich'
12
12
required : false
13
13
type : string
14
- variant :
15
- description : ' Variant'
16
- default : ' '
17
- required : false
18
- type : string
19
14
version :
20
15
description : ' Version'
21
16
default : ' '
@@ -26,6 +21,11 @@ on: # yamllint disable-line rule:truthy
26
21
default : ' '
27
22
required : false
28
23
type : string
24
+ variant :
25
+ description : ' Build variant'
26
+ default : ' '
27
+ required : false
28
+ type : string
29
29
os-arch :
30
30
description : ' Target OS-Architecture'
31
31
default : ' '
@@ -39,14 +39,6 @@ on: # yamllint disable-line rule:truthy
39
39
type : choice
40
40
options :
41
41
- mpich
42
- variant :
43
- description : ' Variant'
44
- default : ' '
45
- type : choice
46
- options :
47
- - ' '
48
- - ofi
49
- - ucx
50
42
version :
51
43
description : ' Version'
52
44
default : ' '
@@ -57,6 +49,14 @@ on: # yamllint disable-line rule:truthy
57
49
default : ' '
58
50
required : false
59
51
type : string
52
+ variant :
53
+ description : ' Build variant'
54
+ default : ' '
55
+ type : choice
56
+ options :
57
+ - ' '
58
+ - ofi
59
+ - ucx
60
60
os-arch :
61
61
description : " Target OS-Architecture"
62
62
default : Linux-x86_64
Original file line number Diff line number Diff line change @@ -12,14 +12,6 @@ on: # yamllint disable-line rule:truthy
12
12
type : choice
13
13
options :
14
14
- mpich
15
- variant :
16
- description : ' Variant'
17
- default : ' '
18
- type : choice
19
- options :
20
- - ' '
21
- - ofi
22
- - ucx
23
15
version :
24
16
description : ' Version'
25
17
default : ' '
@@ -30,6 +22,14 @@ on: # yamllint disable-line rule:truthy
30
22
default : ' '
31
23
required : false
32
24
type : string
25
+ variant :
26
+ description : ' Build variant'
27
+ default : ' '
28
+ type : choice
29
+ options :
30
+ - ' '
31
+ - ofi
32
+ - ucx
33
33
os-arch :
34
34
description : " Target OS-Architecture"
35
35
default : all
You can’t perform that action at this time.
0 commit comments