Skip to content

Commit eea2981

Browse files
Merge pull request openshift#1070 from SchSeba/merge-bot-master
Merge https://github.com/k8snetworkplumbingwg/sriov-network-operator:master into main
2 parents 9807ee2 + 9738dd7 commit eea2981

File tree

4,821 files changed

+300511
-179757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,821 files changed

+300511
-179757
lines changed

.github/workflows/chart-push-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- v*
1010
jobs:
1111
package-and-push-helm-chart:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: install helm
1515
uses: azure/[email protected]

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
analyze:
1313
name: Analyze
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04
1515
permissions:
1616
actions: read
1717
contents: read

.github/workflows/image-push-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build-and-push-image-operator:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Check out the repo
1717
uses: actions/checkout@v3
@@ -50,7 +50,7 @@ jobs:
5050
file: ./Dockerfile
5151

5252
build-and-push-image-config-daemon:
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-24.04
5454
steps:
5555
- name: Check out the repo
5656
uses: actions/checkout@v3
@@ -89,7 +89,7 @@ jobs:
8989
file: ./Dockerfile.sriov-network-config-daemon
9090

9191
build-and-push-image-webhook:
92-
runs-on: ubuntu-20.04
92+
runs-on: ubuntu-24.04
9393
steps:
9494
- name: Check out the repo
9595
uses: actions/checkout@v3

.github/workflows/image-push-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- v*
1111
jobs:
1212
build-and-push-image-operator:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Check out the repo
1616
uses: actions/checkout@v3
@@ -50,7 +50,7 @@ jobs:
5050
file: ./Dockerfile
5151

5252
build-and-push-image-config-daemon:
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-24.04
5454
steps:
5555
- name: Check out the repo
5656
uses: actions/checkout@v3
@@ -90,7 +90,7 @@ jobs:
9090
file: ./Dockerfile.sriov-network-config-daemon
9191

9292
build-and-push-image-webhook:
93-
runs-on: ubuntu-20.04
93+
runs-on: ubuntu-24.04
9494
steps:
9595
- name: Check out the repo
9696
uses: actions/checkout@v3

.github/workflows/pr-ci-triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
vendors-ci-triggers-list:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/github-script@v5
1010
env:

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
triage:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/labeler@v3
1010
with:

.github/workflows/pr-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44
jobs:
55
execute:
66
name: "remove the lgtm label"
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: jpmcb/[email protected]
1010
with:

.github/workflows/prow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
execute:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: jpmcb/[email protected]
1111
with:

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
build:
1212
name: build
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
steps:
1515

1616
- name: Set up Go 1.23
@@ -29,7 +29,7 @@ jobs:
2929

3030
test:
3131
name: test
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333
steps:
3434

3535
- name: Set up Go 1.23
@@ -63,7 +63,7 @@ jobs:
6363

6464
modules:
6565
name: check go modules
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-24.04
6767
steps:
6868

6969
- name: Set up Go 1.23
@@ -79,7 +79,7 @@ jobs:
7979

8080
manifests:
8181
name: check manifests
82-
runs-on: ubuntu-latest
82+
runs-on: ubuntu-24.04
8383
steps:
8484
- name: Check out code
8585
uses: actions/checkout@v2
@@ -89,7 +89,7 @@ jobs:
8989

9090
golangci:
9191
name: Golangci-lint
92-
runs-on: ubuntu-latest
92+
runs-on: ubuntu-24.04
9393
steps:
9494
- name: Set up Go 1.23
9595
uses: actions/setup-go@v2
@@ -99,10 +99,10 @@ jobs:
9999
uses: actions/checkout@v2
100100
- name: run lint checks
101101
run: make lint
102-
102+
103103
shellcheck:
104104
name: Shellcheck
105-
runs-on: ubuntu-latest
105+
runs-on: ubuntu-24.04
106106
steps:
107107
- uses: actions/checkout@v4
108108
- name: Run ShellCheck
@@ -112,7 +112,7 @@ jobs:
112112

113113
test-coverage:
114114
name: test-coverage
115-
runs-on: ubuntu-latest
115+
runs-on: ubuntu-24.04
116116
steps:
117117

118118
- name: Set up Go 1.23
@@ -192,7 +192,7 @@ jobs:
192192
- name: Check out code into the Go module directory
193193
uses: actions/checkout@v2
194194

195-
- name: Set up Go 1.22
195+
- name: Set up Go 1.23
196196
uses: actions/setup-go@v3
197197
with:
198198
go-version: 1.23.x

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ tags
8484
.idea/
8585
# test-environment files
8686
registry-login.conf
87+
# go telemetry
88+
.config/

0 commit comments

Comments
 (0)