Skip to content

Migrate GitHub runners to newest Ubuntu #798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/additional_demo_notebook_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
verify-local_interactive:
if: ${{ github.event.label.name == 'test-additional-notebooks' }}
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-latest-4core

steps:
- name: Checkout code
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

verify-ray_job_client:
if: ${{ github.event.label.name == 'test-additional-notebooks' }}
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-latest-4core

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guided_notebook_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
verify-0_basic_ray:
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-latest-4core

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/odh-notebooks-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04-8core
runs-on: ubuntu-latest-8core
steps:
- name: Clone repository and Sync
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_notebooks_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
verify-3_widget_example:
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') || contains(github.event.pull_request.labels.*.name, 'test-ui-notebooks') }}
runs-on: ubuntu-20.04-4core
runs-on: ubuntu-latest-4core

steps:
- name: Checkout code
Expand Down
Loading