-`.only-ee`: Only creates a job for the `gitlab` project.
-`.only-ee`: Only creates a job for the `gitlab`or `gitlab-ee`project.
-`.only-ee-as-if-foss`: Same as `.only-ee` but simulate the FOSS project by
setting the `FOSS_ONLY='1'` environment variable.
...
...
@@ -112,11 +115,13 @@ the cases where it should be created
[based on the changes](../ci/yaml/README.md#onlychangesexceptchanges)
from a commit or MR by extending from the following CI definitions:
-`.only-code-changes`: Allows a job to only be created upon code-related changes.
-`.only-qa-changes`: Allows a job to only be created upon QA-related changes.
-`.only-docs-changes`: Allows a job to only be created upon docs-related changes.
-`.only-code-qa-changes`: Allows a job to only be created upon code-related or QA-related changes.
-`.only-graphql-changes`: Allows a job to only be created upon graphql-related changes.
-`.only:changes-code`: Allows a job to only be created upon code-related changes.
-`.only:changes-qa`: Allows a job to only be created upon QA-related changes.
-`.only:changes-docs`: Allows a job to only be created upon docs-related changes.
-`.only:changes-graphql`: Allows a job to only be created upon GraphQL-related changes.
-`.only:changes-code-backstage`: Allows a job to only be created upon code-related or backstage-related (e.g. Danger, RuboCop, specs) changes.
-`.only:changes-code-qa`: Allows a job to only be created upon code-related or QA-related changes.
-`.only:changes-code-backstage-qa`: Allows a job to only be created upon code-related, backstage-related (e.g. Danger, RuboCop, specs) or QA-related changes.