Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
RTSD
HDL
Commits
7af98c83
Commit
7af98c83
authored
3 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Added 'fpga' tag to jobs.
parent
8a4fff12
No related branches found
Branches containing commit
No related tags found
1 merge request
!174
Added .gitlab-ci.yml
Pipeline
#21169
failed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-7
13 additions, 7 deletions
.gitlab-ci.yml
with
13 additions
and
7 deletions
.gitlab-ci.yml
+
13
−
7
View file @
7af98c83
...
@@ -8,6 +8,7 @@ stages:
...
@@ -8,6 +8,7 @@ stages:
# Simulation stage
# Simulation stage
###############################################################################
###############################################################################
sim-compile
:
sim-compile
:
tags
:
fpga
stage
:
simulation
stage
:
simulation
script
:
script
:
-
echo "Compiling for simulation"
-
echo "Compiling for simulation"
...
@@ -18,6 +19,7 @@ sim-compile:
...
@@ -18,6 +19,7 @@ sim-compile:
-
build/
-
build/
sim-run
:
sim-run
:
tags
:
fpga
stage
:
simulation
stage
:
simulation
script
:
script
:
-
echo "Running simulations"
-
echo "Running simulations"
...
@@ -28,16 +30,19 @@ sim-run:
...
@@ -28,16 +30,19 @@ sim-run:
# Synthesis stage
# Synthesis stage
###############################################################################
###############################################################################
synth-compile
:
synth-compile
:
tags
:
fpga
stage
:
synthesis
stage
:
synthesis
script
:
script
:
-
echo "Compiling for synthesis"
-
echo "Compiling for synthesis"
synth-check-fmax
:
synth-check-fmax
:
tags
:
fpga
stage
:
synthesis
stage
:
synthesis
script
:
script
:
-
echo "Checking achieved fMax"
-
echo "Checking achieved fMax"
synth-check-programming-files
:
synth-check-programming-files
:
tags
:
fpga
stage
:
synthesis
stage
:
synthesis
script
:
script
:
-
echo "Checking if programming files have been generated"
-
echo "Checking if programming files have been generated"
...
@@ -47,14 +52,15 @@ synth-check-programming-files:
...
@@ -47,14 +52,15 @@ synth-check-programming-files:
# Hardware stage
# Hardware stage
###############################################################################
###############################################################################
trigger-opc-ua-test
:
trigger-opc-ua-test
:
stage
:
hardware
tags
:
fpga
only
:
stage
:
hardware
changes
:
only
:
-
applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
changes
:
-
applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
# script:
# script:
# - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo."
# - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo."
trigger
:
trigger
:
project
:
LOFAR2.0/sdptr
project
:
LOFAR2.0/sdptr
branch
:
L2SDP-534
branch
:
L2SDP-534
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