Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build link from the pre-merge-CI workflow [skip ci] #1933

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Apr 8, 2024

We need to remove all the CI job's link from the pre-merge-CI workflow

} else {
// upload log only in case of build failure
def guardWords = ["gitlab.*?\\.com", "urm.*?\\.com"]
guardWords.add("nvidia-smi(?s)(.*?)(?=git)") // hide GPU info
guardWords.add("sc-ipp*") // hide cloud info
githubHelper.uploadLogs(this, env.JOB_NAME, env.BUILD_NUMBER, null, guardWords)

githubHelper.updateCommitStatus("$BUILD_URL", "Fail", GitHubCommitState.FAILURE)
githubHelper.updateCommitStatus("", "Fail", GitHubCommitState.FAILURE)
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question about the failed build link, are we still linking to the uploaded log?

Copy link
Collaborator Author

@NvTimLiu NvTimLiu Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I did not realize it a little diff from spark-rapids log uploading: NVIDIA/spark-rapids#10664 (comment)

Let me double check it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build PASS:

image


FAILED LOG uploaded:

image

FAILED log uploaded: https://github.com/NVIDIA/spark-rapids-jni/actions/runs/8613010813/job/23603450936

@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Apr 9, 2024

build

Signed-off-by: Tim Liu <timl@nvidia.com>
@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Apr 9, 2024

build

1 similar comment
@yinqingh
Copy link
Collaborator

yinqingh commented Apr 9, 2024

build

@NvTimLiu NvTimLiu marked this pull request as draft April 9, 2024 02:08
@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Apr 9, 2024

convert to draft to check failure log uploading

@thirtiseven
Copy link
Collaborator

build

2 similar comments
@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Apr 9, 2024

build

@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Apr 9, 2024

build

@NvTimLiu NvTimLiu changed the title Remove build link from the pre-merge-CI workflow Remove build link from the pre-merge-CI workflow [skip ci] Apr 9, 2024
@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Apr 9, 2024

build

@NvTimLiu NvTimLiu marked this pull request as ready for review April 9, 2024 08:59
@NvTimLiu NvTimLiu merged commit c0003fa into NVIDIA:branch-24.04 Apr 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants