spark-instrumented-optimizer/.github/workflows
Kousuke Saruta efd33b72ca [SPARK-36441][INFRA] Fix GA failure related to downloading lintr dependencies
### What changes were proposed in this pull request?

This PR fixes a GA failure which is related to downloading lintr dependencies.
```
 * installing *source* package ‘devtools’ ...
** package ‘devtools’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (devtools)

The downloaded source packages are in
	‘/tmp/Rtmpv53Ix4/downloaded_packages’
Using bundled GitHub PAT. Please add your own PAT to the env var `GITHUB_PAT`
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 401.
  Bad credentials
```

I re-triggered the GA job but it still fail with the same error.
https://github.com/apache/spark/runs/3257853825

The issue seems to happen when downloading lintr dependencies from GitHub. So, the solution is to change the way to download them.

### Why are the changes needed?

To recover GA.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

GA itself.

Closes #33660 from sarutak/fix-r-package-issue.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit e13bd586f1)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
2021-08-06 10:49:37 +09:00
..
benchmark.yml [SPARK-36007][INFRA] Failed to run benchmark in GA 2021-07-05 09:18:03 +09:00
build_and_test.yml [SPARK-36441][INFRA] Fix GA failure related to downloading lintr dependencies 2021-08-06 10:49:37 +09:00
cancel_duplicate_workflow_runs.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
labeler.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
notify_test_workflow.yml [SPARK-35995][INFRA][3.2][FOLLOWUP] Fix the reference branches and PR builder 2021-07-02 14:47:45 -07:00
publish_snapshot.yml [BUILD][MINOR] Do not publish snapshots from forks 2020-12-23 00:22:42 +09:00
stale.yml [SPARK-30173] Tweak stale PR message 2020-01-07 08:34:59 -06:00
test_report.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
update_build_status.yml [SPARK-35575][INFRA] Recover updating build status in GitHub Actions 2021-05-31 19:29:54 +09:00