Skip to content

Commit 9ddbdfb

Browse files
authored
OND-1435: Update CI jobs to new CI fleet (#69)
1 parent ffc364d commit 9ddbdfb

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ jobs:
8080
arch: "arm64"
8181
os_distribution: "sonoma"
8282
os_version: "14"
83-
revision: "dd17e52a1f04529abb97003e8093d356739980d7"
83+
revision: "8c27ba1624955003040780ea24a0ec25a3b5e309"
8484

8585
- os: "windows"
8686
arch: "x64"
8787
os_distribution: "server"
8888
os_version: "2022"
89-
revision: "dd17e52a1f04529abb97003e8093d356739980d7"
89+
revision: "8c27ba1624955003040780ea24a0ec25a3b5e309"
9090

9191
env:
9292
ARCH: "${{ matrix.arch }}"
@@ -170,3 +170,4 @@ jobs:
170170
171171
- name: Log out
172172
run: infra/logout.sh
173+

.github/workflows/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ jobs:
8585
arch: "arm64"
8686
os_distribution: "sonoma"
8787
os_version: "14"
88-
revision: "dd17e52a1f04529abb97003e8093d356739980d7"
88+
revision: "8c27ba1624955003040780ea24a0ec25a3b5e309"
8989

9090
- os: "windows"
9191
arch: "x64"
9292
os_distribution: "server"
9393
os_version: "2022"
94-
revision: "dd17e52a1f04529abb97003e8093d356739980d7"
94+
revision: "8c27ba1624955003040780ea24a0ec25a3b5e309"
9595

9696
env:
9797
ARCH: "${{ matrix.arch }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- "arch=${{ matrix.arch }}"
108108
- "os_distribution=${{ matrix.os_distribution }}"
109109
- "os_version=${{ matrix.os_version }}"
110-
- "revision=dd17e52a1f04529abb97003e8093d356739980d7"
110+
- "revision=8c27ba1624955003040780ea24a0ec25a3b5e309"
111111
timeout-minutes: 10
112112
needs:
113113
- check-version

0 commit comments

Comments
 (0)