From f8b3724fcad1637edb84e228d68d4b9cb81b1450 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Mon, 25 Oct 2021 13:43:56 +0200 Subject: [PATCH] .gitlab-ci.yml: builds docs on smaller instances Docs are light-weight and don't need to hog a full s3.large.8 instance, which is usually busy with Linux builds. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f24cc4b..c28d5b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,8 @@ reuse: # among others, the "rules" section. build-docs: extends: [.workspace, .build-docs] + variables: + CI_ONIRO_INSTANCE_SIZE: s3.large.2 script: - !reference [.workspace, script] - !reference [.build-docs, script] -- GitLab