Unverified Commit 7e16e8db authored by Ran Rubin's avatar Ran Rubin Committed by GitHub
Browse files

ci: update runner (#6237)

parent a04b5631
...@@ -119,7 +119,7 @@ jobs: ...@@ -119,7 +119,7 @@ jobs:
build: build:
if: inputs.build_image if: inputs.build_image
name: Build ${{ inputs.framework }}-cuda${{ inputs.cuda_version }}-${{ inputs.platform }} name: Build ${{ inputs.framework }}-cuda${{ inputs.cuda_version }}-${{ inputs.platform }}
runs-on: prod-builder-v2 runs-on: prod-builder-v3
outputs: outputs:
target_tag_plain: ${{ steps.calculate-target-tag.outputs.target_tag_plain }} target_tag_plain: ${{ steps.calculate-target-tag.outputs.target_tag_plain }}
env: env:
...@@ -129,11 +129,6 @@ jobs: ...@@ -129,11 +129,6 @@ jobs:
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with: with:
lfs: true lfs: true
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
with:
python-version: '3.12'
pip-install: jinja2 pyyaml
- name: Calculate extra tags with platform suffix # will get redundant upon multi arch builds support - name: Calculate extra tags with platform suffix # will get redundant upon multi arch builds support
id: extra-tags id: extra-tags
shell: bash shell: bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment