Skip to content

Commit 94d701e

Browse files
committed
[draft] [chef] Upgrade CI workers for chef tests
1 parent 22d8607 commit 94d701e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/chef-test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ env:
3232
jobs:
3333
chef-lint-spec-test:
3434
name: chef-lint-spec-test
35-
# Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
36-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-24.04
3736
steps:
3837
- name: Check out the codebase.
3938
uses: actions/checkout@v4
@@ -46,7 +45,7 @@ jobs:
4645
make rake-spec
4746
4847
chef-kitchen-matrix:
49-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-24.04
5049
steps:
5150
- name: Check out code
5251
uses: actions/checkout@v4
@@ -80,8 +79,7 @@ jobs:
8079
win-matrix: ${{ steps.get-win-matrix.outputs.matrix }}
8180

8281
chef-kitchen-linux:
83-
# Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
84-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-24.04
8583
needs: [chef-lint-spec-test, chef-kitchen-matrix]
8684
strategy:
8785
matrix: ${{ fromJSON(needs.chef-kitchen-matrix.outputs.linux-matrix) }}

.github/workflows/chef.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ permissions:
1717
jobs:
1818
push-release-tag:
1919
name: Push Release Tag
20-
# Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
21-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2221
if: github.ref == 'refs/heads/main'
2322
steps:
2423
- name: Checkout

0 commit comments

Comments
 (0)