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