From 85fe1c4837e1eadd571e2f6be71afcea321a1a1d Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Mon, 20 Jul 2026 15:02:39 +0200 Subject: [PATCH] docs(agents): note .gitlab-ci.yml is internal in root AGENTS.md The GitLab CI for native subprojects section documents .gitlab-ci.yml and tools/ci/generated-release-jobs.yml without noting they are internal config, unlike tools/ci/subproject-validations.yaml which already got that note in #213. Added the same disclaimer here. JIRA: NO-REF NVBug: none Signed-off-by: mesutoezdil --- AGENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 75abb4fb4..d7cbcc810 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -210,7 +210,9 @@ manually before finishing. ## GitLab CI for native subprojects The umbrella parent pipeline (`.gitlab-ci.yml`) is not where native service -build, test, helm-lint, or release validation jobs go. +build, test, helm-lint, or release validation jobs go. `.gitlab-ci.yml` and +`tools/ci/generated-release-jobs.yml` are internal GitLab CI config not +present in this public snapshot. | Job kind | Where to declare it | |---|---|