From 287a7e4078d7e3c8549e6e5fac1c7eee47f6c1f0 Mon Sep 17 00:00:00 2001 From: Tiffany Kyi Date: Tue, 28 Nov 2017 12:00:08 -0800 Subject: [PATCH] fix: CPU and RAM can be configured separately --- docs/user-guide/configuration/index.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/configuration/index.md b/docs/user-guide/configuration/index.md index 51dc58a0..2061ab65 100644 --- a/docs/user-guide/configuration/index.md +++ b/docs/user-guide/configuration/index.md @@ -28,7 +28,8 @@ You can access information about properties by hovering over the property name. annotations: beta.screwdriver.cd/my-cluster-annotation: my-data beta.screwdriver.cd/executor: k8s-vm - beta.screwdriver.cd/resource: HIGH + beta.screwdriver.cd/cpu: HIGH + beta.screwdriver.cd/ram: LOW jobs: main: requires: [~pr, ~commit, ~sd@123:main] @@ -89,9 +90,13 @@ You can access information about properties by hovering over the property name.

Executor annotation

Used to designate a non-default executor to run the build. Some available executors are `jenkins`, `k8s-vm`

-