Skip to content

Commit 204c2dd

Browse files
committed
Reduced to just defconfig to work around limitations of GitHub-hosted runners
1 parent 4cc5a99 commit 204c2dd

1 file changed

Lines changed: 1 addition & 53 deletions

File tree

.github/workflows/benchmark-linux.yml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,7 @@ name: benchmarks/linux
22
on: workflow_dispatch
33

44
jobs:
5-
all-yes:
6-
runs-on: ${{ matrix.image }}
7-
timeout-minutes: 300
8-
9-
strategy:
10-
fail-fast: false
11-
matrix:
12-
image:
13-
- ubuntu-latest
14-
- sprinters:aws:m7i-flex.xlarge:ubuntu-latest:temp=20
15-
- sprinters:aws:c7i-flex.4xlarge:ubuntu-latest:temp=20
16-
17-
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v4
20-
with:
21-
repository: torvalds/linux
22-
ref: v6.14
23-
24-
- name: Build
25-
run: |
26-
sudo apt-get update
27-
sudo apt-get install -y libelf-dev bc gawk
28-
make allyesconfig
29-
make -j"$(nproc)"
30-
31-
def:
5+
defconfig:
326
runs-on: ${{ matrix.image }}
337
timeout-minutes: 300
348

@@ -53,29 +27,3 @@ jobs:
5327
sudo apt-get install -y libelf-dev bc gawk
5428
make defconfig
5529
make -j"$(nproc)"
56-
57-
all-no:
58-
runs-on: ${{ matrix.image }}
59-
timeout-minutes: 300
60-
61-
strategy:
62-
fail-fast: false
63-
matrix:
64-
image:
65-
- ubuntu-latest
66-
- sprinters:aws:m7i-flex.xlarge:ubuntu-latest
67-
- sprinters:aws:c7i-flex.4xlarge:ubuntu-latest
68-
69-
steps:
70-
- name: Checkout
71-
uses: actions/checkout@v4
72-
with:
73-
repository: torvalds/linux
74-
ref: v6.14
75-
76-
- name: Build
77-
run: |
78-
sudo apt-get update
79-
sudo apt-get install -y libelf-dev bc gawk
80-
make allnoconfig
81-
make -j"$(nproc)"

0 commit comments

Comments
 (0)