Skip to content

Commit 426af06

Browse files
authored
Merge pull request #1235 from exasol/develop
Changelog: - #1233: Updated slc-ci-setup ver, poetry lock, slc-submodule, workflow to latest (#1234)
2 parents f0c10a3 + d083be7 commit 426af06

File tree

144 files changed

+1415
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+1415
-34
lines changed

.current_gitmodules

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/check_package_diffs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: 'recursive'
1717

1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/python-environment@1.7.4
19+
uses: exasol/python-toolbox/.github/actions/python-environment@v1
2020
with:
2121
python-version: "3.10"
2222
poetry-version: '2.1.2'
@@ -38,4 +38,4 @@ jobs:
3838
3939
- name: Check if package diff have changed
4040
run: |
41-
[ -z "$(git status --porcelain=v1 -uno 2>/dev/null)" ]
41+
[ -z "$(git status --porcelain=v1 -uno 2>/dev/null)" ]

.github/workflows/check_rollback_7.1.30_script.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: 'recursive'
3333

3434
- name: Setup Python & Poetry Environment
35-
uses: exasol/python-toolbox/.github/actions/python-environment@1.7.4
35+
uses: exasol/python-toolbox/.github/actions/python-environment@v1
3636
with:
3737
python-version: "3.10"
3838
poetry-version: '2.1.2'
@@ -89,4 +89,4 @@ jobs:
8989
run: exaplus -x -q -c localhost:8888 -u sys -p exasol -sql "SELECT TEST.R_DEMO();"
9090
- name: Test if Python2 UDF still works
9191
if: ${{ matrix.support-python2=='yes' }}
92-
run: exaplus -x -q -c localhost:8888 -u sys -p exasol -sql "SELECT TEST.TEST_PYTHON_VERSION();"
92+
run: exaplus -x -q -c localhost:8888 -u sys -p exasol -sql "SELECT TEST.TEST_PYTHON_VERSION();"

.github/workflows/check_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
submodules: 'recursive'
1616

1717
- name: Setup Python & Poetry Environment
18-
uses: exasol/python-toolbox/.github/actions/python-environment@1.7.4
18+
uses: exasol/python-toolbox/.github/actions/python-environment@v1
1919
with:
2020
python-version: "3.10"
2121
poetry-version: '2.1.2'

.github/workflows/push_docker_test_container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
submodules: 'recursive'
1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/python-environment@1.7.4
19+
uses: exasol/python-toolbox/.github/actions/python-environment@v1
2020
with:
2121
python-version: "3.10"
2222
poetry-version: '2.1.2'
@@ -38,4 +38,4 @@ jobs:
3838
env: # Set the secret as an input
3939
SECRET_DOCKER_USER_NAME: ${{ secrets.DOCKER_USERNAME }}
4040
TARGET_DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
41-
SOURCE_DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
41+
SOURCE_DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/slc_cd.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slc_cd_self_check.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slc_ci.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slc_ci_build_slc.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slc_ci_check_for_build.yml

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)