Skip to content
Snippets Groups Projects
Commit b37b67a9 authored by Marcel Rieger's avatar Marcel Rieger
Browse files

Change SCRAM_ARCH in ci script.

parent 87a104ff
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ stages: ...@@ -5,8 +5,8 @@ stages:
before_script: before_script:
- export CI_HOME="$( pwd )" - export CI_HOME="$( pwd )"
- git submodule update --init --recursive - git submodule update --init --recursive
- export SCRAM_ARCH="slc6_amd64_gcc493" - export SCRAM_ARCH="slc6_amd64_gcc530"
- export CMSSW_VERSION="CMSSW_8_0_24_patch1" - export CMSSW_VERSION="CMSSW_8_0_26_patch2"
- source /cvmfs/cms.cern.ch/cmsset_default.sh - source /cvmfs/cms.cern.ch/cmsset_default.sh
- cd .. - cd ..
- scramv1 project CMSSW $CMSSW_VERSION - scramv1 project CMSSW $CMSSW_VERSION
...@@ -98,5 +98,5 @@ DNN_DL: ...@@ -98,5 +98,5 @@ DNN_DL:
- dnn_DL_test | tee -i dnn_DL.txt - dnn_DL_test | tee -i dnn_DL.txt
artifacts: artifacts:
paths: paths:
- dnn_SL.txt - dnn_DL.txt
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}" name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment