Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
1b09ffb8
Commit
1b09ffb8
authored
Jan 25, 2018
by
Jens Korinth
Browse files
Distinguish compose with and without features in jobs
parent
ec2af8ed
Pipeline
#193
passed with stage
in 3 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1b09ffb8
...
...
@@ -82,6 +82,22 @@ sbt-prepare:
-
tapasco -v import $TAPASCO_HOME/common/ip/precision_counter.zip as 14 -a $ARCHS -p $PLATFORMS
.compose-template
:
&compose-definition
<<
:
*template
stage
:
compose
cache
:
untracked
:
true
key
:
"
$CI_COMMIT_SHA-$CI_COMMIT_REF_NAME"
policy
:
pull
script
:
-
source /opt/cad/$VIVADO_OFFSET/settings64.sh
-
|
if [ ! -d ".ivy2" ]; then
echo "Cache not available"
sbt assembly
fi
-
tapasco -v --maxTasks 1 compose [arraysum x 1, arrayupdate x 1] @ 100 MHz -a $ARCHS -p $PLATFORMS
.compose-features-template
:
&compose-features-definition
<<
:
*template
stage
:
compose
cache
:
...
...
gitlab-ci-base.yml
View file @
1b09ffb8
...
...
@@ -82,6 +82,22 @@ sbt-prepare:
-
tapasco -v import $TAPASCO_HOME/common/ip/precision_counter.zip as 14 -a $ARCHS -p $PLATFORMS
.compose-template
:
&compose-definition
<<
:
*template
stage
:
compose
cache
:
untracked
:
true
key
:
"
$CI_COMMIT_SHA-$CI_COMMIT_REF_NAME"
policy
:
pull
script
:
-
source /opt/cad/$VIVADO_OFFSET/settings64.sh
-
|
if [ ! -d ".ivy2" ]; then
echo "Cache not available"
sbt assembly
fi
-
tapasco -v --maxTasks 1 compose [arraysum x 1, arrayupdate x 1] @ 100 MHz -a $ARCHS -p $PLATFORMS
.compose-features-template
:
&compose-features-definition
<<
:
*template
stage
:
compose
cache
:
...
...
Jens Korinth
@jk
mentioned in commit
dcc6c418
·
Jan 25, 2018
mentioned in commit
dcc6c418
mentioned in commit dcc6c41810f14ca7a878a4b58fc8a6542d7f3535
Toggle commit list
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment