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

Labeling system in CI #268

Merged
merged 16 commits into from
Sep 21, 2024
Merged

Labeling system in CI #268

merged 16 commits into from
Sep 21, 2024

Conversation

IlyasMoutawwakil
Copy link
Member

@IlyasMoutawwakil IlyasMoutawwakil commented Sep 21, 2024

This PR introduces a simple trick to reduce the amount of tests we run with each commit.
We can now start (or stop) CI tests using the labeling (or unlabeling) system on the right of the PR.
The list of labels is given in here (the ones that start with [CI]).

Examples:

  • Adding cli_cpu_pytorch will trigger only the workflow that tests pytorch backend on cpu.
  • Adding pytorch, will trigger all workflows/jobs testing this backend on cpu, cuda, rocm, sing/multi-gpu.
  • Adding cpu, will trigger all workflows running on this device (ipex, pytorch, openvino, neural_compressor, onnxruntime, llama_cpp).

@IlyasMoutawwakil IlyasMoutawwakil added the misc [CI] Requires and enables running all basic utility tests across multiple platforms label Sep 21, 2024
@IlyasMoutawwakil IlyasMoutawwakil added the cpu [CI] Requires and enables running all CPU tests label Sep 21, 2024
@IlyasMoutawwakil IlyasMoutawwakil added ipex [CI] Requires and enables running all IPEX tests and removed cpu [CI] Requires and enables running all CPU tests misc [CI] Requires and enables running all basic utility tests across multiple platforms labels Sep 21, 2024
@IlyasMoutawwakil IlyasMoutawwakil added rocm [CI] Requires and enables running all ROCM tests and removed ipex [CI] Requires and enables running all IPEX tests labels Sep 21, 2024
@IlyasMoutawwakil IlyasMoutawwakil added llama_cpp [CI] Requires and enables running all LlamaCpp tests and removed rocm [CI] Requires and enables running all ROCM tests labels Sep 21, 2024
@IlyasMoutawwakil IlyasMoutawwakil added pytorch [CI] Requires and enables running all PyTorch tests and removed llama_cpp [CI] Requires and enables running all LlamaCpp tests labels Sep 21, 2024
@IlyasMoutawwakil IlyasMoutawwakil removed the pytorch [CI] Requires and enables running all PyTorch tests label Sep 21, 2024
@IlyasMoutawwakil IlyasMoutawwakil merged commit 90b9d6a into main Sep 21, 2024
41 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant