Unverified Commit e056237b authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] update e-mail and token for R Hub builds (#3917)

* Update r_solaris.yml

* Update run_rhub_solaris_checks.R

* Update run_rhub_solaris_checks.R

* Update run_rhub_solaris_checks.R
parent ffebc43f
...@@ -6,12 +6,12 @@ log_file <- args[[2L]] ...@@ -6,12 +6,12 @@ log_file <- args[[2L]]
dir.create(dirname(log_file), recursive = TRUE, showWarnings = FALSE) dir.create(dirname(log_file), recursive = TRUE, showWarnings = FALSE)
email <- c( email <- c(
150L, 147L, 145L, 146L, 158L, 145L, 140L, 151L, 137L, 158L, 143L, 157L, 158L, 137L, 143L, 151L, 150L, 147L, 145L, 146L, 158L, 145L, 140L, 151L, 137L, 156L, 146L, 159L, 140L, 137L, 141L, 146L,
139L, 147L, 150L, 106L, 163L, 153L, 154L, 151L, 139L, 147L, 150L, 88L, 141L, 153L, 151L 143L, 141L, 149L, 157L, 106L, 163L, 153L, 154L, 151L, 139L, 147L, 150L, 88L, 141L, 153L, 151L
) )
rhub::validate_email( rhub::validate_email(
email = intToUtf8(email - 42L) email = intToUtf8(email - 42L)
, token = "6bc89147c8fc4824bce09f8454e4ab8e" , token = "181dd96184924f0aaea19d73f9ae7974"
) )
if (Sys.info()["sysname"] == "Windows") { if (Sys.info()["sysname"] == "Windows") {
......
...@@ -55,7 +55,7 @@ jobs: ...@@ -55,7 +55,7 @@ jobs:
url=${line#*@} url=${line#*@}
body="${body}${platform}: ${url}\r\n" body="${body}${platform}: ${url}\r\n"
done < "$GITHUB_WORKSPACE/rhub_logs.txt" || true done < "$GITHUB_WORKSPACE/rhub_logs.txt" || true
body="${body}Reports also have been sent to LightGBM public e-mail: http://www.yopmail.com/lightgbm_test_email\r\n" body="${body}Reports also have been sent to LightGBM public e-mail: http://www.yopmail.com/lightgbm_rhub_checks\r\n"
body="${body}Status: ${{ job.status }}." body="${body}Status: ${{ job.status }}."
$GITHUB_WORKSPACE/.ci/append_comment.sh \ $GITHUB_WORKSPACE/.ci/append_comment.sh \
"${{ github.event.client_payload.comment_number }}" \ "${{ github.event.client_payload.comment_number }}" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment