Skip to content

Commit

Permalink
rm from linux; add to linux arm; add debug for sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jan 10, 2024
1 parent cafa8e2 commit 730b41a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

Build:
needs: Smart_CI
timeout-minutes: 300
timeout-minutes: 150
defaults:
run:
shell: bash
Expand Down Expand Up @@ -124,9 +124,6 @@ jobs:
self-hosted-runner: 'true'
show-cache-info: 'true'

- name: Sleep
run: sleep 5h

- name: Install python dependencies
run: |
# For Python API: build and wheel packaging
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

Build:
needs: Smart_CI
timeout-minutes: 150
timeout-minutes: 300
defaults:
run:
shell: bash
Expand All @@ -72,6 +72,8 @@ jobs:
DEVELOPER_PACKAGE_DIR: /__w/openvino/openvino/developer_package_install
BUILD_DIR: /__w/openvino/openvino/openvino_build
SCCACHE_AZURE_KEY_PREFIX: 'ubuntu20_aarch64_Release'
SCCACHE_ERROR_LOG: /__w/openvino/openvino/sccache_log.txt
SCCACHE_LOG: 'debug'
ONNX_RUNTIME_UTILS: /__w/openvino/openvino/openvino/src/frontends/onnx/tests/ci_utils/onnxruntime
if: "!needs.smart_ci.outputs.skip_workflow"

Expand Down Expand Up @@ -113,7 +115,7 @@ jobs:
- name: Install sccache
uses: mozilla-actions/[email protected]
with:
version: "v0.5.4"
version: "v0.7.4"

- name: Setup Python ${{ env.PYTHON_VERSION }}
uses: ./openvino/.github/actions/setup_python
Expand All @@ -123,6 +125,9 @@ jobs:
should-setup-pip-paths: 'true'
show-cache-info: 'true'

- name: Sleep
run: sleep 5h

- name: Install python dependencies
run: |
# For Python API: build and wheel packaging
Expand Down

0 comments on commit 730b41a

Please sign in to comment.