mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Running Redis integration tests without grabpl (#63028)
This restores some changes from https://github.com/grafana/grafana/pull/61920 that were accidentally deleted.
This commit is contained in:
@@ -1142,7 +1142,8 @@ def redis_integration_tests_step():
|
||||
},
|
||||
"commands": [
|
||||
"dockerize -wait tcp://redis:6379/0 -timeout 120s",
|
||||
"./bin/grabpl integration-tests",
|
||||
"go clean -testcache",
|
||||
"go list './pkg/...' | xargs -I {} sh -c 'go test -run Integration -covermode=atomic -timeout=5m {}'",
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user