Merge "Apply cfn repository for code and storyboard"
This commit is contained in:
commit
e75b9a1313
11
gerrit/acls/cfn/cfn-overview.config
Normal file
11
gerrit/acls/cfn/cfn-overview.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group cfn-overview-core
|
||||
label-Code-Review = -2..+2 group cfn-overview-core
|
||||
label-Workflow = -1..+1 group cfn-overview-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
11
gerrit/acls/cfn/computing-native.config
Normal file
11
gerrit/acls/cfn/computing-native.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group computing-native-core
|
||||
label-Code-Review = -2..+2 group computing-native-core
|
||||
label-Workflow = -1..+1 group computing-native-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
11
gerrit/acls/cfn/computing-offload.config
Normal file
11
gerrit/acls/cfn/computing-offload.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group computing-offload-core
|
||||
label-Code-Review = -2..+2 group computing-offload-core
|
||||
label-Workflow = -1..+1 group computing-offload-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
11
gerrit/acls/cfn/ubiquitous-computing-scheduling.config
Normal file
11
gerrit/acls/cfn/ubiquitous-computing-scheduling.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ubiquitous-computing-scheduling-core
|
||||
label-Code-Review = -2..+2 group ubiquitous-computing-scheduling-core
|
||||
label-Workflow = -1..+1 group ubiquitous-computing-scheduling-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
11
gerrit/acls/cfn/use-case-and-architecture.config
Normal file
11
gerrit/acls/cfn/use-case-and-architecture.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group cfn-use-case-and-architecture-core
|
||||
label-Code-Review = -2..+2 group cfn-use-case-and-architecture-core
|
||||
label-Workflow = -1..+1 group cfn-use-case-and-architecture-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -141,6 +141,33 @@
|
||||
- airship
|
||||
- project: airship/zuul-airship-roles
|
||||
description: Reusable Ansible roles for use in Airship Zuul jobs
|
||||
- project: cfn/cfn-overview
|
||||
description: Overview contents for computing force network working group.
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- computing-force-network
|
||||
- project: cfn/computing-native
|
||||
description: Computing native is to build a open and unified compiling platform
|
||||
that eliminate the difference between heterogeneous hardwares like GPU, FPGA, etc.
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- computing-force-network
|
||||
- project: cfn/computing-offload
|
||||
description: Computing offload is to pullout the high-speed processing units from general CPU to the Smart NIC.
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- computing-force-network
|
||||
- project: cfn/ubiquitous-computing-scheduling
|
||||
description: Ubiquitous Computing Scheduling is to build a unified scheduling platform
|
||||
for computing resources including center cloud, edge, and terminal computing.
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- computing-force-network
|
||||
- project: cfn/use-case-and-architecture
|
||||
description: Contents for CFN definition, architecture, use cases and e2e solution.
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- computing-force-network
|
||||
- project: cirros/cirros
|
||||
description: Provides linux disk and kernel/initramfs images.
|
||||
default-branch: main
|
||||
|
@ -150,6 +150,11 @@
|
||||
- airship/treasuremap
|
||||
- airship/vino
|
||||
- airship/zuul-airship-roles
|
||||
- cfn/cfn-overview
|
||||
- cfn/computing-native
|
||||
- cfn/computing-offload
|
||||
- cfn/ubiquitous-computing-scheduling
|
||||
- cfn/use-case-and-architecture
|
||||
- cirros/cirros
|
||||
- jjb/jenkins-job-builder
|
||||
- jjb/python-jenkins
|
||||
|
Loading…
Reference in New Issue
Block a user