Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Utilize gcp-metadata's GCP Residency Check #1513

Merged
merged 14 commits into from
Jun 29, 2023

Conversation

danielbankhead
Copy link
Member

Removes 1 network call for workloads running on GCP 🦕

Removes 1 network check for workloads running on GCP
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jan 12, 2023
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Jan 12, 2023
@danielbankhead danielbankhead marked this pull request as ready for review June 28, 2023 22:12
@danielbankhead danielbankhead requested review from a team as code owners June 28, 2023 22:12
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Jun 28, 2023
scope.done();
});

it('_checkIsGCE should not set the _isGCE flag when not running on GCE', async () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

These tests are effectively just testing gcp-metadata, which already has these tests.

@danielbankhead danielbankhead merged commit 43377ac into main Jun 29, 2023
14 checks passed
@danielbankhead danielbankhead deleted the utilize-gcp-metadata-residency-check branch June 29, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants