You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of that tasks that ran should have had release_1.4 in their URL, but the Style Check tasks were release_1.3.
Verify that the style check tasks are correctly generated for release_1.4
Track down why the wrong tasks were triggered
Not sure if this has caused any problems because these tasks are all the same and the diff (for files affected by the change) is taken by comparing against master (in the future this behavior will be changed to diff against the target branch (#962)), but I would be suspicious about whether whatever the problem is could cause problems in the future or affect more complex non-style checks.
The text was updated successfully, but these errors were encountered:
Merge pull request #2887 from MSLaguana:fixCIPRTriggers
Prior to this change, we were building some configurations for all branches when a PR came in.
This is just backporting the netci.groovy script from `release/1.4` to be more consistent.
Fixes#2877
Merge pull request #2887 from MSLaguana:fixCIPRTriggers
Prior to this change, we were building some configurations for all branches when a PR came in.
This is just backporting the netci.groovy script from `release/1.4` to be more consistent.
Fixes#2877
…ript
Merge pull request #2887 from MSLaguana:fixCIPRTriggers
Prior to this change, we were building some configurations for all branches when a PR came in.
This is just backporting the netci.groovy script from `release/1.4` to be more consistent.
Fixes#2877
…pdating CI script
Merge pull request #2887 from MSLaguana:fixCIPRTriggers
Prior to this change, we were building some configurations for all branches when a PR came in.
This is just backporting the netci.groovy script from `release/1.4` to be more consistent.
Fixes#2877
See checks that ran for #2826, in particular: https://ci.dot.net/job/Microsoft_ChakraCore/job/release_1.3/job/ubuntu_check_eol_prtest/1835/console
All of that tasks that ran should have had
release_1.4
in their URL, but the Style Check tasks wererelease_1.3
.release_1.4
Not sure if this has caused any problems because these tasks are all the same and the diff (for files affected by the change) is taken by comparing against
master
(in the future this behavior will be changed to diff against the target branch (#962)), but I would be suspicious about whether whatever the problem is could cause problems in the future or affect more complex non-style checks.The text was updated successfully, but these errors were encountered: