Skip to content

nightly

nightly #232

Workflow file for this run

name: nightly
permissions: read-all
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
install:
if: github.repository_owner == 'openvinotoolkit'
uses: ./.github/workflows/install.yml
examples:
if: github.repository_owner == 'openvinotoolkit'
uses: ./.github/workflows/examples.yml
md-dead-link-check:
runs-on: ubuntu-latest
if: github.repository_owner == 'openvinotoolkit'
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: AlexanderDokuchaev/md-dead-link-check@c7210ef8a38c194a119834e39d212387d19b512c # v1.1.0
tensorflow:
runs-on: ubuntu-latest-8-cores
if: github.repository_owner == 'openvinotoolkit'
timeout-minutes: 60
defaults:
run:
shell: bash
env:
DEBIAN_FRONTEND: noninteractive
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
lfs: true
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: 3.10.14
- name: Install NNCF and test requirements
run: pip install -e . -r tests/tensorflow/requirements.txt
- name: Print installed modules
run: pip list
- name: Run TensorFlow precommit
run: pytest tests/tensorflow -m 'nightly'
weight-compression:
if: github.repository_owner == 'openvinotoolkit'
uses: ./.github/workflows/conformance_weight_compression.yml
precommit-windows:
if: github.repository_owner == 'openvinotoolkit'
uses: ./.github/workflows/call_precommit_windows.yml
with:
python_version: "3.10"
sdl-nightly:
if: github.repository_owner == 'openvinotoolkit'
uses: ./.github/workflows/sdl_nightly.yml