From ccd041ecdea6617656404679550e44d3491bb685 Mon Sep 17 00:00:00 2001 From: stewartshea Date: Tue, 7 Jul 2026 01:35:03 -0400 Subject: [PATCH] Point tool-builder tasksets at airgap cc-catalog mirror PAPI clones codeBundle.repoUrl on ingestion; the public github.com URL is unreachable from the airgap cluster, so the runbook records were silently dropped (SLXs got created with no runbook attached). Switch the three tool-builder taskset templates to the internal catalog URL that workspace-builder / PAPI already talks to for every other codecollection. Co-authored-by: Cursor --- .../.runwhen/templates/stg-workspace-smoke-taskset.yaml | 2 +- .../.runwhen/templates/system-info-check-bash-taskset.yaml | 2 +- .../.runwhen/templates/system-info-check-taskset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codebundles/stg-workspace-smoke/.runwhen/templates/stg-workspace-smoke-taskset.yaml b/codebundles/stg-workspace-smoke/.runwhen/templates/stg-workspace-smoke-taskset.yaml index 5ee00c7..549a797 100644 --- a/codebundles/stg-workspace-smoke/.runwhen/templates/stg-workspace-smoke-taskset.yaml +++ b/codebundles/stg-workspace-smoke/.runwhen/templates/stg-workspace-smoke-taskset.yaml @@ -9,7 +9,7 @@ metadata: spec: location: {{default_location}} codeBundle: - repoUrl: https://github.com/runwhen-contrib/rw-generic-codecollection.git + repoUrl: http://rw-airgap-cc-catalog-svc.runwhen-env-airgap:8080/git/rw-generic-codecollection.git ref: main pathToRobot: codebundles/tool-builder/runbook.robot configProvided: diff --git a/codebundles/system-info-check-bash/.runwhen/templates/system-info-check-bash-taskset.yaml b/codebundles/system-info-check-bash/.runwhen/templates/system-info-check-bash-taskset.yaml index fb43d7b..06dbddc 100644 --- a/codebundles/system-info-check-bash/.runwhen/templates/system-info-check-bash-taskset.yaml +++ b/codebundles/system-info-check-bash/.runwhen/templates/system-info-check-bash-taskset.yaml @@ -9,7 +9,7 @@ metadata: spec: location: {{default_location}} codeBundle: - repoUrl: https://github.com/runwhen-contrib/rw-generic-codecollection.git + repoUrl: http://rw-airgap-cc-catalog-svc.runwhen-env-airgap:8080/git/rw-generic-codecollection.git ref: main pathToRobot: codebundles/tool-builder/runbook.robot configProvided: diff --git a/codebundles/system-info-check/.runwhen/templates/system-info-check-taskset.yaml b/codebundles/system-info-check/.runwhen/templates/system-info-check-taskset.yaml index fbd44b4..2bf0999 100644 --- a/codebundles/system-info-check/.runwhen/templates/system-info-check-taskset.yaml +++ b/codebundles/system-info-check/.runwhen/templates/system-info-check-taskset.yaml @@ -9,7 +9,7 @@ metadata: spec: location: {{default_location}} codeBundle: - repoUrl: https://github.com/runwhen-contrib/rw-generic-codecollection.git + repoUrl: http://rw-airgap-cc-catalog-svc.runwhen-env-airgap:8080/git/rw-generic-codecollection.git ref: main pathToRobot: codebundles/tool-builder/runbook.robot configProvided: