Skip to content
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