Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update obs workflows #929

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,51 @@ commit_build:
- trigger_services:
project: deepin:Develop:dde
package: %{SCM_REPOSITORY_NAME}

- link_package:
source_project: deepin:Develop:dde
source_package: %{SCM_REPOSITORY_NAME}
target_project: linglong:CI
- configure_repositories:
project: linglong:CI
repositories:
- name: deepin_develop
paths:
- target_project: linglong:CI
target_repository: deepin_develop
architectures:
- x86_64
- aarch64

- name: debian
paths:
- target_project: linglong:CI
target_repository: debian_sid
architectures:
- x86_64

- name: uos20
paths:
- target_project: linglong:CI
target_repository: uos_standard
architectures:
- x86_64
- aarch64

- name: anolisOS
paths:
- target_project: linglong:CI
target_repository: AnolisOS_8.8_repo
architectures:
- x86_64
- aarch64

- name: openEuler
paths:
- target_project: linglong:CI
target_repository: openEuler_23.09_repo
architectures:
- x86_64
- aarch64
filters:
event: push
Loading