From f6236a7a19e6356990599194537811e0d7c8a483 Mon Sep 17 00:00:00 2001 From: Patrick Nisperos Date: Tue, 31 Mar 2026 14:21:30 -0700 Subject: [PATCH 1/2] initial commit for #swf-onboard From 15dc83f9d6984ad55d8c964705f4dee01afc993a Mon Sep 17 00:00:00 2001 From: Patrick Nisperos Date: Tue, 31 Mar 2026 14:22:02 -0700 Subject: [PATCH 2/2] Onboard to software factory --- config.yaml | 36 +++++++----------------------------- 1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/config.yaml b/config.yaml index 336f303..2e6435e 100644 --- a/config.yaml +++ b/config.yaml @@ -1,31 +1,9 @@ -# [Required] -# Basic component information +# Basic Component Information repo: react-squirrel-backend -organization: ad-build-test -url: https://github.com/ad-build-test/react-squirrel-backend -description: test react-squirrel-backend +organization: slaclab +url: https://github.com/slaclab/react-squirrel-backend +description: A FastAPI backend with Postgres database for the react version of Squirrel -# [Required] -# Continous integration -approvalRule: all -testingCriteria: all -issueTracker: github -jiraProjectKey: n/a - -# [Required] -# Type of deployment -# Types: [ioc, hla, tools, matlab, pydm, container] -deploymentType: container - -# [Optional] -# Build method for building the component -# Can be a simple command like 'make' -# build: - -# [Optional] -# Environments this app runs on -# environments: - -# [Optional] -# Directories and files needed to run application -# runtimeDependencies: +# Deployment playbook +deploy: + playbook: container_module/container_deploy.yml