fix: Use bigger executor for test job (#3885)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
e5c45aeab6
commit
4a56fcdcab
|
@ -195,7 +195,7 @@ jobs:
|
||||||
- image: postgres
|
- image: postgres
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
resource_class: xlarge # use of a smaller executor tends crashes on link
|
resource_class: 2xlarge # use of a smaller executor tends crashes on link
|
||||||
environment:
|
environment:
|
||||||
# Disable incremental compilation to avoid overhead. We are not preserving these files anyway.
|
# Disable incremental compilation to avoid overhead. We are not preserving these files anyway.
|
||||||
CARGO_INCREMENTAL: "0"
|
CARGO_INCREMENTAL: "0"
|
||||||
|
@ -495,7 +495,6 @@ jobs:
|
||||||
docker build -t quay.io/influxdb/rust:$COMMIT_SHA -t quay.io/influxdb/rust:ci -f docker/Dockerfile.ci --build-arg RUST_VERSION=$RUST_VERSION .
|
docker build -t quay.io/influxdb/rust:$COMMIT_SHA -t quay.io/influxdb/rust:ci -f docker/Dockerfile.ci --build-arg RUST_VERSION=$RUST_VERSION .
|
||||||
docker push --all-tags quay.io/influxdb/rust
|
docker push --all-tags quay.io/influxdb/rust
|
||||||
|
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
ci_image:
|
ci_image:
|
||||||
description: "Trigger build of CI image"
|
description: "Trigger build of CI image"
|
||||||
|
|
Loading…
Reference in New Issue