diff --git a/gerrit/acls/cfn/cfn-overview.config b/gerrit/acls/cfn/cfn-overview.config new file mode 100644 index 0000000000..004f83ddcf --- /dev/null +++ b/gerrit/acls/cfn/cfn-overview.config @@ -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 diff --git a/gerrit/acls/cfn/computing-native.config b/gerrit/acls/cfn/computing-native.config new file mode 100644 index 0000000000..8e0f493ec1 --- /dev/null +++ b/gerrit/acls/cfn/computing-native.config @@ -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 diff --git a/gerrit/acls/cfn/computing-offload.config b/gerrit/acls/cfn/computing-offload.config new file mode 100644 index 0000000000..84bffe50b9 --- /dev/null +++ b/gerrit/acls/cfn/computing-offload.config @@ -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 diff --git a/gerrit/acls/cfn/ubiquitous-computing-scheduling.config b/gerrit/acls/cfn/ubiquitous-computing-scheduling.config new file mode 100644 index 0000000000..9c5f87d6de --- /dev/null +++ b/gerrit/acls/cfn/ubiquitous-computing-scheduling.config @@ -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 diff --git a/gerrit/acls/cfn/use-case-and-architecture.config b/gerrit/acls/cfn/use-case-and-architecture.config new file mode 100644 index 0000000000..7bf0bf9117 --- /dev/null +++ b/gerrit/acls/cfn/use-case-and-architecture.config @@ -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 diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 722049d2aa..69d5743709 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -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 diff --git a/zuul/main.yaml b/zuul/main.yaml index 7474ba2296..14b59e1b61 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -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