Uploaded image for project: 'Integration'
  1. Integration
  2. INT-1848

CSIT file trigger using project name should only apply to one level of dir depth

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • Honolulu Release
    • None
    • None
    • None

      Current verify-csit and csit triggers are defined asĀ 

      "*/{project-name}/*"

      ...which triggers any chances under "{project-name}" directory at any directory depth even if they are actually changes under a different project (case in point: changes under csit/plans/ccsdk-oran/polmansuite/sdnc/ dir triggered also sdnc CSIT jobs)

      Only first level of directory depth should be considered here, i.e. in practice plans/{project-name}, tests/{project-name} and scripts/{project-name}.

      This can be achieved easiest by removing one star from the pattern, i.e. using

      "/{project-name}/*"

            kaihlavi kaihlavi
            kaihlavi kaihlavi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: