[9.4.x] CI: Running Redis integration tests without grabpl (#63028) (#63074)

This restores some changes from
https://github.com/grafana/grafana/pull/61920 that were accidentally
deleted.

(cherry picked from commit 2804acd264)
This commit is contained in:
Horst Gutmann
2023-02-08 04:35:40 -05:00
committed by GitHub
parent 87497a1afc
commit 23ac2de4d3
2 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -1099,7 +1099,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 {}'",
],
}