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

chore: integration uos ai #2061

Closed
wants to merge 4 commits into from
Closed
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
22 changes: 13 additions & 9 deletions integration.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Required
message: |
Integrated for V23-Release
message: integration uos ai
# Not required, now default is V23-Release
milestone: V23-Release
# Required
repos:
# Required
- repo: linuxdeepin/examplerepo
# Not required
tag: 5.11.22
# Not required, but need one of tag and tagsha info
# When use tag info, integration workflow will check repository tag and build tag version
# When use tagsha info, interation workflow will build tagsha version, It doesn't matter whether the tag exists.
tagsha: "********************************"
- repo: linuxdeepin/uos-ai
tagsha: e4ef0d430d3330ed24cb7ce5f3b437954bed7eba
gitaddr: "ssh://[email protected]:29418/uos-ai"
- repo: linuxdeepin/deepin-ai-daemon
tagsha: 6fbbb1e665878275ccb98cdd20073982e6b8b56d
gitaddr: "ssh://[email protected]:29418/base/deepin-ai-daemon"
- repo: linuxdeepin/deepin-systemassistant-knowledge
tagsha: 73a820c449743045dbaf24f6afafff8dc28acdba
gitaddr: "ssh://[email protected]:29418/base/deepin-systemassistant-knowledge"
- repo: linuxdeepin/deepin-modelhub
tagsha: f220a8505ab451d602b0d1bc9a136b9a8dfa535a
gitaddr: "ssh://[email protected]:29418/deepin-modelhub"
Loading