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
MIGraphX
Commits
fa94731b
"...composable_kernel_rocm.git" did not exist on "a29d2b76757eadf83e0d7c902b0fdbcb2610cf02"
Commit
fa94731b
authored
Nov 28, 2018
by
Paul
Browse files
Fix formatting
parent
468809be
Changes
1
Hide 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 @
fa94731b
...
@@ -121,10 +121,10 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
...
@@ -121,10 +121,10 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
env
.
CODECOV_TOKEN
=
"8545af1c-f90b-4345-92a5-0d075503ca56"
env
.
CODECOV_TOKEN
=
"8545af1c-f90b-4345-92a5-0d075503ca56"
sh
'''
sh
'''
cd build
cd build
lcov --directory . --capture --output-file coverage.info
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' --output-file coverage.info
lcov --remove coverage.info '/usr/*' --output-file coverage.info
lcov --list coverage.info
lcov --list coverage.info
bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
'''
'''
}
}
}
}
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