Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-05 21:09:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-05 21:09:44 +0300
commit2f1a81fd16ff9968d6b986f8a407d963bc2218f9 (patch)
treed079c1abc2bc282e749a676651c0f02d288874f3 /doc/ci
parent18e9429b63f9a095b1ba3606856537b9ca291eac (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/components/index.md19
-rw-r--r--doc/ci/runners/saas/linux_saas_runner.md2
2 files changed, 10 insertions, 11 deletions
diff --git a/doc/ci/components/index.md b/doc/ci/components/index.md
index 1b5f1c91c94..883624aeda2 100644
--- a/doc/ci/components/index.md
+++ b/doc/ci/components/index.md
@@ -190,13 +190,12 @@ After components are added to a components repository, they can immediately be [
However, this repository is not discoverable. You must mark this project as a catalog resource to allow it to be visible in the CI Catalog
so other users can discover it.
-To mark a project as a catalog resource, run the following [graphQL](../../api/graphql/index.md)
-mutation:
-
-```graphql
-mutation {
- catalogResourcesCreate(input: { projectPath: "path-to-project"}) {
- errors
- }
-}
-```
+To mark a project as a catalog resource:
+
+1. On the top bar, select **Main menu > Projects** and find your project.
+1. On the left sidebar, select **Settings > General**.
+1. Expand **Visibility, project features, permissions**.
+1. Scroll down to **CI/CD Catalog resource** and select the toggle to mark the project as a catalog resource.
+
+NOTE:
+This action is not reversible.
diff --git a/doc/ci/runners/saas/linux_saas_runner.md b/doc/ci/runners/saas/linux_saas_runner.md
index d0ddbdfcaf0..be28197e681 100644
--- a/doc/ci/runners/saas/linux_saas_runner.md
+++ b/doc/ci/runners/saas/linux_saas_runner.md
@@ -180,7 +180,7 @@ sentry_dsn = "X"
MachineOptions = [
"google-project=PROJECT",
"google-disk-size=25",
- "google-machine-type=n1-standard-1",
+ "google-machine-type=n2d-standard-2",
"google-username=core",
"google-tags=gitlab-com,srm",
"google-use-internal-ip",