Use smaller compute resource for patch test (#315)

Change resource size to "small".
This commit is contained in:
Daniel Chao
2024-03-13 16:04:45 -07:00
committed by GitHub
parent 014b3a8816
commit 9c1ae0d683
2 changed files with 2 additions and 0 deletions

View File

@@ -164,5 +164,6 @@ jobs {
"""#
}
}
resource_class = "small"
}
}

View File

@@ -723,6 +723,7 @@ jobs:
- checkout
- run:
command: git apply --reject patches/graalVm23.patch
resource_class: small
docker:
- image: cimg/base:current
trigger-docsite-build: