Skip to content

Commit 0b07b07

Browse files
committed
chore: run FuzzExtractArchive on a larger runner
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 401e9a9 commit 0b07b07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)