-
Notifications
You must be signed in to change notification settings - Fork 390
[DO NOT MERGE] CVS-175243 test-hf-token-rate-limit #3692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
2398180
9ffcce9
766b4f2
73cca5b
66ee043
f39daa5
f31bbcf
9a38c3f
ae67cfe
076a6b6
7c4fb2d
ff89996
965f139
bcc360b
2c67204
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -35,6 +35,9 @@ env: | |||||
| BASE_PRODUCT_TYPE: public_linux_ubuntu_22_04_x86_64 | ||||||
| GENAI_WHEELS_ARTIFACT_NAME: 'genai_wheels' | ||||||
| GENAI_ARCHIVE_ARTIFACT_BASE_NAME: 'genai_archive' | ||||||
| # To switch to the primary HF token, change the filename suffix to remove `-secondary`: | ||||||
| # HF_TOKEN_PATH: /home/runner/secrets/huggingface/hf-token | ||||||
| HF_TOKEN_PATH: /home/runner/secrets/huggingface/hf-token-secondary | ||||||
|
Comment on lines
+38
to
+40
|
||||||
|
|
||||||
| jobs: | ||||||
| smart_ci: | ||||||
|
|
@@ -82,7 +85,7 @@ jobs: | |||||
| defaults: | ||||||
| run: | ||||||
| shell: bash | ||||||
| runs-on: aks-linux-medium | ||||||
| runs-on: aks-linux-medium-st | ||||||
|
||||||
| container: | ||||||
| image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0' | ||||||
| volumes: | ||||||
|
|
@@ -126,7 +129,7 @@ jobs: | |||||
| defaults: | ||||||
| run: | ||||||
| shell: bash | ||||||
| runs-on: aks-linux-4-cores-16gb | ||||||
| runs-on: aks-linux-4-cores-16gb-st | ||||||
| container: | ||||||
| image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }} | ||||||
| volumes: | ||||||
|
|
@@ -255,7 +258,7 @@ jobs: | |||||
| defaults: | ||||||
| run: | ||||||
| shell: bash | ||||||
| runs-on: aks-linux-4-cores-16gb | ||||||
| runs-on: aks-linux-4-cores-16gb-st | ||||||
| container: | ||||||
| image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }} | ||||||
| volumes: | ||||||
|
|
@@ -316,7 +319,7 @@ jobs: | |||||
| defaults: | ||||||
| run: | ||||||
| shell: bash | ||||||
| runs-on: aks-linux-8-cores-16gb | ||||||
| runs-on: aks-linux-8-cores-16gb-st | ||||||
| container: | ||||||
| image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }} | ||||||
| volumes: | ||||||
|
|
@@ -388,7 +391,7 @@ jobs: | |||||
| defaults: | ||||||
| run: | ||||||
| shell: bash | ||||||
| runs-on: aks-linux-medium | ||||||
| runs-on: aks-linux-medium-st | ||||||
| container: | ||||||
| image: openvinogithubactions.azurecr.io/library/python:3.12-slim | ||||||
| volumes: | ||||||
|
|
@@ -442,7 +445,7 @@ jobs: | |||||
| defaults: | ||||||
| run: | ||||||
| shell: bash | ||||||
| runs-on: aks-linux-4-cores-16gb | ||||||
| runs-on: aks-linux-4-cores-16gb-st | ||||||
| container: | ||||||
| image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }} | ||||||
| volumes: | ||||||
|
|
@@ -516,7 +519,7 @@ jobs: | |||||
| defaults: | ||||||
| run: | ||||||
| shell: bash | ||||||
| runs-on: aks-linux-4-cores-16gb | ||||||
| runs-on: aks-linux-4-cores-16gb-st | ||||||
| container: | ||||||
| image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }} | ||||||
| volumes: | ||||||
|
|
@@ -647,13 +650,13 @@ jobs: | |||||
| defaults: | ||||||
| run: | ||||||
| shell: bash | ||||||
| runs-on: aks-linux-8-cores-32gb | ||||||
| runs-on: aks-linux-8-cores-32gb-st | ||||||
| container: | ||||||
| image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }} | ||||||
| volumes: | ||||||
| - /mount:/mount | ||||||
| - /home/runner/secrets/huggingface:/home/runner/secrets/huggingface:ro | ||||||
|
||||||
| - /home/runner/secrets/huggingface:/home/runner/secrets/huggingface:ro |
Copilot
AI
Apr 21, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step name has an extra trailing character (Artifactsx), which looks like an accidental typo and makes CI logs harder to scan. Rename it back to "Download Build Artifacts".
| - name: Download Build Artifactsx | |
| - name: Download Build Artifacts |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,6 +35,9 @@ env: | |
| BASE_PRODUCT_TYPE: public_manylinux_2_28_x86_64 | ||
| GENAI_WHEELS_ARTIFACT_NAME: 'genai_wheels' | ||
| GENAI_ARCHIVE_ARTIFACT_BASE_NAME: 'genai_archive' | ||
| # To switch to the primary HF token, change the filename suffix to remove `-secondary`: | ||
| # HF_TOKEN_PATH: /home/runner/secrets/huggingface/hf-token | ||
| HF_TOKEN_PATH: /home/runner/secrets/huggingface/hf-token-secondary | ||
|
Comment on lines
+38
to
+40
|
||
|
|
||
| jobs: | ||
| smart_ci: | ||
|
|
@@ -82,7 +85,7 @@ jobs: | |
| defaults: | ||
| run: | ||
| shell: bash | ||
| runs-on: aks-linux-medium | ||
| runs-on: aks-linux-medium-st | ||
| container: | ||
| image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0' | ||
| volumes: | ||
|
|
@@ -126,7 +129,7 @@ jobs: | |
| defaults: | ||
| run: | ||
| shell: bash | ||
| runs-on: aks-linux-4-cores-16gb | ||
| runs-on: aks-linux-4-cores-16gb-st | ||
| container: | ||
| image: openvinogithubactions.azurecr.io/ov_build/manylinux_2_28:${{ needs.openvino_download.outputs.docker_tag }} | ||
| volumes: | ||
|
|
@@ -243,7 +246,7 @@ jobs: | |
| defaults: | ||
| run: | ||
| shell: bash | ||
| runs-on: aks-linux-4-cores-16gb | ||
| runs-on: aks-linux-4-cores-16gb-st | ||
| container: | ||
| image: openvinogithubactions.azurecr.io/ov_build/manylinux_2_28:${{ needs.openvino_download.outputs.docker_tag }} | ||
| volumes: | ||
|
|
@@ -302,7 +305,7 @@ jobs: | |
| defaults: | ||
| run: | ||
| shell: bash | ||
| runs-on: aks-linux-8-cores-16gb | ||
| runs-on: aks-linux-8-cores-16gb-st | ||
| container: | ||
| image: openvinogithubactions.azurecr.io/ov_build/manylinux_2_28:${{ needs.openvino_download.outputs.docker_tag }} | ||
| volumes: | ||
|
|
@@ -368,7 +371,7 @@ jobs: | |
| defaults: | ||
| run: | ||
| shell: bash | ||
| runs-on: aks-linux-4-cores-16gb | ||
| runs-on: aks-linux-4-cores-16gb-st | ||
| container: | ||
| image: openvinogithubactions.azurecr.io/ov_build/manylinux_2_28:${{ needs.openvino_download.outputs.docker_tag }} | ||
| volumes: | ||
|
|
@@ -431,7 +434,7 @@ jobs: | |
| defaults: | ||
| run: | ||
| shell: bash | ||
| runs-on: aks-linux-medium | ||
| runs-on: aks-linux-medium-st | ||
| container: | ||
| image: openvinogithubactions.azurecr.io/library/python:3.12-slim | ||
| volumes: | ||
|
|
@@ -570,13 +573,13 @@ jobs: | |
| defaults: | ||
| run: | ||
| shell: bash | ||
| runs-on: aks-linux-8-cores-32gb | ||
| runs-on: aks-linux-8-cores-32gb-st | ||
| container: | ||
| image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }} | ||
| volumes: | ||
| - /mount:/mount | ||
| - /home/runner/secrets/huggingface:/home/runner/secrets/huggingface:ro | ||
| - ${{ github.workspace }}:${{ github.workspace }} | ||
| options: -e HF_TOKEN | ||
|
|
||
|
Comment on lines
580
to
583
|
||
| env: | ||
| INSTALL_DIR: ${{ github.workspace }}/install | ||
|
|
@@ -621,13 +624,13 @@ jobs: | |
| defaults: | ||
| run: | ||
| shell: bash | ||
| runs-on: aks-linux-4-cores-16gb | ||
| runs-on: aks-linux-4-cores-16gb-st | ||
| container: | ||
| image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }} | ||
| volumes: | ||
| - /mount:/mount | ||
| - /home/runner/secrets/huggingface:/home/runner/secrets/huggingface:ro | ||
| - ${{ github.workspace }}:${{ github.workspace }} | ||
| options: -e HF_TOKEN | ||
|
|
||
| env: | ||
| OV_INSTALL_DIR: ${{ github.workspace }}/ov | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The trailing
xin the comment looks accidental and makes the comment read incorrectly. Recommend changing it back to# Default owners.