Katie McLaughlin

Results 276 comments of Katie McLaughlin

closing unaddressed `flaky-bot:flaky` issues, see go/flakybot-bankruptcy

dataflow/run-inference failing on https://github.com/GoogleCloudPlatform/python-docs-samples/pull/13150#issuecomment-2731459407

Py3.10 failing for unrelated reasons on `dataflow/run-inference`, `people-and-planet-ai/image-classification`. Py 3.9 and 3.12 failing for `generative_ai/evaluation`, `generative_ai/model_tuning` due to `ModuleNotFoundError: No module named 'sklearn' `

Can you please provide your `pip list` to understand which packages you're using, to identify if that is related? Thank you in advance.

Due to the age of this PR, it needs to be rebased to get Python 3.13 tests to start.

Thanks for the report! As a workaround, you can `mv requirements.in requirements.txt`, which will install the requirements as expected later in the process.

Some recent issues: ``` TestSamples/2/workflows: Error 400: Workflows service agent does not exist TestSamples/1/mesh: Error 403: Kubernetes Engine API is not enabled for this project. TestSamples/1/provision_region: Fail to encrypt dek...

Based on the log output, you're running this on either Cloud Run or Cloud Functions. The default resources on these services will be less than a dedicated environment like (presumably...

Example remaining folders: looker/ et al contains test.yaml files, so samples are validated but not executed (slight increase to CI exec time) functions/ contains reference code (.js, package.json), so samples...

@apeabody confirming your intent on 669, this comment was added to the code: > Remove leaf folders without changes or non-tf resources Do you intend to always test samples with...