Skip to content

Commit cb60cf8

Browse files
committed
for test
1 parent 6eef89a commit cb60cf8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/01-parsec-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
return component
199199
200200
try:
201-
components = ["main", "dde", "community"]
201+
components = ["main", "dde", "community", "commercial"]
202202
allBuildTasks = [{"component": j,"data":{"payload": []}} for j in components]
203203
data = read_integration()
204204
@@ -222,8 +222,8 @@ jobs:
222222
component_index = 1
223223
if component == "community":
224224
component_index = 2
225-
if component == "commercial":
226-
component_index = 3
225+
if component == "commercial":
226+
component_index = 3
227227
print("component: %s" % component)
228228
tagsha = repo.get('tagsha', "")
229229
tag = repo.get('tag', "")

.github/workflows/auto-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ env:
1616

1717
jobs:
1818
parsec_integration:
19-
uses: deepin-community/Repository-Integration/.github/workflows/01-parsec-integration.yml@master
19+
uses: peeweep-test/Repository-Integration/.github/workflows/01-parsec-integration.yml@master
2020

2121
ouput_message:
2222
name: output integration
2323
needs: parsec_integration
2424
if: ${{ github.event.pull_request.head.sha }}
25-
uses: deepin-community/Repository-Integration/.github/workflows/02-integration-output.yml@master
25+
uses: peeweep-test/Repository-Integration/.github/workflows/02-integration-output.yml@master
2626

2727
build_project_prepare:
2828
name: build project prepare
@@ -37,7 +37,7 @@ jobs:
3737
set -x
3838
result=$(curl -u golf66:$OSCPASS "https://build.deepin.com/source/deepin:CI:TestingIntegration:$TOPIC/_meta"|grep "unknown_project")
3939
if [ "$result" != "" ];then
40-
curl -o meta.xml https://raw.githubusercontent.com/deepin-community/Repository-Integration/master/.github/workflows/obs-proj-meta.tpl
40+
curl -o meta.xml https://raw.githubusercontent.com/peeweep-test/Repository-Integration/master/.github/workflows/obs-proj-meta.tpl
4141
sed -i "s#TOPIC#${TOPIC}#g" meta.xml
4242
curl -X PUT -u golf66:$OSCPASS -H "Content-type: text/xml" -d @meta.xml "https://build.deepin.com/source/deepin:CI:TestingIntegration:$TOPIC/_meta"
4343
fi
@@ -184,7 +184,7 @@ jobs:
184184
(needs.build_community.result == 'success' || needs.build_community.result == 'skipped') &&
185185
(needs.build_commercial.result == 'success' || needs.build_commercial.result == 'skipped') &&
186186
needs.wait_build_pending_status.result == 'success'
187-
uses: deepin-community/Repository-Integration/.github/workflows/issue-project-manager.yml@master
187+
uses: peeweep-test/Repository-Integration/.github/workflows/issue-project-manager.yml@master
188188
secrets: inherit
189189
with:
190190
repo: linuxdeepin/developer-center
@@ -207,7 +207,7 @@ jobs:
207207
- ouput_message
208208
- build_project_prepare
209209
- create_issue_link_project
210-
uses: deepin-community/Repository-Integration/.github/workflows/04-auto-test.yml@master
210+
uses: peeweep-test/Repository-Integration/.github/workflows/04-auto-test.yml@master
211211
if: |
212212
always() && !cancelled() &&
213213
(needs.create_issue_link_project.result == 'success')
@@ -225,7 +225,7 @@ jobs:
225225
if: |
226226
always() && !cancelled() &&
227227
(needs.pass_integration.result == 'success')
228-
uses: deepin-community/Repository-Integration/.github/workflows/06-deployed.yml@master
228+
uses: peeweep-test/Repository-Integration/.github/workflows/06-deployed.yml@master
229229
secrets: inherit
230230
with:
231231
integrations: ${{ needs.parsec_integration.outputs.all_build_task }}
@@ -240,7 +240,7 @@ jobs:
240240
strategy:
241241
fail-fast: false
242242
matrix: ${{ fromJson(needs.parsec_integration.outputs.build_matrix_main) }}
243-
uses: deepin-community/Repository-Integration/.github/workflows/02-build-obs.yml@master
243+
uses: peeweep-test/Repository-Integration/.github/workflows/02-build-obs.yml@master
244244
secrets: inherit
245245
with:
246246
repo: ${{ matrix.payload.repo }}
@@ -257,7 +257,7 @@ jobs:
257257
strategy:
258258
fail-fast: false
259259
matrix: ${{ fromJson(needs.parsec_integration.outputs.build_matrix_dde) }}
260-
uses: deepin-community/Repository-Integration/.github/workflows/02-build-obs.yml@master
260+
uses: peeweep-test/Repository-Integration/.github/workflows/02-build-obs.yml@master
261261
secrets: inherit
262262
with:
263263
repo: ${{ matrix.payload.repo }}
@@ -275,7 +275,7 @@ jobs:
275275
strategy:
276276
fail-fast: false
277277
matrix: ${{ fromJson(needs.parsec_integration.outputs.build_matrix_community) }}
278-
uses: deepin-community/Repository-Integration/.github/workflows/02-build-obs.yml@master
278+
uses: peeweep-test/Repository-Integration/.github/workflows/02-build-obs.yml@master
279279
secrets: inherit
280280
with:
281281
repo: ${{ matrix.payload.repo }}
@@ -293,7 +293,7 @@ jobs:
293293
strategy:
294294
fail-fast: false
295295
matrix: ${{ fromJson(needs.parsec_integration.outputs.build_matrix_ccommercial) }}
296-
uses: deepin-community/Repository-Integration/.github/workflows/02-build-obs.yml@master
296+
uses: peeweep-test/Repository-Integration/.github/workflows/02-build-obs.yml@master
297297
secrets: inherit
298298
with:
299299
repo: ${{ matrix.payload.repo }}

0 commit comments

Comments
 (0)