Skip to content

Commit a882c05

Browse files
authored
Merge pull request #308 from BruceDai/optimize_auto_roll_ci
Optimize Auto roll CIs by updating PR's title and scheduling time.
2 parents 2edc28b + 339a3d3 commit a882c05

6 files changed

Lines changed: 16 additions & 15 deletions

File tree

.github/workflows/auto_roll_deps_dml.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55

66
schedule:
7-
# Every Monday/Wednesday at 5 am
8-
- cron: "0 5 * * 1,3"
7+
# Every Monday/Wednesday at 1 am
8+
- cron: "0 1 * * 1,3"
99

1010
jobs:
1111
deps:
@@ -57,7 +57,7 @@ jobs:
5757
id: cpr
5858
uses: peter-evans/create-pull-request@v4
5959
with:
60-
title: Roll third_party DEPS
60+
title: Roll third_party DEPS / DML
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
branch: autoroller/roll
6363
branch-suffix: short-commit-hash

.github/workflows/auto_roll_deps_mlas.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55

66
schedule:
7-
# Every Monday/Wednesday at 5 am
8-
- cron: "0 5 * * 1,3"
7+
# Every Monday/Wednesday at 1 am
8+
- cron: "0 1 * * 1,3"
99

1010
jobs:
1111
deps:
@@ -50,7 +50,7 @@ jobs:
5050
id: cpr
5151
uses: peter-evans/create-pull-request@v4
5252
with:
53-
title: Roll third_party DEPS
53+
title: Roll third_party DEPS / MLAS
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
branch: autoroller/roll
5656
branch-suffix: short-commit-hash

.github/workflows/auto_roll_deps_onednn.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55

66
schedule:
7-
# Every Monday/Wednesday at 5 am
8-
- cron: "0 5 * * 1,3"
7+
# Every Monday/Wednesday at 1 am
8+
- cron: "0 1 * * 1,3"
99

1010
jobs:
1111
deps:
@@ -50,7 +50,7 @@ jobs:
5050
id: cpr
5151
uses: peter-evans/create-pull-request@v4
5252
with:
53-
title: Roll third_party DEPS
53+
title: Roll third_party DEPS / oneDNN
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
branch: autoroller/roll
5656
branch-suffix: short-commit-hash

.github/workflows/auto_roll_deps_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55

66
schedule:
7-
# Every Monday/Wednesday at 5 am
8-
- cron: "0 5 * * 1,3"
7+
# Every Monday/Wednesday at 1 am
8+
- cron: "0 1 * * 1,3"
99

1010
jobs:
1111
deps:
@@ -78,7 +78,7 @@ jobs:
7878
id: cpr
7979
uses: peter-evans/create-pull-request@v4
8080
with:
81-
title: Roll third_party DEPS
81+
title: Roll third_party DEPS / Test
8282
token: ${{ secrets.GITHUB_TOKEN }}
8383
branch: autoroller/roll
8484
branch-suffix: short-commit-hash

.github/workflows/auto_roll_deps_xnnpack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55

66
schedule:
7-
# Every Monday/Wednesday at 5 am
8-
- cron: "0 5 * * 1,3"
7+
# Every Monday/Wednesday at 1 am
8+
- cron: "0 1 * * 1,3"
99

1010
jobs:
1111
deps:
@@ -50,7 +50,7 @@ jobs:
5050
id: cpr
5151
uses: peter-evans/create-pull-request@v4
5252
with:
53-
title: Roll third_party DEPS
53+
title: Roll third_party DEPS / XNNPACK
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
branch: autoroller/roll
5656
branch-suffix: short-commit-hash

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
build
88
buildtools
99
testing
10+
third_party/catapult/
1011
third_party/clang-format/
1112
third_party/googletest/
1213
third_party/jinja2/

0 commit comments

Comments
 (0)