Skip to content

ci: increase the GCB timeout#6795

Merged
devbww merged 1 commit intogoogleapis:mainfrom
devbww:slow-test-polling
Jun 17, 2021
Merged

ci: increase the GCB timeout#6795
devbww merged 1 commit intogoogleapis:mainfrom
devbww:slow-test-polling

Conversation

@devbww
Copy link
Copy Markdown
Contributor

@devbww devbww commented Jun 16, 2021

We've been seeing some timeouts from the integration-daily
build since disabling CI-build test-result caching. This
should not be too surprising given that the slow Spanner
backup/instance tests and samples already take a good part
of the allotted 1h, and are subject to scheduling delays in
the backend. So, increase the timeout to 2h.

I couldn't, for the life of me, figure out how to parameterize
the timeout with a gcloud builds submit --substitutions=,
and chose not to move the value out to a --timeout= flag,
so this simply raises the limit for all builds. Alternative
ideas are welcomed.


This change is Reviewable

We've been seeing some timeouts from the `integration-daily`
build since disabling CI-build test-result caching.  This
should not be too surprising given that the slow Spanner
backup/instance tests and samples already take a good part
of the allotted 1h, and are subject to scheduling delays in
the backend.  So, increase the timeout to 2h.

I couldn't, for the life of me, figure out how to parameterize
the timeout with a `gcloud builds submit --substitutions=`,
and chose not to move the value out to a `--timeout=` flag,
so this simply raises the limit for all builds.  Alternative
ideas are welcomed.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 16, 2021
@google-cloud-cpp-bot
Copy link
Copy Markdown
Contributor

Google Cloud Build Logs
For commit: b7217da8ad0d01c11e2c780bf61fd6aecb63b12b

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 17, 2021

Codecov Report

Merging #6795 (b7217da) into main (9cd83cc) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6795      +/-   ##
==========================================
- Coverage   95.51%   95.51%   -0.01%     
==========================================
  Files        1257     1257              
  Lines      112769   112769              
==========================================
- Hits       107708   107706       -2     
- Misses       5061     5063       +2     
Impacted Files Coverage Δ
...le/cloud/internal/default_completion_queue_impl.cc 97.00% <0.00%> (-0.60%) ⬇️
...le/cloud/storage/internal/curl_download_request.cc 80.97% <0.00%> (-0.45%) ⬇️
google/cloud/spanner/samples/samples.cc 82.55% <0.00%> (-0.24%) ⬇️
.../spanner/benchmarks/multiple_rows_cpu_benchmark.cc 83.76% <0.00%> (+0.23%) ⬆️
google/cloud/bigtable/async_read_stream_test.cc 97.99% <0.00%> (+0.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9cd83cc...b7217da. Read the comment docs.

@devbww devbww marked this pull request as ready for review June 17, 2021 00:25
@devbww devbww requested a review from a team June 17, 2021 00:25
Copy link
Copy Markdown
Contributor

@devjgm devjgm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this way of doing it is fine and simple. LGTM. Thanks.

@devbww devbww merged commit 0bf4bb8 into googleapis:main Jun 17, 2021
@devbww devbww deleted the slow-test-polling branch June 17, 2021 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants