Skip to content

Commit

Permalink
SNOW-1349055 CI change: use ubuntu-latest for small tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-azhan committed Apr 26, 2024
1 parent 40157c5 commit 402d08a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/daily_modin_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
lint:
name: Check linting
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -40,7 +40,7 @@ jobs:
build:
needs: lint
name: Build Wheel File
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -62,7 +62,7 @@ jobs:
test-unsupported-py38:
name: Test importing Snowpark pandas with Python 3.8 fails
needs: build
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
if: ${{ success() || failure() }}
name: Combine coverage
needs: test
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
doc:
needs: lint
name: Build Doc
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/daily_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
jobs:
lint:
name: Check linting
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -40,7 +40,7 @@ jobs:

type_checking:
name: Type Checking
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -59,7 +59,7 @@ jobs:
build:
needs: lint
name: Build Wheel File
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
if: ${{ success() || failure() }}
name: Combine coverage
needs: test
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
doc:
needs: lint
name: Build Doc
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
lint:
name: Check linting
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -38,7 +38,7 @@ jobs:

type_checking:
name: Type Checking
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -57,7 +57,7 @@ jobs:
build:
needs: lint
name: Build Wheel File
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down Expand Up @@ -474,7 +474,7 @@ jobs:
needs:
- test
- test-snowpark-pandas
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
doc:
needs: lint
name: Build Doc
runs-on: ubuntu-latest-64-cores
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 402d08a

Please sign in to comment.