Skip to content

Commit

Permalink
Add CI optimizations for training tasks (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatum authored Nov 14, 2023
1 parent 4f47325 commit ff35476
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions taskcluster/ci/tests/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ tasks:
max-run-time: 3600
docker-image: {in-tree: test}
run-on-tasks-for: ["github-push", "github-pull-request"]
optimization:
skip-unless-changed:
- pipeline/**
- envs/**
- configs/**
run:
command:
- bash
Expand Down Expand Up @@ -85,6 +90,10 @@ tasks:
max-run-time: 3600
description: "Test the full `translations_taskgraph` to validate the latest changes"
run-on-tasks-for: ["github-push", "github-pull-request"]
optimization:
skip-unless-changed:
- pipeline/**
- taskcluster/**
run:
command: >-
make validate-taskgraph

0 comments on commit ff35476

Please sign in to comment.