Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 54814f8

Browse files
authored
fix: set development status classifier to alpha (#2)
Fix the development status classifier to be consistent with 'alpha' in the README. Also fixes some docs related kokoro configs. The `docs/docs.cfg` job that is triggered by successfulrelease jobs was failing because `NOX_SESSION` was in the required env vars list.
1 parent 3abec21 commit 54814f8

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

.kokoro/docs/common.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ env_vars: {
3333
value: "docs-staging-v2"
3434
}
3535

36-
# It will upload the docker image after successful builds.
36+
# Don't update the docker image from this build
3737
env_vars: {
3838
key: "TRAMPOLINE_IMAGE_UPLOAD"
39-
value: "true"
39+
value: "false"
4040
}
4141

4242
# It will always build the docker image.

.kokoro/docs/docs-presubmit.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ env_vars: {
1010
value: "gcloud-python-test"
1111
}
1212

13-
# We only upload the image in the main `docs` build.
14-
env_vars: {
15-
key: "TRAMPOLINE_IMAGE_UPLOAD"
16-
value: "false"
17-
}
18-
1913
env_vars: {
2014
key: "TRAMPOLINE_BUILD_FILE"
2115
value: "github/python-compute/.kokoro/build.sh"

.kokoro/docs/docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/compute/",
55
"client_documentation": "https://googleapis.dev/python/compute/latest",
66
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
7-
"release_level": "beta",
7+
"release_level": "alpha",
88
"language": "python",
99
"repo": "googleapis/python-compute",
1010
"distribution_name": "google-cloud-compute",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
),
4747
python_requires=">=3.6",
4848
classifiers=[
49-
"Development Status :: 4 - Beta",
49+
"Development Status :: 3 - Alpha",
5050
"Intended Audience :: Developers",
5151
"Operating System :: OS Independent",
5252
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)