Skip to content

[CICD enhance] CodeGen run CI with latest base image, group logs in GHA outputs. #1928

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

Merged
merged 1 commit into from
May 19, 2025

Conversation

chensuyue
Copy link
Collaborator

@chensuyue chensuyue commented May 12, 2025

Description

  1. Enable latest base image test for CI.
  2. Group log lines in GHA outputs for better readable logs.

Issues

List the issue or RFC link this PR is working on. If there is no such link, please mark it as n/a.

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

Describe the tests that you ran to verify your changes.

Signed-off-by: chensuyue <suyue.chen@intel.com>
@Copilot Copilot AI review requested due to automatic review settings May 12, 2025 02:40
@chensuyue chensuyue requested a review from lvliang-intel as a code owner May 12, 2025 02:40
Copy link

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Files

None

Copy link
Contributor

@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 updates the CI configuration to test the latest base image and improves log readability on GHA outputs.

  • Added new build arguments (IMAGE_REPO and BASE_TAG) to pass environment variables for image configuration.
  • Introduced an "extends" directive to reuse build configuration from the codegen service.
Files not reviewed (5)
  • CodeGen/Dockerfile: Language not supported
  • CodeGen/tests/test_compose_on_gaudi.sh: Language not supported
  • CodeGen/tests/test_compose_on_rocm.sh: Language not supported
  • CodeGen/tests/test_compose_on_xeon.sh: Language not supported
  • CodeGen/tests/test_compose_vllm_on_rocm.sh: Language not supported
Comments suppressed due to low confidence (1)

CodeGen/docker_image_build/build.yaml:44

  • Verify that using the 'extends' key here is supported by your build system and that it correctly inherits the intended configuration from the codegen service.
extends: codegen

@chensuyue chensuyue merged commit 09d93ec into main May 19, 2025
29 of 31 checks passed
@chensuyue chensuyue deleted the suyue/op1 branch May 19, 2025 01:31
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.

3 participants