Skip to content

Commit

Permalink
rename PR_TEST_CMSSW_BRANCH to CMS_BRANCH_MAP
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 19, 2018
1 parent 0c1b892 commit e1a4b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get-pr-branch
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ if __name__ == "__main__":
if exists(join(repo_dir,"repo_config.py")):
path.insert(0,repo_dir)
import repo_config
pr_branch = repo_config.PR_TEST_CMSSW_BRANCH[pr.base.ref]
pr_branch = repo_config.CMS_BRANCH_MAP[pr.base.ref]
except: pass
print pr_branch
2 changes: 1 addition & 1 deletion repos/cms_patatrack/cmssw/repo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
#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
PR_TEST_CMSSW_BRANCH={
CMS_BRANCH_MAP={
'CMSSW_10_1_X_Patatrack' : 'CMSSW_10_1_X'
}

0 comments on commit e1a4b2e

Please sign in to comment.