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 Dan Chao
parent de4f0e995b
commit 441bc5861a
2 changed files with 2 additions and 0 deletions

View File

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

View File

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