[CK] MICI: Correct path for build trace script (#4349)

## Motivation

- Corrects path to script due to superrepo migration
- Forces all tests to run by default

## Technical Details

- now in /projects/composablekernel

---------

Co-authored-by: illsilin_amdeng <Illia.Silin@amd.com>
This commit is contained in:
Eiden Yoshida
2026-02-05 10:55:44 -05:00
committed by GitHub
parent 606d2aaf31
commit 9e00e291dc

6
Jenkinsfile vendored
View File

@@ -151,7 +151,7 @@ def generateAndArchiveBuildTraceVisualization(String buildTraceFileName) {
sh """#!/bin/bash
ls -la
mkdir -p workspace
cp ./script/infra_helper/capture_build_trace.js ./workspace
cp ./projects/composablekernel/script/infra_helper/capture_build_trace.js ./workspace
cp ${buildTraceFileName} ./workspace/${buildTraceFileName}
chmod 777 ./workspace
ls -la ./workspace
@@ -1294,8 +1294,8 @@ pipeline {
description: "Run CK_BUILDER tests (default: ON)")
booleanParam(
name: "RUN_ALL_UNIT_TESTS",
defaultValue: false,
description: "Run all unit tests (default: OFF)")
defaultValue: true,
description: "Run all unit tests (default: ON)")
booleanParam(
name: "RUN_PYTORCH_TESTS",
defaultValue: false,