Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit d45bb99

Browse files
authored
test: update generate-docs for multi-version (#184)
* test: update generate-docs for multi-version * test: increase build timeout
1 parent 3870595 commit d45bb99

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.kokoro/docs/common.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3+
# Timeout set to 120 hours to support for all tags for each library being
4+
# generated.
5+
timeout_mins: 7200
6+
37
# Build logs will be here
48
action {
59
define_artifacts {

.kokoro/generate-docs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ for bucket_item in $(gsutil ls 'gs://docs-staging-v2/docfx-python*' | sort -u -t
7272
fi
7373

7474
for tag in ${GITHUB_TAGS}; do
75+
# Ensure noxfile.py is reverted so merge conflicts do not occur.
76+
git restore "noxfile.py"
7577
git checkout ${tag}
7678

7779
# Use the latest noxfile for all tags.

0 commit comments

Comments
 (0)