File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -66,26 +66,26 @@ jobs:
66
66
fail-fast : false # Let all versions run, even if one fails
67
67
matrix :
68
68
# OSS tests, run on all versions
69
- version : ['11.0 .0', '10.4.3', '9.5.18']
69
+ version : ['11.6 .0', '10.4.3', '9.5.18']
70
70
type : ['oss']
71
71
subset : ['basic', 'other', 'long']
72
72
include :
73
- - version : ' 11.0 .0'
73
+ - version : ' 11.6 .0'
74
74
type : ' oss'
75
75
subset : examples
76
76
# TLS proxy tests, run only on latest version
77
- - version : ' 11.0 .0'
77
+ - version : ' 11.6 .0'
78
78
type : ' tls'
79
79
subset : ' basic'
80
80
# Sub-path tests. Runs tests on localhost:3000/grafana/
81
- - version : ' 11.0 .0'
81
+ - version : ' 11.6 .0'
82
82
type : ' subpath'
83
83
subset : ' basic'
84
- - version : ' 11.0 .0'
84
+ - version : ' 11.6 .0'
85
85
type : ' subpath'
86
86
subset : ' other'
87
87
# Enterprise tests
88
- - version : ' 11.0 .0'
88
+ - version : ' 11.6 .0'
89
89
type : ' enterprise'
90
90
subset : ' enterprise'
91
91
- version : ' 10.4.3'
95
95
type : ' enterprise'
96
96
subset : ' enterprise'
97
97
# Generate tests
98
- - version : ' 11.0 .0'
98
+ - version : ' 11.6 .0'
99
99
type : ' enterprise'
100
100
subset : ' generate'
101
101
- version : ' 10.4.3'
Original file line number Diff line number Diff line change 1
- GRAFANA_VERSION ?= 11.0 .0
1
+ GRAFANA_VERSION ?= 11.6 .0
2
2
DOCKER_COMPOSE_ARGS ?= --force-recreate --detach --remove-orphans --wait --renew-anon-volumes
3
3
4
4
testacc :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func TestAccExamples(t *testing.T) {
29
29
{
30
30
category : "Alerting" ,
31
31
testCheck : func (t * testing.T , filename string ) {
32
- testutils .CheckOSSTestsEnabled (t , ">=11.0 .0" ) // Only run on latest OSS version. The examples should be updated to reflect their latest working config.
32
+ testutils .CheckOSSTestsEnabled (t , ">=11.6 .0" ) // Only run on latest OSS version. The examples should be updated to reflect their latest working config.
33
33
},
34
34
},
35
35
{
@@ -76,7 +76,7 @@ func TestAccExamples(t *testing.T) {
76
76
// format of team LBAC rules"}
77
77
t .Skip ()
78
78
} else {
79
- testutils .CheckEnterpriseTestsEnabled (t , ">=11.0 .0" ) // Only run on latest version
79
+ testutils .CheckEnterpriseTestsEnabled (t , ">=11.6 .0" ) // Only run on latest version
80
80
}
81
81
},
82
82
},
You can’t perform that action at this time.
0 commit comments