Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Outer Tracker DTC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
cms-tracker-phase2-backend-systems
Back End Firmware
Outer Tracker DTC
Commits
26876419
Commit
26876419
authored
3 months ago
by
David Gabriel Monk
Browse files
Options
Downloads
Patches
Plain Diff
Update file .gitlab-ci.yml
parent
20d6d4f3
No related branches found
No related tags found
1 merge request
!94
Draft: Resolve "CI building designs in main repository"
Pipeline
#9657076
canceled
3 months ago
Stage: Code Checks
Stage: Simulation
Stage: Test Builds
Stage: Hardware Tests
Stage: Full Builds
Pipeline: B186 Z1.2
#9657085
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-0
17 additions, 0 deletions
.gitlab-ci.yml
with
17 additions
and
0 deletions
.gitlab-ci.yml
+
17
−
0
View file @
26876419
...
...
@@ -14,18 +14,25 @@ Lint HDL Code:
Front End Unit Tests
:
stage
:
Simulation
needs
:
-
Lint HDL Code
image
:
ubuntu
script
:
-
echo "Unit tests go here"
Back End Unit Tests
:
stage
:
Simulation
needs
:
-
Lint HDL Code
image
:
ubuntu
script
:
-
echo "Unit tests go here"
B186 VU13P Build
:
stage
:
Test Builds
needs
:
-
Front End Unit Tests
-
Back End Unit Tests
variables
:
PARENT_PIPELINE_SOURCE
:
$CI_PIPELINE_SOURCE
DTC_BRANCH
:
40-ci-building-designs-in-main-repository
...
...
@@ -35,6 +42,10 @@ B186 VU13P Build:
Serenity 5 Build
:
stage
:
Test Builds
needs
:
-
Front End Unit Tests
-
Back End Unit Tests
when
:
manual
variables
:
PARENT_PIPELINE_SOURCE
:
$CI_PIPELINE_SOURCE
DTC_BRANCH
:
40-ci-building-designs-in-main-repository
...
...
@@ -44,12 +55,18 @@ Serenity 5 Build:
Test on SerenityM
:
stage
:
Hardware Tests
needs
:
-
B186 VU13P Build
allow_failure
:
no
image
:
ubuntu
script
:
-
echo "Hardware tests go here"
Serenity S1 2S Full Design
:
stage
:
Full Builds
needs
:
-
B186 VU13P Build
-
Serenity 5 Build
when
:
manual
allow_failure
:
no
variables
:
...
...
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