Skip to content

Commit bf9a4e0

Browse files
authored
ci: run LuxCore + MLDataDevices + WeightInitializers testing on 1.12 (#1534)
* ci: run LuxCore + MLDataDevices testing on 1.12 * ci: test WeightInitializers on 1.12
1 parent f3fc36c commit bf9a4e0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.buildkite/testing_mldatadevices.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
matrix:
2222
setup:
2323
julia:
24-
- "1.11"
24+
- "1.12"
2525
group:
2626
- "CUDA"
2727
- "reactant"
@@ -49,7 +49,7 @@ steps:
4949
# matrix:
5050
# setup:
5151
# julia:
52-
# - "1.11"
52+
# - "1.12"
5353

5454
- group: ":julia: (MLDataDevices) Metal GPU"
5555
steps:
@@ -74,7 +74,7 @@ steps:
7474
matrix:
7575
setup:
7676
julia:
77-
- "1.11"
77+
- "1.12"
7878

7979
- group: ":julia: (MLDataDevices) oneAPI GPU"
8080
steps:
@@ -99,7 +99,7 @@ steps:
9999
matrix:
100100
setup:
101101
julia:
102-
- "1.11"
102+
- "1.12"
103103

104104
env:
105105
SECRET_CODECOV_TOKEN: "jQ0BMTQgyZx7QGyU0Q2Ec7qB9mtE2q/tDu0FsfxvEG7/zOAGvXkyXrzIFFOQxvDoFcP+K2+hYZKMxicYdNqzr5wcxu505aNGN2GM3wyegAr+hO6q12bCFYx6qXzU9FLCCdeqINqn9gUSSOlGtWNFrbAlrTyz/D4Yo66TqBDzvaLL63FMnhCLaXW/zJt3hNuEAJaPY2O6Ze1rX2WZ3Y+i+s3uQ8aLImtoCJhPe8CRx+OhuYiTzGhynFfGntZ0738/1RN4gNM0S/hTC4gLE7XMVBanJpGh32rFaiDwW4zAyXKBrDkL3QA3MS1RvLTJxGJ085S16hCk0C4ddAhZCvIM9Q==;U2FsdGVkX1+bXdFeKMs5G79catOCyby2n07A2fg0FjVAvrjQLZ0yfvDS4paJiFikLkodho0khz2YALKb2Y0K6w=="

.buildkite/testing_weightinitializers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
matrix:
2222
setup:
2323
julia:
24-
- "1.11"
24+
- "1.12"
2525

2626
# - group: ":julia: (WeightInitializers) AMD GPU"
2727
# steps:
@@ -47,7 +47,7 @@ steps:
4747
# setup:
4848
# julia:
4949
# - "1.10"
50-
# - "1.11"
50+
# - "1.12"
5151

5252
- group: ":julia: (WeightInitializers) Metal GPU"
5353
steps:
@@ -73,7 +73,7 @@ steps:
7373
setup:
7474
julia:
7575
- "1.10"
76-
- "1.11"
76+
- "1.12"
7777

7878
- group: ":julia: (WeightInitializers) oneAPI GPU"
7979
steps:
@@ -99,7 +99,7 @@ steps:
9999
setup:
100100
julia:
101101
- "1.10"
102-
- "1.11"
102+
- "1.12"
103103

104104
env:
105105
SECRET_CODECOV_TOKEN: "jQ0BMTQgyZx7QGyU0Q2Ec7qB9mtE2q/tDu0FsfxvEG7/zOAGvXkyXrzIFFOQxvDoFcP+K2+hYZKMxicYdNqzr5wcxu505aNGN2GM3wyegAr+hO6q12bCFYx6qXzU9FLCCdeqINqn9gUSSOlGtWNFrbAlrTyz/D4Yo66TqBDzvaLL63FMnhCLaXW/zJt3hNuEAJaPY2O6Ze1rX2WZ3Y+i+s3uQ8aLImtoCJhPe8CRx+OhuYiTzGhynFfGntZ0738/1RN4gNM0S/hTC4gLE7XMVBanJpGh32rFaiDwW4zAyXKBrDkL3QA3MS1RvLTJxGJ085S16hCk0C4ddAhZCvIM9Q==;U2FsdGVkX1+bXdFeKMs5G79catOCyby2n07A2fg0FjVAvrjQLZ0yfvDS4paJiFikLkodho0khz2YALKb2Y0K6w=="

.github/workflows/CI_LuxCore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test:
2121
uses: ./.github/workflows/CommonCI.yml
2222
with:
23-
julia_version: "1.11"
23+
julia_version: "1.12"
2424
project: "lib/LuxCore"
2525

2626
downgrade:

.github/workflows/CI_MLDataDevices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- reactant
3030
uses: ./.github/workflows/CommonCI.yml
3131
with:
32-
julia_version: "1.11"
32+
julia_version: "1.12"
3333
project: "lib/MLDataDevices"
3434
test_args: "BACKEND_GROUP=${{ matrix.group }}"
3535
os: ${{ matrix.os }}

.github/workflows/CI_WeightInitializers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test:
2020
uses: ./.github/workflows/CommonCI.yml
2121
with:
22-
julia_version: "1.11"
22+
julia_version: "1.12"
2323
project: "lib/WeightInitializers"
2424
test_args: "BACKEND_GROUP=cpu"
2525

0 commit comments

Comments
 (0)