Skip to content

Commit 64b1771

Browse files
egibsstevebeattie
andauthored
chore: run FuzzExtractArchive on a larger runner (#1373)
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com> Co-authored-by: Steve Beattie <steve+github@nxnw.org>
1 parent b87a03d commit 64b1771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fuzz:
9393
if: ${{ github.repository == 'chainguard-dev/malcontent' && needs.discover.outputs.targets != '[]' }}
9494
needs: discover
95-
runs-on: ubuntu-latest
95+
runs-on: ${{ matrix.target.test == 'FuzzExtractArchive' && 'ubuntu-latest-8-core' || 'ubuntu-latest' }}
9696
permissions:
9797
contents: read
9898
strategy:
@@ -107,7 +107,7 @@ jobs:
107107
--cap-add SETUID
108108
--cap-drop ALL
109109
--cgroupns private
110-
--cpu-shares=4096
110+
--cpu-shares=${{ matrix.target.test == 'FuzzExtractArchive' && '8192' || '4096' }}
111111
--memory-swappiness=0
112112
--security-opt no-new-privileges
113113
--ulimit core=0

0 commit comments

Comments
 (0)