Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CommonClassifier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Wassmer
CommonClassifier
Commits
b37b67a9
Commit
b37b67a9
authored
8 years ago
by
Marcel Rieger
Browse files
Options
Downloads
Patches
Plain Diff
Change SCRAM_ARCH in ci script.
parent
87a104ff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
b37b67a9
...
@@ -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_gcc
493
"
-
export SCRAM_ARCH="slc6_amd64_gcc
530
"
-
export CMSSW_VERSION="CMSSW_8_0_2
4
_patch
1
"
-
export CMSSW_VERSION="CMSSW_8_0_2
6
_patch
2
"
-
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_
S
L.txt
-
dnn_
D
L.txt
name
:
"
${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
name
:
"
${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment