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
+1
View File
@@ -164,5 +164,6 @@ jobs {
"""# """#
} }
} }
resource_class = "small"
} }
} }
+1
View File
@@ -723,6 +723,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: