Skip to content

ci: update cloudbuild configuration post v3 merge#15984

Merged
scotthart merged 3 commits intogoogleapis:mainfrom
scotthart:v3_cloudbuild_fixes
Feb 18, 2026
Merged

ci: update cloudbuild configuration post v3 merge#15984
scotthart merged 3 commits intogoogleapis:mainfrom
scotthart:v3_cloudbuild_fixes

Conversation

@scotthart
Copy link
Member

@scotthart scotthart commented Feb 18, 2026

This change is Reviewable

@gemini-code-assist
Copy link

Summary of Changes

Hello @scotthart, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request streamlines the continuous integration process by updating the build environments in Dockerfiles to use more controlled, source-built dependencies for critical libraries. Concurrently, it reconfigures all CI/CD triggers to align with the main development branch, ensuring that automated builds and tests are executed against the correct codebase. These changes enhance build reliability and maintain consistency across the project's development lifecycle.

Highlights

  • Dependency Updates in Dockerfiles: Several Dockerfiles (demo-debian-bookworm.Dockerfile, demo-ubuntu-24.04.Dockerfile) have been updated to build core dependencies like Protobuf, gRPC, c-ares, and RE2 from source instead of relying on apt-get packages. This provides more control over dependency versions.
  • CI Trigger Configuration Alignment: All Cloud Build CI/CD triggers have been updated to target the main branch instead of prepare-for-v3.0.0, and their names have been simplified by removing the prepare-for-v3-0-0- prefix. This reflects a shift in the primary development branch.
  • New CMake Option for CType Cord Workaround: A new CMake option, GOOGLE_CLOUD_CPP_ENABLE_CTYPE_CORD_WORKAROUND, has been introduced and enabled by default in demo build scripts and documentation. This provides a mechanism to control a specific workaround related to ctype cords.
