Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine committed Nov 11, 2024
1 parent bc6e282 commit 1695a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/jenkins/UT-GO.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ pipeline {
gitMode: gitMode ,
gitBaseRef: gitBaseRef,
pullRequestNumber: "$env.CHANGE_ID",
make_cmd: "make clean && make build-cpp",
// make_cmd: "make clean && make build-cpp",
make_cmd: "sleep 36000",
test_entrypoint: "make codecov-go-without-build",
codecov_report_name: "go-unit-test",
codecov_files: "./go_coverage.txt",
Expand Down

0 comments on commit 1695a39

Please sign in to comment.