Skip to content

Commit f671bfc

Browse files
authored
Rename runners (smallworker -> aks-linux-small) (#29406)
1 parent 49d078d commit f671bfc

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/workflows/cleanup_caches.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: read-all
1010
jobs:
1111
Cleanup_PIP:
1212
name: Cleanup PIP cache
13-
runs-on: aks-linux-2-cores-8gb
13+
runs-on: aks-linux-small
1414
if: ${{ github.repository_owner == 'openvinotoolkit' }}
1515
container:
1616
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
@@ -64,7 +64,7 @@ jobs:
6464

6565
Cleanup_ccache_lin:
6666
name: Cleanup Linux ccache
67-
runs-on: aks-linux-2-cores-8gb
67+
runs-on: aks-linux-small
6868
if: ${{ github.repository_owner == 'openvinotoolkit' }}
6969
container:
7070
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04

.github/workflows/export_workflow_metrics.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions: read-all
3434
jobs:
3535
export-workflow-metrics:
3636
name: Export finished workflow metrics
37-
runs-on: aks-linux-smallworker
37+
runs-on: aks-linux-small
3838
if: ${{ github.repository_owner == 'openvinotoolkit' }}
3939

4040
steps:

.github/workflows/mac.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
PRODUCT_TYPE: public_macos_x86_64_release
3838

3939
jobs:
40-
40+
4141
Smart_CI:
4242
runs-on: ubuntu-latest
4343
outputs:
@@ -63,7 +63,7 @@ jobs:
6363
repo_token: ${{ secrets.GITHUB_TOKEN }}
6464
skip_when_only_listed_labels_set: 'docs'
6565
skip_when_only_listed_files_changed: '*.md,*.rst,*.png,*.jpg,*.svg'
66-
66+
6767
Build:
6868
needs: Smart_CI
6969
timeout-minutes: 150
@@ -162,8 +162,8 @@ jobs:
162162
product_type: ${{ env.PRODUCT_TYPE }}
163163
target_arch: ${{ runner.arch }}
164164
build_type: 'release'
165-
save_to: ${{ github.workspace }}/${{ env.MANIFEST_FILE }}
166-
165+
save_to: ${{ github.workspace }}/${{ env.MANIFEST_FILE }}
166+
167167
- name: CMake configure
168168
run: |
169169
cmake \
@@ -230,10 +230,10 @@ jobs:
230230
- name: Build additional Python wheels
231231
run: |
232232
for py_version in "3.9" "3.10" "3.11" "3.12"
233-
do
233+
do
234234
python_exec_path=$(python$py_version -c "import sys; print(sys.executable)")
235235
$python_exec_path -m pip install -r ${{ env.OPENVINO_REPO }}/src/bindings/python/wheel/requirements-dev.txt
236-
236+
237237
cmake -DPython3_EXECUTABLE=$python_exec_path -DENABLE_WHEEL=ON -DOpenVINODeveloperPackage_DIR=${{ env.BUILD_DIR }} -S ${{ env.OPENVINO_REPO }}/src/bindings/python -B ${{ github.workspace }}/py$py_version
238238
cmake --build ${{ github.workspace }}/py$py_version --parallel
239239
cmake --install ${{ github.workspace }}/py$py_version --config ${{ env.CMAKE_BUILD_TYPE }} --prefix ${{ env.INSTALL_WHEELS_DIR }} --component python_wheels
@@ -246,7 +246,7 @@ jobs:
246246
version: ${{ env.PYTHON_VERSION }}
247247
should-setup-pip-paths: 'false'
248248
self-hosted-runner: 'false'
249-
249+
250250
- name: Cmake & Build - OpenVINO Contrib
251251
run: |
252252
cmake \
@@ -297,23 +297,23 @@ jobs:
297297
name: openvino_tests
298298
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz
299299
if-no-files-found: 'error'
300-
300+
301301
- name: Upload OpenVINO developer package
302302
if: ${{ always() }}
303303
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
304304
with:
305305
name: openvino_developer_package
306306
path: ${{ env.BUILD_DIR }}/openvino_developer_package.tar.gz
307307
if-no-files-found: 'error'
308-
308+
309309
- name: Upload OpenVINO js package
310310
if: fromJSON(needs.smart_ci.outputs.affected_components).JS_API
311311
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
312312
with:
313313
name: openvino_js_package
314314
path: ${{ env.BUILD_DIR }}/openvino_js_package.tar.gz
315315
if-no-files-found: 'error'
316-
316+
317317
- name: Upload product manifest
318318
if: ${{ always() }}
319319
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
@@ -424,10 +424,10 @@ jobs:
424424
defaults:
425425
run:
426426
shell: bash
427-
runs-on: aks-linux-2-cores-8gb
427+
runs-on: aks-linux-small
428428
container:
429429
image: 'openvinogithubactions.azurecr.io/library/python:3.12-slim'
430-
volumes:
430+
volumes:
431431
- /mount:/mount
432432
- ${{ github.workspace }}:${{ github.workspace }}
433433
env:
@@ -437,7 +437,7 @@ jobs:
437437
WHEELS_DIR: ${{ github.workspace }}/wheels
438438
ARTIFACTS_SHARE: "/mount/build-artifacts"
439439

440-
steps:
440+
steps:
441441
- name: Checkout OpenVINO actions
442442
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
443443
timeout-minutes: 15
@@ -446,21 +446,21 @@ jobs:
446446
.github/actions/common
447447
.github/actions/store_artifacts
448448
path: ${{ env.OPENVINO_REPO }}
449-
449+
450450
- name: Download OpenVINO artifacts
451451
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
452452
with:
453453
pattern: "{openvino_package,openvino_developer_package,openvino_js_package,openvino_package_manifest}"
454454
path: ${{ env.ARTIFACTS_DIR }}
455455
merge-multiple: true
456-
456+
457457
- name: Download OpenVINO wheels
458458
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
459459
with:
460460
name: openvino_wheels
461461
path: ${{ env.WHEELS_DIR }}
462-
merge-multiple: true
463-
462+
merge-multiple: true
463+
464464
- name: Store artifacts to a shared drive
465465
id: store_artifacts
466466
if: ${{ always() }}

.github/workflows/workflow_rerunner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Rerun Workflow
3333
# Run only for the failed workflows in openvinotoolkit org
3434
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.repository_owner == 'openvinotoolkit' }}
35-
runs-on: aks-linux-smallworker
35+
runs-on: aks-linux-small
3636
permissions:
3737
actions: write
3838
contents: read
@@ -73,7 +73,7 @@ jobs:
7373
rerunner_tests:
7474
name: Rerunner Tests
7575
if: ${{ github.event_name == 'pull_request' && github.repository_owner == 'openvinotoolkit' }}
76-
runs-on: aks-linux-2-cores-8gb-stats
76+
runs-on: aks-linux-small
7777
steps:
7878
- name: Checkout
7979
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)