Commit 2ca49ea
authored
Stop start-integration-tests and revert runner change (#2702)
Partially reverts #2688
With those settings at least getting the token worked.
The job current fails at Generate GitHub App Token stage with:
https://github.com/databricks/cli/actions/runs/14375161919/job/40305746689
```
message: 'Although you appear to have the correct authorization credentials, the `***` organization has an IP allow list enabled, and your IP address is not permitted to access this resource.',
documentation_url: 'https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app',
status: '403'
```
The previous settings that this PR restores it was able to generate the
token and failed when running the script:
https://github.com/databricks/cli/actions/runs/14356228123/job/40246162712
```
Run python3 ./start_integration_tests.py -R ***/*** --yes
+ gh pr -R databricks/cli list --limit 300 --json number,author,reviews,headRefOid,headRepository,headRepositoryOwner
GraphQL: Although you appear to have the correct authorization credentials, the `databricks` organization has an IP allow list enabled, and your IP address is not permitted to access this resource. (repository)
```1 parent 06b719b commit 2ca49ea
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments