GH-14927 : [Dev] Crossbow submit does not work with fine grained PATs #14928
GH-14927 : [Dev] Crossbow submit does not work with fine grained PATs #14928raulcd merged 1 commit intoapache:masterfrom
Conversation
|
|
raulcd
left a comment
There was a problem hiding this comment.
I have tested myself. With my previous non-fine grained token I was able to submit a crossbow task with both using token as user and password.
With a new fine-grained token it only worked using the token as a password. Otherwise I got the following error:
archery.crossbow.core.CrossbowError: Wrong oauth personal access token
|
Benchmark runs are scheduled for baseline = 84101a5 and contender = 375372b. 375372b is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
The old variant with token passed as name does only work for classic PATS, passing the token as password works for both classic and fine grained PATs.