googleapis / java-shared-config

Shared Maven build configuration for Google Cloud Java client libraries.
Apache License 2.0
19 stars 15 forks source link

chore: pin autovalue temporarily and delete guava rule. #800

Closed zhumin8 closed 4 months ago

zhumin8 commented 4 months ago

disable renovate bot from updating autovalue temporarily. current autovalue version is 1.10.4 (here)

This is for lts 7, and I will manually remove this disable later.

remove renovate config for guava as there is no guava version setup in this repo, instead, it is updated in sdk-platform-java here.

generated-files-bot[bot] commented 4 months ago

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

zhumin8 commented 4 months ago

/gcbrun

zhumin8 commented 4 months ago

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

  • renovate.json

Looks like renovate.json is excluded in https://github.com/googleapis/java-shared-config/blob/087d625231f57d183e325fc1c73c8a96bdeaf4de/owlbot.py#L32

lqiu96 commented 4 months ago

/gcbrun

lqiu96 commented 4 months ago

Error for graalvm CI:

Step #0 - "graalvm-a-build": Step 8/10 : RUN yum -y install terraform
Step #0 - "graalvm-a-build":  ---> Running in 9b2ba3508f68
Step #0 - "graalvm-a-build": Loaded plugins: ovl
Step #0 - "graalvm-a-build": No package terraform available.
Step #0 - "graalvm-a-build": Error: Nothing to do
Step #0 - "graalvm-a-build": The command '/bin/sh -c yum -y install terraform' returned a non-zero code: 1

I think this was resolved in https://github.com/googleapis/java-shared-config/pull/806. Can you pull it in and re-run the CI?