[rocm-libraries] ROCm/rocm-libraries#4349 (commit 9bb7f5c)

[CK] MICI: Correct path for build trace script

## Motivation

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

## Technical Details

- now in /projects/composablekernel
This commit is contained in:
Eiden Yoshida
2026-02-05 15:56:52 +00:00
committed by assistant-librarian[bot]
parent 3f42f76b45
commit 3a02862241

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,