CI: Remove grabpl integration-tests (#61920)

These tests can also be run without it.
This commit is contained in:
Horst Gutmann
2023-01-23 16:00:31 +01:00
committed by GitHub
parent 8ddedf475b
commit 739fcf1796
2 changed files with 17 additions and 7 deletions
+4 -2
View File
@@ -943,7 +943,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 {}'",
],
}
@@ -958,7 +959,8 @@ def memcached_integration_tests_step():
},
'commands': [
'dockerize -wait tcp://memcached:11211 -timeout 120s',
'./bin/grabpl integration-tests',
'go clean -testcache',
"go list './pkg/...' | xargs -I {} sh -c 'go test -run Integration -covermode=atomic -timeout=5m {}'",
],
}