Skip to content

Commit

Permalink
use AuthenticAMD for PR/baselibe relvals
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 14, 2024
1 parent a61c28a commit 160de99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
JENKINS_HOST = "cmsjenkins04"
CMS_JENKINS_HOST = "cmsjenkins02"
DMWM_JENKINS_HOST = "cmsjenkins11"
RELVAL_REAL_ARCH = "-GenuineIntel"
RELVAL_REAL_ARCH = "AuthenticAMD"
VALID_CMS_SW_REPOS_FOR_TESTS = [
"cmssw",
"cmsdist",
Expand Down
2 changes: 1 addition & 1 deletion cmsrep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CMSREP_IB_SERVER=cmsrep.cern.ch
CMSBUILD_OPTS_FILE="etc/build_options.sh"
BUILD_OPTS=""
MULTIARCH_OPTS=""
RELVAL_REAL_ARCH="-GenuineIntel"
RELVAL_REAL_ARCH="AuthenticAMD"
umask 0002
export CMS_PYTHON_TO_USE="python"
if which python3 >/dev/null 2>&1 ; then export CMS_PYTHON_TO_USE="python3" ; fi
Expand Down

0 comments on commit 160de99

Please sign in to comment.