Migrate repo to soo-rnd org and register runner at org level
CI - Lint & Test / lint-and-test (push) Successful in 40s
Details
CI - Lint & Test / lint-and-test (push) Successful in 40s
Details
- Transfer repo from selee → soo-rnd organization - Re-register runner as org-level runner (shared across soo-rnd repos) - Update ArgoCD repo URL and application source - Update all references from selee/ to soo-rnd/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d89c48d2cd
commit
4e1b576f67
|
|
@ -5,7 +5,7 @@ Gitea + Gitea Runner + ArgoCD + DVC 기반 MLOps 파이프라인 구성 프로
|
||||||
## Repository
|
## Repository
|
||||||
|
|
||||||
```
|
```
|
||||||
https://gitea.inje-private.com/selee/mlops-architecture
|
https://gitea.inje-private.com/soo-rnd/mlops-architecture
|
||||||
```
|
```
|
||||||
|
|
||||||
## 환경 정보
|
## 환경 정보
|
||||||
|
|
@ -70,7 +70,7 @@ curl -sk -X POST "https://gitea.inje-private.com/api/v1/user/repos" \
|
||||||
|
|
||||||
# 로컬 연결
|
# 로컬 연결
|
||||||
git init && git branch -m main
|
git init && git branch -m main
|
||||||
git remote add origin https://gitea.inje-private.com/selee/mlops-architecture.git
|
git remote add origin https://gitea.inje-private.com/soo-rnd/mlops-architecture.git
|
||||||
git add config.yaml README.md .gitignore
|
git add config.yaml README.md .gitignore
|
||||||
git commit -m "Initial commit"
|
git commit -m "Initial commit"
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
|
|
@ -177,7 +177,7 @@ ssh ubuntu@runner "journalctl -u act_runner -f"
|
||||||
ssh ubuntu@runner "sudo systemctl restart act_runner"
|
ssh ubuntu@runner "sudo systemctl restart act_runner"
|
||||||
|
|
||||||
# Gitea에서 Runner 등록 확인
|
# Gitea에서 Runner 등록 확인
|
||||||
# https://gitea.inje-private.com/selee/mlops-architecture/settings/actions/runners
|
# https://gitea.inje-private.com/soo-rnd/mlops-architecture/settings/actions/runners
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://gitea.inje-private.com/selee/mlops-architecture.git
|
repoURL: https://gitea.inje-private.com/soo-rnd/mlops-architecture.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: manifests
|
path: manifests
|
||||||
destination:
|
destination:
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,8 @@ components:
|
||||||
version: v0.3.0 # act_runner version
|
version: v0.3.0 # act_runner version
|
||||||
deploy_type: systemd # systemd service on VM
|
deploy_type: systemd # systemd service on VM
|
||||||
runner_name: soo-runner
|
runner_name: soo-runner
|
||||||
|
scope: organization # 조직(soo-rnd) 레벨 runner
|
||||||
|
organization: soo-rnd
|
||||||
binary: /usr/local/bin/act_runner
|
binary: /usr/local/bin/act_runner
|
||||||
workdir: /opt/act_runner
|
workdir: /opt/act_runner
|
||||||
service_file: /etc/systemd/system/act_runner.service
|
service_file: /etc/systemd/system/act_runner.service
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue