Skip to content

Commit

Permalink
fix: set development status classifier to alpha (#2)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
busunkim96 authored Jan 20, 2021
1 parent 79055a3 commit a5d8adf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-compute/.kokoro/docs/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ env_vars: {
value: "docs-staging-v2"
}

# It will upload the docker image after successful builds.
# Don't update the docker image from this build
env_vars: {
key: "TRAMPOLINE_IMAGE_UPLOAD"
value: "true"
value: "false"
}

# It will always build the docker image.
Expand Down
6 changes: 0 additions & 6 deletions packages/google-cloud-compute/.kokoro/docs/docs-presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ env_vars: {
value: "gcloud-python-test"
}

# We only upload the image in the main `docs` build.
env_vars: {
key: "TRAMPOLINE_IMAGE_UPLOAD"
value: "false"
}

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/python-compute/.kokoro/build.sh"
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/.kokoro/docs/docs.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Format: //devtools/kokoro/config/proto/build.proto
# Format: //devtools/kokoro/config/proto/build.proto
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/compute/",
"client_documentation": "https://googleapis.dev/python/compute/latest",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
"release_level": "beta",
"release_level": "alpha",
"language": "python",
"repo": "googleapis/python-compute",
"distribution_name": "google-cloud-compute",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
),
python_requires=">=3.6",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit a5d8adf

Please sign in to comment.