Skip to content

Commit

Permalink
feat: add obs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno-sole committed Aug 29, 2023
1 parent 85c96e3 commit 059fa96
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
25 changes: 25 additions & 0 deletions debian/deepin/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# See the OWNERS docs at https://go.k8s.io/owners

reviewers:
- Zeno-sole
- tsic404
- hudeng-go
- myml
- BLumia
- xzl01
- UTsweetyfish
- Rabenda
- zccrs
- justforlxz
- Clansty
- chenchongbiao
- Avenger-285714
- matrix-wsk
approvers:
- Zeno-sole
- xzl01
- UTsweetyfish
- hudeng-go
- zccrs
- Avenger-285714
- matrix-wsk
36 changes: 36 additions & 0 deletions debian/deepin/workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
test_build:
steps:
- link_package:
source_project: deepin:Develop:main
source_package: %{SCM_REPOSITORY_NAME}
target_project: deepin:CI

- configure_repositories:
project: deepin:CI
repositories:
- name: deepin_develop
paths:
- target_project: deepin:CI
target_repository: deepin_develop
architectures:
- x86_64
- aarch64

filters:
event: pull_request

tag_build:
steps:
- trigger_services:
project: deepin:Unstable:main
package: %{SCM_REPOSITORY_NAME}
filters:
event: tag_push

commit_build:
steps:
- trigger_services:
project: deepin:Develop:main
package: %{SCM_REPOSITORY_NAME}
filters:
event: push

0 comments on commit 059fa96

Please sign in to comment.