Skip to content

Commit 04db6af

Browse files
committed
.sync: Files.yml: Cleanup CLANGPDB file sync
A mu_feature_ipmi and mu_feature_debugger do not support `stuart_setup` and thus would error because their config was set to `both`. This commit updates the config for these two repositories to only be `ci-setup`. Additionally, this commit removes mu_plus from being sync'd as it requires rust be configured. We do not plan on supporting this at this time.
1 parent 860909e commit 04db6af

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.sync/Files.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ group:
646646
repos: |
647647
microsoft/mu_crypto_release
648648
649-
# Leaf Workflow - CLANGPDB Package CI (feature repos)
649+
# Leaf Workflow - CLANGPDB Package CI (mu_feature_config and mu_feature_dfci)
650650
- files:
651651
- source: .sync/workflows/leaf/clangpdb-ci.yml
652652
dest: .github/workflows/clangpdb-ci.yml
@@ -655,19 +655,27 @@ group:
655655
setup_cmd: both
656656
repos: |
657657
microsoft/mu_feature_config
658-
microsoft/mu_feature_debugger
659658
microsoft/mu_feature_dfci
659+
660+
# Leaf Workflow - CLANGPDB Package CI (mu_feature_ipmi and mu_feature_debugger)
661+
- files:
662+
- source: .sync/workflows/leaf/clangpdb-ci.yml
663+
dest: .github/workflows/clangpdb-ci.yml
664+
template:
665+
branch: main
666+
setup_cmd: ci-setup
667+
repos: |
660668
microsoft/mu_feature_ipmi
669+
microsoft/mu_feature_debugger
661670
662-
# Leaf Workflow - CLANGPDB Package CI (mu_oem_sample, mu_plus)
671+
# Leaf Workflow - CLANGPDB Package CI (mu_oem_sample)
663672
- files:
664673
- source: .sync/workflows/leaf/clangpdb-ci.yml
665674
dest: .github/workflows/clangpdb-ci.yml
666675
template:
667676
setup_cmd: ci-setup
668677
repos: |
669678
microsoft/mu_oem_sample
670-
microsoft/mu_plus
671679
672680
# Leaf Workflow - CLANGPDB Package CI (mu_tiano_platforms)
673681
- files:

0 commit comments

Comments
 (0)