We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ab740 commit 17f8abcCopy full SHA for 17f8abc
.github/workflows/test-build-deploy.yml
@@ -148,7 +148,7 @@ jobs:
148
export CORTEX_IMAGE="${CORTEX_IMAGE_PREFIX}cortex:$IMAGE_TAG"
149
export CORTEX_CHECKOUT_DIR="/go/src/github.com/cortexproject/cortex"
150
echo "Running integration tests with image: $CORTEX_IMAGE"
151
- go test -tags=requires_docker -timeout 1800s -v -count=1 ./integration/...
+ go test -tags=requires_docker -timeout 2400s -v -count=1 ./integration/...
152
env:
153
IMAGE_PREFIX: ${{ secrets.IMAGE_PREFIX }}
154
SECURITY.md
@@ -81,4 +81,6 @@ and also to the list below.
81
82
### Members of the list
83
84
-Members of the list are listed below:
+Members of the list are listed below:
85
+- Cortex Maintainers
86
+- AWS Security Announce (email private)
0 commit comments