mirror of
https://github.com/apple/pkl.git
synced 2026-07-04 20:21:42 +02:00
Use smaller compute resource for patch test (#315)
Change resource size to "small".
This commit is contained in:
@@ -164,5 +164,6 @@ jobs {
|
|||||||
"""#
|
"""#
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
resource_class = "small"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user