Skip to content

Commit

Permalink
sync: sync obs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
deepin-admin-bot committed Feb 18, 2023
1 parent f949866 commit 996d326
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
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:
- branch_package:
source_project: deepin:Develop:main
source_package: %{SCM_REPOSITORY_NAME}
target_project: deepin:Unstable:main
filters:
event: tag_push

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

0 comments on commit 996d326

Please sign in to comment.