Skip to content
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

[GHA] Run nightly scope by label set during PR creation #21485

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

akladiev
Copy link
Collaborator

@akladiev akladiev commented Dec 5, 2023

Tickets:

@akladiev akladiev requested a review from a team as a code owner December 5, 2023 17:29
@github-actions github-actions bot added category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code labels Dec 5, 2023
@akladiev akladiev added the WIP work in progress label Dec 5, 2023
run: |
val_cycle="${{ (contains(github.event.pull_request.labels.*.name, 'nightly') ||
github.event_name == 'schedule') && 'nightly' || 'precommit' }}"
echo "val_cycle=$val_cycle" >> "$GITHUB_OUTPUT"
Copy link
Contributor

@ilya-lavrenov ilya-lavrenov Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it expected that we will have a single nightly or per test suite tf-nightly / pytorch-nightly, which can will be converted by smart-ci to needs.smart_ci.outputs.pytorch_val_cycle, etc ?

CC @mvafin what is your expectation? do you expect per-test suite configuration of nightly scopes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to be able to run pytorch separate from tf if that is possible.

Copy link
Contributor

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Jan 12, 2024
@ilya-lavrenov ilya-lavrenov added no_stale Do not mark as stale and removed Stale labels Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code nightly no_stale Do not mark as stale WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants