Skip to content

Commit

Permalink
Updates cluster id, and python version for Spark tests, disable the o…
Browse files Browse the repository at this point in the history
…ther jobs temporarily
  • Loading branch information
edgararuiz committed Sep 17, 2024
1 parent 1bfcb55 commit ddc8232
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: main
pull_request:
branches: main
branches: temp

name: R-CMD-check

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/spark-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
PYSPARK_VERSION: ${{ matrix.config.pyspark }}
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
DATABRICKS_HOST: "https://rstudio-partner-posit-default.cloud.databricks.com"
DATABRICKS_CLUSTER_ID: "1026-175310-7cpsh3g8"
DATABRICKS_CLUSTER_ID: "0916-215603-ofitqny9"

steps:
- uses: actions/checkout@v3
Expand All @@ -43,10 +43,10 @@ jobs:
any::arrow
needs: check

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- name: Install Venv
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches: main
pull_request:
branches: main
branches: temp

name: test-coverage

Expand All @@ -14,15 +14,15 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
DATABRICKS_HOST: "https://rstudio-partner-posit-default.cloud.databricks.com"
DATABRICKS_CLUSTER_ID: "1026-175310-7cpsh3g8"
DATABRICKS_CLUSTER_ID: "0916-215603-ofitqny9"

steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit ddc8232

Please sign in to comment.