Skip to content

Commit

Permalink
SCALRCORE-30909 migrate to python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
d-smyk-scalr committed May 22, 2024
1 parent 13c86be commit 1bc251c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
shell: bash
run: |
echo "::group::Pull python builder image"
docker pull eu.gcr.io/development-156220/fatmouse/python-builder:master
docker tag eu.gcr.io/development-156220/fatmouse/python-builder:master fatmouse/python-builder:master
docker pull eu.gcr.io/development-156220/fatmouse/python-builder:scalrcore-30909
docker tag eu.gcr.io/development-156220/fatmouse/python-builder:scalrcore-30909 fatmouse/python-builder:scalrcore-30909
echo "::endgroup::"
- name: Get current job log URL
uses: Tiryoh/gha-jobid-action@v0
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
-v $PWD/fatmouse:/fatmouse \
-v $GITHUB_OUTPUT:/fatmouse/output \
-v ~/.scalr-labs:/etc/scalr-labs \
fatmouse/python-builder:master python -u clickfile.py te up \
fatmouse/python-builder:scalrcore-30909 python -u clickfile.py te up \
--branch ${{ env.API_BRANCH }} \
--run-url ${{ steps.get-job-id.outputs.html_url }} \
--skip-ui-build \
Expand Down Expand Up @@ -165,6 +165,6 @@ jobs:
-w /fatmouse \
-v $PWD/fatmouse:/fatmouse \
-v ~/.scalr-labs:/etc/scalr-labs \
fatmouse/python-builder:master \
fatmouse/python-builder:scalrcore-30909 \
python -u clickfile.py te rm \
--no-wait ${{ env.RUN_TAG }}
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
shell: bash
run: |
echo "::group::Pull python builder image"
docker pull eu.gcr.io/development-156220/fatmouse/python-builder:master
docker tag eu.gcr.io/development-156220/fatmouse/python-builder:master fatmouse/python-builder:master
docker pull eu.gcr.io/development-156220/fatmouse/python-builder:scalrcore-30909
docker tag eu.gcr.io/development-156220/fatmouse/python-builder:scalrcore-30909 fatmouse/python-builder:scalrcore-30909
echo "::endgroup::"
- name: Generate run tag
shell: bash
Expand All @@ -121,7 +121,7 @@ jobs:
-v $PWD/fatmouse:/fatmouse \
-v $GITHUB_OUTPUT:/fatmouse/output \
-v ~/.scalr-labs:/etc/scalr-labs \
fatmouse/python-builder:master python -u clickfile.py te up \
fatmouse/python-builder:scalrcore-30909 python -u clickfile.py te up \
--branch ${{ inputs.pr_branch }} \
--run-url ${{ steps.get-job-id.outputs.html_url }} \
--skip-ui-build \
Expand Down Expand Up @@ -196,6 +196,6 @@ jobs:
-w /fatmouse \
-v $PWD/fatmouse:/fatmouse \
-v ~/.scalr-labs:/etc/scalr-labs \
fatmouse/python-builder:master \
fatmouse/python-builder:scalrcore-30909 \
python -u clickfile.py te rm \
--no-wait ${{ env.RUN_TAG }}

0 comments on commit 1bc251c

Please sign in to comment.