Skip to content

Conversation

olexandr-havryliak
Copy link
Contributor

No description provided.

@olexandr-havryliak olexandr-havryliak force-pushed the PSMDB-1690 branch 2 times, most recently from c36aa1d to 895725f Compare September 27, 2025 07:13
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors the Docker build pipeline for PSMDB (Percona Server for MongoDB) regression tests by introducing multi-stage builds with specialized build targets and adding Bazel build system support alongside the existing SCons build system.

  • Introduces multiple specialized build stages (unittests, integrationtests, benchmarks, jstests) for different testing scenarios
  • Adds Bazel build system support with conditional build logic to use either Bazel or SCons
  • Updates package versions and dependencies, including adding debug packages and reorganizing environment variables
Comments suppressed due to low confidence (1)

regression-tests/build_image/Dockerfile_gcc_from_scratch:1

  • The conditional build logic duplicates similar patterns across multiple stages. Consider extracting this into a shared script or function to reduce code duplication and improve maintainability.
ARG OS=debian:12

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@olexandr-havryliak olexandr-havryliak force-pushed the PSMDB-1690 branch 2 times, most recently from 7e9ac25 to 69d97a6 Compare September 30, 2025 07:51
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 8 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

1 participant