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
9e260fda
Commit
9e260fda
authored
3 months ago
by
David Gabriel Monk
Browse files
Options
Downloads
Patches
Plain Diff
Update file .gitlab-ci.yml
parent
16f77f03
No related branches found
Branches containing commit
No related tags found
1 merge request
!94
Draft: Resolve "CI building designs in main repository"
Pipeline
#9655301
passed
3 months ago
Stage: Code Checks
Stage: Simulation
Stage: Test Builds
Stage: Hardware Tests
Stage: Full Builds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+59
-18
59 additions, 18 deletions
.gitlab-ci.yml
with
59 additions
and
18 deletions
.gitlab-ci.yml
+
59
−
18
View file @
9e260fda
stages
:
-
Setup
-
Triggers
-
Code Checks
-
Simulation
-
Test Builds
-
Hardware Tests
-
Full Builds
generate-config
:
stage
:
Setup
image
:
python
before_script
:
-
pip install pyyaml
Lint HDL Code
:
stage
:
Code Checks
image
:
ubuntu
script
:
-
echo "Code checks go here."
Front End Unit Tests
:
stage
:
Simulation
image
:
ubuntu
script
:
-
cd ci/
-
python generate-configs.py
-
cat configure-ci.yml
artifacts
:
paths
:
-
ci/configure-ci.yml
-
echo "Unit tests go here"
B186 VU13P Build
:
stage
:
Test Builds
variables
:
PARENT_PIPELINE_SOURCE
:
$CI_PIPELINE_SOURCE
DTC_BRANCH
:
40-ci-building-designs-in-main-repository
trigger
:
project
:
cms-tracker-phase2-data-processing/BE_firmware/ot-dtc-deployments/b186-z1.2
strategy
:
depend
build
:
stage
:
Triggers
Test on SerenityM
:
stage
:
Hardware Tests
image
:
ubuntu
script
:
-
echo "Hardware tests go here"
Serenity S1 2S Full Design
:
stage
:
Full Builds
when
:
manual
variables
:
PARENT_PIPELINE_SOURCE
:
$CI_PIPELINE_SOURCE
DTC_BRANCH
:
40-ci-building-designs-in-main-repository
trigger
:
include
:
-
artifact
:
ci/configure-ci.yml
job
:
generate-config
project
:
cms-tracker-phase2-data-processing/BE_firmware/ot-dtc-deployments/serenity-s1-2s-full
strategy
:
depend
# generate-config:
# stage: Setup
# image: python
# before_script:
# - pip install pyyaml
# script:
# - cd ci/
# - python generate-configs.py
# - cat configure-ci.yml
# artifacts:
# paths:
# - ci/configure-ci.yml
# build:
# stage: Triggers
# variables:
# PARENT_PIPELINE_SOURCE: $CI_PIPELINE_SOURCE
# trigger:
# include:
# - artifact: ci/configure-ci.yml
# job: generate-config
# strategy: depend
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