mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
[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:
committed by
assistant-librarian[bot]
parent
3f42f76b45
commit
3a02862241
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user