forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (24 loc) · 913 Bytes
/
sync_upstream.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: 'Sync With Upstream'
on:
schedule:
- cron: '30 0 * * *'
workflow_dispatch:
jobs:
sync_master:
uses: bradh352/sonic-buildimage/.github/workflows/reuse-sync.yml@bradh352/master
with:
upstream_repo: "sonic-net/sonic-buildimage"
upstream_branch: "master"
local_branch: "bradh352/master"
sub_projects: "sonic-net/sonic-swss sonic-net/sonic-sairedis sonic-net/sonic-utilities sonic-net/sonic-platform-daemons"
sub_project_path: "src"
secrets: inherit
sync_202411:
uses: bradh352/sonic-buildimage/.github/workflows/reuse-sync.yml@bradh352/master
with:
upstream_repo: "sonic-net/sonic-buildimage"
upstream_branch: "202411"
local_branch: "bradh352/202411"
sub_projects: "sonic-net/sonic-swss sonic-net/sonic-sairedis sonic-net/sonic-utilities sonic-net/sonic-platform-daemons"
sub_project_path: "src"
secrets: inherit