"#"
This commit is contained in:
29
tests/fixtures/multi-target.yml
vendored
Normal file
29
tests/fixtures/multi-target.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# Test fixture: multi-target config
|
||||
josh:
|
||||
proxy_url: "https://josh.test.local"
|
||||
monorepo_path: "org/monorepo"
|
||||
|
||||
targets:
|
||||
- name: "app-a"
|
||||
subfolder: "services/app-a"
|
||||
josh_filter: ":/services/app-a"
|
||||
subrepo_url: "https://gitea.test.local/ext/app-a.git"
|
||||
subrepo_auth: "https"
|
||||
branches:
|
||||
main: main
|
||||
forward_only: []
|
||||
|
||||
- name: "app-b"
|
||||
subfolder: "services/app-b"
|
||||
subrepo_url: "git@gitea.test.local:ext/app-b.git"
|
||||
subrepo_auth: "ssh"
|
||||
subrepo_ssh_key_var: "APP_B_SSH_KEY"
|
||||
branches:
|
||||
main: main
|
||||
develop: dev
|
||||
forward_only: [develop]
|
||||
|
||||
bot:
|
||||
name: "test-bot"
|
||||
email: "test-bot@test.local"
|
||||
trailer: "Josh-Sync-Origin"
|
||||
Reference in New Issue
Block a user