Changelog
  • ci/cloudbuild/builds/demo-install.sh
    • Added GOOGLE_CLOUD_CPP_ENABLE_CTYPE_CORD_WORKAROUND CMake option.
  • ci/cloudbuild/dockerfiles/demo-debian-bookworm.Dockerfile
    • Removed libabsl-dev, libprotobuf-dev, protobuf-compiler, libgrpc++-dev, libgrpc-dev, protobuf-compiler-grpc from apt-get install.
    • Added build steps for Protobuf from source (v33.1).
    • Added build steps for c-ares from source (cares-1_17_1).
    • Added build steps for RE2 from source (2025-07-22).
    • Added build steps for gRPC from source (v1.76.0).
    • Set ENV DEMO_CORD_WORKAROUND=OFF.
  • ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile
    • Removed libabsl-dev, libgrpc++-dev, protobuf-compiler-grpc, libprotobuf-dev, protobuf-compiler from apt-get install.
    • Added zlib1g-dev and libsystemd-dev to apt-get install.
    • Added build steps for Protobuf from source (v33.1).
    • Added build steps for c-ares from source (cares-1_17_1).
    • Added build steps for RE2 from source (2025-07-22).
    • Added build steps for gRPC from source (v1.76.0).
    • Set ENV DEMO_CORD_WORKAROUND=OFF.
  • ci/cloudbuild/triggers/asan-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-asan-ci to asan-ci.
  • ci/cloudbuild/triggers/asan-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-asan-pr to asan-pr.
  • ci/cloudbuild/triggers/bazel-oldest-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-bazel-oldest-ci to bazel-oldest-ci.
  • ci/cloudbuild/triggers/bazel-oldest-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-bazel-oldest-pr to bazel-oldest-pr.
  • ci/cloudbuild/triggers/bazel-otel-abi-2-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-bazel-otel-abi-2-ci to bazel-otel-abi-2-ci.
  • ci/cloudbuild/triggers/bazel-otel-abi-2-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-bazel-otel-abi-2-pr to bazel-otel-abi-2-pr.
  • ci/cloudbuild/triggers/bazel-targets-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-bazel-targets-ci to bazel-targets-ci.
  • ci/cloudbuild/triggers/bazel-targets-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-bazel-targets-pr to bazel-targets-pr.
  • ci/cloudbuild/triggers/check-api-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-check-api-ci to check-api-ci.
  • ci/cloudbuild/triggers/check-api-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-check-api-pr to check-api-pr.
  • ci/cloudbuild/triggers/checkers-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-checkers-ci to checkers-ci.
  • ci/cloudbuild/triggers/checkers-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-checkers-pr to checkers-pr.
  • ci/cloudbuild/triggers/clang-14-0-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-14-0-ci to clang-14-0-ci.
  • ci/cloudbuild/triggers/clang-14-0-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-14-0-pr to clang-14-0-pr.
  • ci/cloudbuild/triggers/clang-cxx20-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-cxx20-ci to clang-cxx20-ci.
  • ci/cloudbuild/triggers/clang-cxx20-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-cxx20-pr to clang-cxx20-pr.
  • ci/cloudbuild/triggers/clang-tidy-bigquery-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-bigquery-ci to clang-tidy-bigquery-ci.
  • ci/cloudbuild/triggers/clang-tidy-bigquery-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-bigquery-pr to clang-tidy-bigquery-pr.
  • ci/cloudbuild/triggers/clang-tidy-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-ci to clang-tidy-ci.
  • ci/cloudbuild/triggers/clang-tidy-compute.yaml
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-compute to clang-tidy-compute.
  • ci/cloudbuild/triggers/clang-tidy-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-pr to clang-tidy-pr.
  • ci/cloudbuild/triggers/clang-tidy-pubsub-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-pubsub-ci to clang-tidy-pubsub-ci.
  • ci/cloudbuild/triggers/clang-tidy-pubsub-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-pubsub-pr to clang-tidy-pubsub-pr.
  • ci/cloudbuild/triggers/clang-tidy-storage-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-storage-ci to clang-tidy-storage-ci.
  • ci/cloudbuild/triggers/clang-tidy-storage-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-storage-pr to clang-tidy-storage-pr.
  • ci/cloudbuild/triggers/clang-tidy-tools-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-tools-ci to clang-tidy-tools-ci.
  • ci/cloudbuild/triggers/clang-tidy-tools-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-clang-tidy-tools-pr to clang-tidy-tools-pr.
  • ci/cloudbuild/triggers/cmake-gcs-rest-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-gcs-rest-ci to cmake-gcs-rest-ci.
  • ci/cloudbuild/triggers/cmake-gcs-rest-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-gcs-rest-pr to cmake-gcs-rest-pr.
  • ci/cloudbuild/triggers/cmake-install-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-install-ci to cmake-install-ci.
  • ci/cloudbuild/triggers/cmake-install-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-install-pr to cmake-install-pr.
  • ci/cloudbuild/triggers/cmake-oldest-deps-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-oldest-deps-ci to cmake-oldest-deps-ci.
  • ci/cloudbuild/triggers/cmake-oldest-deps-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-oldest-deps-pr to cmake-oldest-deps-pr.
  • ci/cloudbuild/triggers/cmake-single-feature-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-single-feature-ci to cmake-single-feature-ci.
  • ci/cloudbuild/triggers/cmake-single-feature-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-single-feature-pr to cmake-single-feature-pr.
  • ci/cloudbuild/triggers/cmake-split-install-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-split-install-ci to cmake-split-install-ci.
  • ci/cloudbuild/triggers/cmake-split-install-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cmake-split-install-pr to cmake-split-install-pr.
  • ci/cloudbuild/triggers/conformance-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-conformance-ci to conformance-ci.
  • ci/cloudbuild/triggers/conformance-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-conformance-pr to conformance-pr.
  • ci/cloudbuild/triggers/coverage-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-coverage-ci to coverage-ci.
  • ci/cloudbuild/triggers/coverage-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-coverage-pr to coverage-pr.
  • ci/cloudbuild/triggers/cxx20-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cxx20-ci to cxx20-ci.
  • ci/cloudbuild/triggers/cxx20-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-cxx20-pr to cxx20-pr.
  • ci/cloudbuild/triggers/demo-alpine-stable-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-alpine-stable-ci to demo-alpine-stable-ci.
  • ci/cloudbuild/triggers/demo-alpine-stable-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-alpine-stable-pr to demo-alpine-stable-pr.
  • ci/cloudbuild/triggers/demo-debian-bookworm-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-debian-bookworm-ci to demo-debian-bookworm-ci.
  • ci/cloudbuild/triggers/demo-debian-bookworm-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-debian-bookworm-pr to demo-debian-bookworm-pr.
  • ci/cloudbuild/triggers/demo-debian-bullseye-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-debian-bullseye-ci to demo-debian-bullseye-ci.
  • ci/cloudbuild/triggers/demo-debian-bullseye-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-debian-bullseye-pr to demo-debian-bullseye-pr.
  • ci/cloudbuild/triggers/demo-fedora-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-fedora-ci to demo-fedora-ci.
  • ci/cloudbuild/triggers/demo-fedora-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-fedora-pr to demo-fedora-pr.
  • ci/cloudbuild/triggers/demo-opensuse-leap-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-opensuse-leap-ci to demo-opensuse-leap-ci.
  • ci/cloudbuild/triggers/demo-opensuse-leap-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-opensuse-leap-pr to demo-opensuse-leap-pr.
  • ci/cloudbuild/triggers/demo-rockylinux-9-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-rockylinux-9-ci to demo-rockylinux-9-ci.
  • ci/cloudbuild/triggers/demo-rockylinux-9-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-rockylinux-9-pr to demo-rockylinux-9-pr.
  • ci/cloudbuild/triggers/demo-ubuntu-24-04-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-ubuntu-24-04-ci to demo-ubuntu-24-04-ci.
  • ci/cloudbuild/triggers/demo-ubuntu-24-04-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-ubuntu-24-04-pr to demo-ubuntu-24-04-pr.
  • ci/cloudbuild/triggers/demo-ubuntu-jammy-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-ubuntu-jammy-ci to demo-ubuntu-jammy-ci.
  • ci/cloudbuild/triggers/demo-ubuntu-jammy-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-demo-ubuntu-jammy-pr to demo-ubuntu-jammy-pr.
  • ci/cloudbuild/triggers/gcc-oldest-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-gcc-oldest-ci to gcc-oldest-ci.
  • ci/cloudbuild/triggers/gcc-oldest-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-gcc-oldest-pr to gcc-oldest-pr.
  • ci/cloudbuild/triggers/generate-libraries-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-generate-libraries-ci to generate-libraries-ci.
  • ci/cloudbuild/triggers/generate-libraries-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-generate-libraries-pr to generate-libraries-pr.
  • ci/cloudbuild/triggers/grpc-at-head.yaml
    • Renamed trigger from prepare-for-v3-0-0-grpc-at-head to grpc-at-head.
  • ci/cloudbuild/triggers/integration-daily.yaml
    • Renamed trigger from prepare-for-v3-0-0-integration-daily to integration-daily.
  • ci/cloudbuild/triggers/integration-production-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-integration-production-ci to integration-production-ci.
  • ci/cloudbuild/triggers/integration-production-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-integration-production-pr to integration-production-pr.
  • ci/cloudbuild/triggers/libcxx-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-libcxx-ci to libcxx-ci.
  • ci/cloudbuild/triggers/libcxx-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-libcxx-pr to libcxx-pr.
  • ci/cloudbuild/triggers/m32-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-m32-ci to m32-ci.
  • ci/cloudbuild/triggers/m32-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-m32-pr to m32-pr.
  • ci/cloudbuild/triggers/msan-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-msan-ci to msan-ci.
  • ci/cloudbuild/triggers/msan-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-msan-pr to msan-pr.
  • ci/cloudbuild/triggers/noex-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-noex-ci to noex-ci.
  • ci/cloudbuild/triggers/noex-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-noex-pr to noex-pr.
  • ci/cloudbuild/triggers/protobuf-at-head.yaml
    • Renamed trigger from prepare-for-v3-0-0-protobuf-at-head to protobuf-at-head.
  • ci/cloudbuild/triggers/publish-docs-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-publish-docs-ci to publish-docs-ci.
  • ci/cloudbuild/triggers/publish-docs-compute-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-publish-docs-compute-pr to publish-docs-compute-pr.
  • ci/cloudbuild/triggers/publish-docs-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-publish-docs-pr to publish-docs-pr.
  • ci/cloudbuild/triggers/publish-docs-release.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-publish-docs-release to publish-docs-release.
  • ci/cloudbuild/triggers/quickstart-bazel-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-quickstart-bazel-ci to quickstart-bazel-ci.
  • ci/cloudbuild/triggers/quickstart-bazel-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-quickstart-bazel-pr to quickstart-bazel-pr.
  • ci/cloudbuild/triggers/quickstart-cmake-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-quickstart-cmake-ci to quickstart-cmake-ci.
  • ci/cloudbuild/triggers/quickstart-cmake-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-quickstart-cmake-pr to quickstart-cmake-pr.
  • ci/cloudbuild/triggers/quickstart-production-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-quickstart-production-ci to quickstart-production-ci.
  • ci/cloudbuild/triggers/quickstart-production-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-quickstart-production-pr to quickstart-production-pr.
  • ci/cloudbuild/triggers/rotate-keys.yaml
    • Renamed trigger from prepare-for-v3-0-0-rotate-keys to rotate-keys.
  • ci/cloudbuild/triggers/shared-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-shared-ci to shared-ci.
  • ci/cloudbuild/triggers/shared-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-shared-pr to shared-pr.
  • ci/cloudbuild/triggers/tsan-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-tsan-ci to tsan-ci.
  • ci/cloudbuild/triggers/tsan-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-tsan-pr to tsan-pr.
  • ci/cloudbuild/triggers/ubsan-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-ubsan-ci to ubsan-ci.
  • ci/cloudbuild/triggers/ubsan-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-ubsan-pr to ubsan-pr.
  • ci/cloudbuild/triggers/universe-domain-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-universe-domain-ci to universe-domain-ci.
  • ci/cloudbuild/triggers/universe-domain-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-universe-domain-pr to universe-domain-pr.
  • ci/cloudbuild/triggers/xsan-ci.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-xsan-ci to xsan-ci.
  • ci/cloudbuild/triggers/xsan-pr.yaml
    • Updated target branch from prepare-for-v3.0.0 to main.
    • Renamed trigger from prepare-for-v3-0-0-xsan-pr to xsan-pr.
  • doc/packaging.md
    • Added GOOGLE_CLOUD_CPP_ENABLE_CTYPE_CORD_WORKAROUND CMake option to various build examples.
    • Updated Debian dependency installation instructions to build Protobuf, c-ares, RE2, and gRPC from source.
    • Updated Ubuntu dependency installation instructions to build Protobuf, c-ares, RE2, and gRPC from source, and adjusted apt-get packages.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates dependencies in the demo Dockerfiles, shifting from distribution-provided packages to building them from source to ensure specific versions are used. This includes Abseil, Protobuf, gRPC, and others. It also introduces a new CMake option GOOGLE_CLOUD_CPP_ENABLE_CTYPE_CORD_WORKAROUND to handle compatibility with different Protobuf versions regarding ctype=CORD. Additionally, a large number of CI trigger files have been updated to target the main branch and have their names simplified. My review focuses on inconsistencies in the Dockerfile configurations and formatting issues in the documentation and Dockerfiles.

@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.63%. Comparing base (c9bdeeb) to head (2f8a713).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15984      +/-   ##
==========================================
- Coverage   92.64%   92.63%   -0.01%     
==========================================
  Files        2334     2334              
  Lines      214633   214633              
==========================================
- Hits       198838   198832       -6     
- Misses      15795    15801       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@scotthart scotthart changed the title ci: update deps in Dockerfiles ci: update cloudbuild configuration post v3 merge Feb 18, 2026
@scotthart scotthart marked this pull request as ready for review February 18, 2026 21:56
@scotthart scotthart requested a review from a team as a code owner February 18, 2026 21:56
@scotthart scotthart merged commit 49d1dcf into googleapis:main Feb 18, 2026
53 of 61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments