File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 {
33 "name" : " nvc" ,
44 "tags" : [
5- " 1.17 " ,
5+ " 1.18 " ,
66 " latest"
77 ],
88 "args" : [
9- " NVC_VERSION=1.17.1 "
9+ " NVC_VERSION=1.18.0 "
1010 ],
1111 "testScript" : " tests.sh"
1212 },
1313 {
1414 "name" : " nvc" ,
15- "tags" : " 1.16 " ,
15+ "tags" : " 1.17 " ,
1616 "args" : [
17- " NVC_VERSION=1.16 .2"
17+ " NVC_VERSION=1.17 .2"
1818 ],
1919 "testScript" : " tests.sh"
2020 },
2121 {
2222 "name" : " nvc" ,
23- "tags" : " 1.15 " ,
23+ "tags" : " 1.16 " ,
2424 "args" : [
25- " NVC_VERSION=1.15 .2"
25+ " NVC_VERSION=1.16 .2"
2626 ],
2727 "testScript" : " tests.sh"
2828 },
2929 {
3030 "name" : " nvc" ,
31- "tags" : " 1.14 " ,
31+ "tags" : " 1.15 " ,
3232 "args" : [
33- " NVC_VERSION=1.14 .2"
33+ " NVC_VERSION=1.15 .2"
3434 ],
3535 "testScript" : " tests.sh"
3636 },
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ testDesign () {
4242
4343# Choose test depending on the given tag of the container/image.
4444case $1 in
45+ 1.18)
46+ testExe $1
47+ testDesign $1 ;;
4548 1.17)
4649 testExe $1
4750 testDesign $1 ;;
@@ -51,9 +54,6 @@ case $1 in
5154 1.15)
5255 testExe $1
5356 testDesign $1 ;;
54- 1.14)
55- testExe $1
56- testDesign $1 ;;
5757 master)
5858 testMasterExe
5959 testDesign $1 ;;
You can’t perform that action at this time.
0 commit comments