Skip to content

Commit

Permalink
use CMSSW_9_4_MAOD_X for release comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 20, 2018
1 parent ecadb38 commit 55c16c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions repos/cms_patatrack/cmssw/repo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
#For cmsdist/cmssw repos , set it to False if you do not want to run standard cms pr tests
CMS_STANDARD_TESTS=True
#Map your branches with cmssw branches for tests
#User Branch => CMSSW/CMSDIST Bracnh
CMS_BRANCH_MAP={
'CMSSW_10_1_X_Patatrack' : 'CMSSW_10_1_X'
}
#Valid Web hooks e.g. '.+' to match all event
VALID_WEB_HOOKS=['.+']

7 changes: 7 additions & 0 deletions repos/smuzaffar/cmssw/repo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@
JENKINS_SLAVE_LABEL=""
#For cmsdist/cmssw repos , set it to False if you do not want to run standard cms pr tests
CMS_STANDARD_TESTS=True
#Map your branches with cmssw branches for tests
#User Branch => CMSSW/CMSDIST Bracnh
CMS_BRANCH_MAP={
}
#Valid Web hooks e.g. '.+' to match all event
VALID_WEB_HOOKS=['.+']

2 changes: 1 addition & 1 deletion run-pr-tests
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export SCRAM_ARCH=$ARCHITECTURE

COMPARISON_REL=
case $RELEASE_FORMAT in
CMSSW_9_4_MAOD_X_* ) COMP_QUEUE="CMSSW_9_4_MAOD_X" ;;
CMSSW_9_4_MAOD_X* ) COMP_QUEUE="CMSSW_9_4_MAOD_X" ;;
* ) COMP_QUEUE=$(echo $RELEASE_FORMAT | sed 's|^\(CMSSW_[0-9]*_[0-9]*\)_.*|\1_X|') ;;
esac

Expand Down

0 comments on commit 55c16c7

Please sign in to comment.