File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,33 +2,7 @@ name: benchmarks/linux
22on : workflow_dispatch
33
44jobs :
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
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)"
You can’t perform that action at this time.
0 commit comments