Skip to content
Merged
Show file tree
Hide file tree
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
37 changes: 2 additions & 35 deletions services/prow/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ obscijobs:
- deepin-community/.blog.deepin.org
- deepin-community/infra-settings
- deepin-community/deepin-chatopt-script
- linuxdeepin/ddm
- linuxdeepin/treeland
- repos:
- linuxdeepin/deepin-osconfig
project_config: |
Expand Down Expand Up @@ -411,38 +413,3 @@ obscijobs:
<param name="versionformat">@CHANGELOG@@DEEPIN_OFFSET@</param>
</service>
</services>
- repos:
- linuxdeepin/treeland.private
project_meta_tpl: |
<project name="deepin:CI:PROJECT_NAME">
<title/>
<description/>
<sourceaccess>
<disable/>
</sourceaccess>
<access>
<disable/>
</access>
<repository name="deepin_ci">
<path project="vioken" repository="deepin_develop"/>
<arch>x86_64</arch>
<arch>aarch64</arch>
</repository>
</project>
package_meta_tpl: |
<package name="PKGNAME" project="deepin:CI:PROJECT_NAME">
<title/>
<description/>
</package>
project_service_tpl: |
<services>
<service name="obs_gbp">
<param name="url">git@github.com:linuxdeepin/treeland.private.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="versionformat">@CHANGELOG@@DEEPIN_OFFSET@</param>
</service>
</services>
build_script: |
exec dpkg-buildpackage -us -uc --build=any,all "$@"
37 changes: 2 additions & 35 deletions services/prow/config/jobs/images/obsci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ obscijobs:
</services>
excluderepos:
- linuxdeepin/dt
- linuxdeepin/ddm
- linuxdeepin/treeland
- repos:
- hudeng-go
project_config: |
Expand Down Expand Up @@ -62,38 +64,3 @@ obscijobs:
</services>
excluderepos:
- hudeng-go/test
- repos:
- linuxdeepin/treeland.private
project_meta_tpl: |
<project name="deepin:CI:PROJECT_NAME">
<title/>
<description/>
<sourceaccess>
<disable/>
</sourceaccess>
<access>
<disable/>
</access>
<repository name="deepin_ci">
<path project="vioken" repository="deepin_develop"/>
<arch>x86_64</arch>
<arch>aarch64</arch>
</repository>
</project>
package_meta_tpl: |
<package name="PKGNAME" project="deepin:CI:PROJECT_NAME">
<title/>
<description/>
</package>
project_service_tpl: |
<services>
<service name="obs_gbp">
<param name="url">git@github.com:linuxdeepin/treeland.private.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="versionformat">@CHANGELOG@@DEEPIN_OFFSET@</param>
</service>
</services>
build_script: |
exec dpkg-buildpackage -us -uc --build=any,all "$@"
5 changes: 0 additions & 5 deletions services/prow/config/jobs/submits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -954,8 +954,6 @@ presubmits:
linuxdeepin:
- <<: *github-pr-review-ci
- <<: *deepin-auto-translation
linuxdeepin/treeland.private:
- <<: *github-trigger-obs-ci
deepin-community/GHC_packages:
- <<: *ghc-packages-obs-ci

Expand Down Expand Up @@ -985,9 +983,6 @@ postsubmits:
linuxdeepin:
- <<: *linuxdeepin-sync-to-gitlab
- <<: *linuxdeepin-sync-to-gitee
linuxdeepin/treeland.private:
- <<: *obs-src-sync
- <<: *linuxdeepin-sync-to-gitlab
deepin-community/GHC_packages:
- <<: *ghc-packages-obs-sync
OpenAtom-Linyaps:
Expand Down
Loading