Skip to content

Commit

Permalink
chore: 🤖 update ubuntu version (#17461)
Browse files Browse the repository at this point in the history
* chore:  update ubuntu version
  • Loading branch information
koji authored and TamarZanzouri committed Feb 11, 2025
1 parent 42a0492 commit 5552a76
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-test-lint-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
lint:
name: 'opentrons package linting'
timeout-minutes: 10
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
deploy:
name: 'deploy opentrons package'
needs: [test]
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
if: github.event_name == 'push'
steps:
- uses: 'actions/checkout@v4'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defaults:
jobs:
build:
name: opentrons documentation build
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/g-code-confirm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
command: ['2-modules', 'swift-smoke', 'swift-turbo', 'omega', 'fast']
name: 'Confirm G-Code (${{ matrix.command }})'
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/g-code-testing-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defaults:
jobs:
lint-test:
name: 'g-code-testing package linting and tests'
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/http-docs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defaults:
jobs:
build:
name: HTTP API reference build
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
js-unit-test:
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
make setup-js
- name: 'build'
env:
# inject dev id since this is for staging
OT_AI_CLIENT_MIXPANEL_ID: ${{ secrets.OT_AI_CLIENT_MIXPANEL_DEV_ID }}
# inject dev id since this is for staging
OT_AI_CLIENT_MIXPANEL_ID: ${{ secrets.OT_AI_CLIENT_MIXPANEL_DEV_ID }}
run: |
make -C opentrons-ai-client build-staging
- name: Configure AWS Credentials
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/opentrons-ai-production-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-ai-client@
cancel-in-progress: true
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
make setup-js
- name: 'build'
env:
OT_AI_CLIENT_MIXPANEL_ID: ${{ secrets.OT_AI_CLIENT_MIXPANEL_ID }}
OT_AI_CLIENT_MIXPANEL_ID: ${{ secrets.OT_AI_CLIENT_MIXPANEL_ID }}
run: |
make -C opentrons-ai-client build-production
- name: Configure AWS Credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robot-server-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
lint-test:
name: 'robot server package linting and tests'
timeout-minutes: 40
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
strategy:
matrix:
with-ot-hardware: ['true', 'false']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/server-utils-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
lint:
name: 'server-utils linting'
timeout-minutes: 10
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand All @@ -60,7 +60,7 @@ jobs:
name: 'server-utils package tests'
timeout-minutes: 10
needs: [lint]
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/shared-data-test-lint-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-lint:
name: 'shared-data package python lint'
timeout-minutes: 10
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

js-test:
name: 'shared-data JS tests'
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
timeout-minutes: 30
steps:
- uses: 'actions/checkout@v4'
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
python-deploy:
name: 'shared-data package deploy'
needs: [python-test]
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
if: github.event_name == 'push'
steps:
- uses: 'actions/checkout@v4'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/system-server-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
lint:
name: 'system-server linting'
timeout-minutes: 10
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand All @@ -62,7 +62,7 @@ jobs:
name: 'system-server package tests'
timeout-minutes: 10
needs: [lint]
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
create-release:
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
name: 'Create changelogs and release'
steps:
# this could be improved by replacing this checkout with something like
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-server-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
lint:
name: 'update server linting'
timeout-minutes: 10
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand All @@ -60,7 +60,7 @@ jobs:
name: 'update server package tests'
timeout-minutes: 10
needs: [lint]
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand Down

0 comments on commit 5552a76

Please sign in to comment.