Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
3fa7e2a6
Unverified
Commit
3fa7e2a6
authored
Jun 03, 2024
by
Illia Silin
Committed by
GitHub
Jun 03, 2024
Browse files
disable the hipTensor test by default, only run once daily (#1321)
parent
6fb1f4e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Jenkinsfile
Jenkinsfile
+4
-4
No files found.
Jenkinsfile
View file @
3fa7e2a6
...
...
@@ -652,8 +652,8 @@ def process_results(Map conf=[:]){
}
//launch develop branch daily at 23:00 UT in FULL_QA mode and at 19:00 UT with latest staging compiler version
CRON_SETTINGS
=
BRANCH_NAME
==
"develop"
?
'''0 23 * * * % RUN_FULL_QA=true;ROCMVERSION=6.1;
COMPILER_VERSION=
0 21 * * * % ROCMVERSION=6.1;
COMPILER_VERSION=;COMPILER_COMMIT=
CRON_SETTINGS
=
BRANCH_NAME
==
"develop"
?
'''0 23 * * * % RUN_FULL_QA=true;ROCMVERSION=6.1;
0 21 * * * % ROCMVERSION=6.1;
hipTensor_test=true
0 19 * * * % BUILD_DOCKER=true;DL_KERNELS=true;COMPILER_VERSION=amd-staging;COMPILER_COMMIT=;USE_SCCACHE=false
0 17 * * * % BUILD_DOCKER=true;DL_KERNELS=true;COMPILER_VERSION=amd-mainline-open;COMPILER_COMMIT=;USE_SCCACHE=false
0 15 * * * % BUILD_INSTANCES_ONLY=true;RUN_CODEGEN_TESTS=false;RUN_PERFORMANCE_TESTS=false;USE_SCCACHE=false'''
:
""
...
...
@@ -701,8 +701,8 @@ pipeline {
description:
"Select whether to build DL kernels (default: OFF)"
)
booleanParam
(
name:
"hipTensor_test"
,
defaultValue:
tru
e
,
description:
"Use the CK build to verify hipTensor build and tests (default: O
N
)"
)
defaultValue:
fals
e
,
description:
"Use the CK build to verify hipTensor build and tests (default: O
FF
)"
)
string
(
name:
'hipTensor_branch'
,
defaultValue:
'mainline'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment