Skip crystalball if build changes present

flag=none

Test-plan:
- verify Jenkinsfile triggers complete re-run

Change-Id: I44d1b3766caab2fb8c693122cd8b770e74f8ebb9
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/285558
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: James Butters <jbutters@instructure.com>
QA-Review: Brian Watson <bwatson@instructure.com>
Product-Review: Brian Watson <bwatson@instructure.com>
This commit is contained in:
Brian Watson 2022-02-18 11:58:46 -07:00
parent 72a06181b2
commit 95f24c083a
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ module Crystalball
include Helpers::AffectedExampleGroupsDetector
include Strategy
CONFIG_CHANGES = [%r{config/.*.rb$}, %r{config/feature_flags/.*yml}].freeze
CONFIG_CHANGES = [%r{config/.*.rb$}, %r{config/feature_flags/.*yml}, /Dockerfile/, /Jenkinsfile/, %r{build/new-jenkins/}].freeze
# @param [Crystalball::SourceDiff] diff - the diff from which to predict
# which specs should run