Skip to content

CLOUDP-295785 - using build_info.json in new atomic pipeline #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 86 commits into
base: master
Choose a base branch
from

Conversation

MaciejKaras
Copy link
Collaborator

@MaciejKaras MaciejKaras commented Aug 6, 2025

Summary

This PR focuses on using build_info.json information in atomic_pipeline.py code. The logic is mostly hidden in image_build_config_from_args function. It is binding the parts from:

Section in Atomic Releases TD that describes the build_info.json and how it is used in the image building process.

  • Added signing configuration in build_info.json
  • Added missing meko-tests and mco-tests images in build_info.json
  • Added configuration for agent and ops-manager images in build_info.json
  • Moved images_signing.py from scripts/evergreen/release
  • Simplifications in the existing code

Proof of Work

CI tests passing + updated unit tests

Checklist

  • Have you linked a jira ticket and/or is the ticket in the title?
  • Have you checked whether your jira ticket required DOCSP changes?
  • Have you added changelog file?

Fix build scenario

Remove create and push manifests

Continue improvement to main

Simplify main and build_context

missed

Pass Build Configuration object directly

Use legacy and new pipeline

Fix

Remove --include

Rename MCO test image

Multi platform builds, with buildx

TODOs

Implement is_release_step_executed()

Fix init appdb image

Import sort

black formatting

Some cleaning and version adjustments

Adapt main to new build config

Add buildscenario to buildconfig

Handle build env

Renaming, usage of high level config

All images build pass on EVG

Lint

Explicit image type, support custom build_path

Replace old by new pipeline in EVG

Add documentation

Split in multiple files, cleanup

WIP, passing builds on staging temp + multi arch manifests

Replace usage of sonar

Remove namespace

Remove pin_at and build_id

Copied pipeline, removed daily builds and --exclude
This reverts commit 426e522.
Julien-Ben and others added 8 commits August 8, 2025 13:04
This reverts commit c6fc163.
…d-versions

# Conflicts:
#	scripts/release/atomic_pipeline.py
#	scripts/release/build/image_build_process.py
#	scripts/release/build_context.py
…d-versions

# Conflicts:
#	scripts/release/atomic_pipeline.py
#	scripts/release/build/image_build_process.py
#	scripts/release/pipeline_main.py
@MaciejKaras MaciejKaras marked this pull request as ready for review August 8, 2025 14:18
@MaciejKaras MaciejKaras requested a review from a team as a code owner August 8, 2025 14:18
@MaciejKaras MaciejKaras requested review from anandsyncs, Julien-Ben, nammn, lucian-tosa and viveksinghggits and removed request for a team and anandsyncs August 8, 2025 14:18
Base automatically changed from julienben/redesign-pipeline to master August 8, 2025 14:49
@@ -6,9 +6,7 @@
#
# Ref: https://cryptography.io/en/latest/installation/#building-cryptography-on-linux
#
ARG GOLANG_VERSION
Copy link
Collaborator

Choose a reason for hiding this comment

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

why this chagne?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

to align with other Dockerfiles, where Golang version is specified in base image

# Conflicts:
#	scripts/release/atomic_pipeline.py
#	scripts/release/pipeline_main.py
@Julien-Ben Julien-Ben mentioned this pull request Aug 11, 2025
@MaciejKaras MaciejKaras requested a review from nammn August 11, 2025 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Use this label in Pull Request to not require new changelog entry file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants