Skip to content

Enhance ark test workflow - #1805

Merged
chensuyue merged 1 commit into
mainfrom
suyue/fix-ci
May 13, 2026
Merged

Enhance ark test workflow#1805
chensuyue merged 1 commit into
mainfrom
suyue/fix-ci

Conversation

@chensuyue

Copy link
Copy Markdown
Contributor

Description

Enhance ark test workflow.

Type of Change

Bug fix

Related Issues

Fixes or relates to #

Checklist Before Submitting

  • My code has been tested locally.
  • Documentation has been updated as needed.
  • New or updated tests are included where applicable.
  • The CUDA CI has passed. You can trigger it by commenting /azp run Unit-Test-CUDA-AutoRound.

Signed-off-by: chensuyue <suyue.chen@intel.com>
Copilot AI review requested due to automatic review settings May 13, 2026 01:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 Azure Pipelines configuration to make ARK-related unit test environments more reliable and to refine when the ARK wheel publishing pipeline runs.

Changes:

  • Tighten UT scripts by enabling set -eo pipefail and adjusting dependency installation logic (including allowing pre-release installs of auto-round-lib from TestPyPI).
  • Remove an explicit publishToTestPyPI: false override where the template already defaults to false.
  • Adjust build-auto-round-lib.yml triggers to run only on main ARK source changes and disable PR triggering.

Reviewed changes

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

File Description
.azure-pipelines/unit-test.yml Removes redundant publishToTestPyPI: false since the template default is already false.
.azure-pipelines/template/ut-template.yml Improves failure handling (pipefail) and refines/install-path logic for ARK deps (including --pre for TestPyPI installs).
.azure-pipelines/build-auto-round-lib.yml Narrows trigger paths to ARK sources and disables PR triggers.

Comment thread .azure-pipelines/build-auto-round-lib.yml
@chensuyue
chensuyue merged commit 72d7fc8 into main May 13, 2026
25 checks passed
@chensuyue
chensuyue deleted the suyue/fix-ci branch May 13, 2026 03:29
lvliang-intel pushed a commit that referenced this pull request May 14, 2026
Signed-off-by: chensuyue <suyue.chen@intel.com>
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