Skip to content
Snippets Groups Projects
Commit f8b3724f authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.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: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent c5350a08
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment