google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Remove unittest.yml from ignorePaths

Open ohmayr opened this issue 11 months ago • 2 comments

Follow up on ".github/workflows/unittest.yml" in https://github.com/googleapis/google-cloud-python/blob/6e892e0aeac1975a3fd592bca1087c5c7e043ccc/renovate.json#L8-L10 is fixed.

ohmayr avatar Feb 18 '25 17:02 ohmayr

@ohmayr @parthea Could you provide more context?

vchudnov-g avatar Feb 21 '25 22:02 vchudnov-g

Renovate bot opened https://github.com/googleapis/google-cloud-python/pull/13533 to update .github/workflows/unittest.yml to use runs-on: ubuntu-24.04 instead of runs-on: ubuntu-22.04.

https://github.com/googleapis/google-cloud-python/blob/e69027ba879783942554924e6971ffa21e95bdba/.github/workflows/unittest.yml#L16-L19

As per the comment, this is blocked on https://github.com/googleapis/gapic-generator-python/issues/2303.

Until https://github.com/googleapis/gapic-generator-python/issues/2303 is fixed, .github/workflows/unittest.yml was added to ignorePaths in renovate.json to instruct renovate bot to ignore the path .github/workflows/unittest.yml when it proposes updates to dependencies.

A comment was added however it had to be removed because comments are not allowed in *.json.

parthea avatar Mar 02 '25 15:03 parthea