mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 00:27:04 +00:00
Bump up compatibility test runner (#19081)
This commit is contained in:
parent
079c9d6927
commit
ca4ff6ba1d
6
.github/workflows/test-integrations.yml
vendored
6
.github/workflows/test-integrations.yml
vendored
@ -375,7 +375,7 @@ jobs:
|
|||||||
run: datadog-ci junit upload --service "$GITHUB_REPOSITORY" $TEST_RESULTS_DIR/results.xml
|
run: datadog-ci junit upload --service "$GITHUB_REPOSITORY" $TEST_RESULTS_DIR/results.xml
|
||||||
|
|
||||||
compatibility-integration-test:
|
compatibility-integration-test:
|
||||||
runs-on: ${{ fromJSON(needs.setup.outputs.compute-large) }}
|
runs-on: ${{ fromJSON(needs.setup.outputs.compute-xl) }} # NOTE: do not change without tuning the -p and -parallel flags in go test.
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
- dev-build
|
- dev-build
|
||||||
@ -431,11 +431,13 @@ jobs:
|
|||||||
docker run --rm ${{ env.CONSUL_LATEST_IMAGE_NAME }}:local consul version
|
docker run --rm ${{ env.CONSUL_LATEST_IMAGE_NAME }}:local consul version
|
||||||
go run gotest.tools/gotestsum@v${{env.GOTESTSUM_VERSION}} \
|
go run gotest.tools/gotestsum@v${{env.GOTESTSUM_VERSION}} \
|
||||||
--raw-command \
|
--raw-command \
|
||||||
--format=standard-verbose \
|
--format=pkgname-and-test-fails \
|
||||||
--debug \
|
--debug \
|
||||||
--rerun-fails=3 \
|
--rerun-fails=3 \
|
||||||
-- \
|
-- \
|
||||||
go test \
|
go test \
|
||||||
|
-p=6 \
|
||||||
|
-parallel=4 \
|
||||||
-tags "${{ env.GOTAGS }}" \
|
-tags "${{ env.GOTAGS }}" \
|
||||||
-timeout=30m \
|
-timeout=30m \
|
||||||
-json \
|
-json \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user