Skip to content

Commit 4f2fd9b

Browse files
committed
Bump all CI workflows default Khiops revision to latest beta
TODO, once khiops core 10.2.3 is released: - Publish 'latest' Docker image version based on Khiops core 10.2.3 - Revert to 'latest' for Docker image versions - Bump to 10.2.3 elsewhere
1 parent 0acb848 commit 4f2fd9b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# because the `env` context is only accessible at the step level;
4040
# hence, it is hard-coded
4141
image: |-
42-
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.4.with_native_10.2.3-b.4' }}
42+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.4.with_conda-forge_10.2.3-b.4' }}
4343
# Use the 'runner' user (1001) from github so checkout actions work properly
4444
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
4545
options: --user 1001

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010
inputs:
1111
khiops-core-version:
12-
default: 10.2.3b.3
12+
default: 10.2.3b.4
1313
description: khiops-core version for testing
1414
khiops-samples-version:
1515
default: 10.2.0

.github/workflows/dev-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Dev Docker
33
env:
4-
DEFAULT_KHIOPS_REVISION: 10.2.3-b.3
4+
DEFAULT_KHIOPS_REVISION: 10.2.3-b.4
55
DEFAULT_IMAGE_INCREMENT: 0
66
DEFAULT_SERVER_REVISION: main
77
DEFAULT_PYTHON_VERSIONS: 3.8 3.9 3.10 3.11 3.12
@@ -12,7 +12,7 @@ on:
1212
inputs:
1313
khiops-revision:
1414
type: string
15-
default: main
15+
default: 10.2.3-b.4
1616
description: Khiops Revision
1717
image-increment:
1818
type: number

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# because the `env` context is only accessible at the step level;
5757
# hence, it is hard-coded
5858
image: |-
59-
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_native_10.2.3-b.4' }}
59+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_conda-forge_10.2.3-b.4' }}
6060
steps:
6161
- name: Set parameters as env
6262
run: |

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Unit Tests
33
env:
44
DEFAULT_SAMPLES_REVISION: main
5-
DEFAULT_KHIOPS_DESKTOP_REVISION: 10.2.3-b.3
5+
DEFAULT_KHIOPS_DESKTOP_REVISION: 10.2.3-b.4
66
on:
77
workflow_dispatch:
88
inputs:
@@ -13,7 +13,7 @@ on:
1313
default: latest
1414
description: Development Docker Image Tag
1515
khiops-desktop-revision:
16-
default: 10.2.3-b.3
16+
default: 10.2.3-b.4
1717
description: Khiops Windows Desktop Application Version
1818
run-long-tests:
1919
type: boolean
@@ -36,7 +36,7 @@ jobs:
3636
# because the `env` context is only accessible at the step level;
3737
# hence, it is hard-coded
3838
image: |-
39-
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.4.with_native_10.2.3-b.4' }}
39+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.4.with_conda-forge_10.2.3-b.4' }}
4040
credentials:
4141
username: ${{ github.actor }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
@@ -226,7 +226,7 @@ jobs:
226226
# because the `env` context is only accessible at the step level;
227227
# hence, it is hard-coded
228228
image: |-
229-
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_native_10.2.3-b.4' }}
229+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_conda-forge_10.2.3-b.4' }}
230230
credentials:
231231
username: ${{ github.actor }}
232232
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)