Skip to content

Commit 2ca49ea

Browse files
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

File tree

.github/workflows/start-integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: start-integration-tests
22

33
on:
4-
schedule:
5-
- cron: '*/10 * * * *'
4+
#schedule:
5+
# - cron: '*/10 * * * *'
66
workflow_dispatch:
77

88
jobs:
@@ -12,8 +12,8 @@ jobs:
1212
# It requires secrets from the "test-trigger-is" environment, which are only available to authorized users.
1313
trigger:
1414
runs-on:
15-
group: databricks-protected-runner-group
16-
labels: linux-ubuntu-latest
15+
group: databricks-deco-testing-runner-group
16+
labels: ubuntu-latest-deco
1717

1818
environment: "test-trigger-is"
1919

0 commit comments

Comments
 (0)