Skip to content

test: Improve Kitchen Test Logging #1914

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

Merged
merged 5 commits into from
Jan 22, 2025
Merged

test: Improve Kitchen Test Logging #1914

merged 5 commits into from
Jan 22, 2025

Conversation

d-goog
Copy link
Collaborator

@d-goog d-goog commented Jan 22, 2025

  • Adds missing STDERR logging for improved debugging, which was missing for a while
  • Removes execa, as it is unneeded and outdated

🦕

- Adds missing STDERR logging for improved debugging, which was missing for a while
- Removes `execa`, as it is unneeded and outdated
@d-goog d-goog requested review from a team as code owners January 22, 2025 00:44
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Jan 22, 2025
Copy link

Warning: This pull request is touching the following templated files:

@@ -1041,19 +1041,19 @@ class CustomSupplier implements SubjectTokenSupplier {
}

const clientOptions = {
audience: '//iam.googleapis.com/locations/global/workforcePools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID', // Set the GCP audience.
audience: '//iam.googleapis.com/locations/global/workforcePools/$WORKFORCE_POOL_ID/providers/$PROVIDER_ID', // Set the GCP audience.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unrelated; looks like the generator didn't run last time for some reason (likely the owlbot forked PR limitation). This is safe to merge.

@d-goog d-goog merged commit f08cd65 into main Jan 22, 2025
18 checks passed
@d-goog d-goog deleted the kitchen-sink-cleanup branch January 22, 2025 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants