UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
Big Bang
bigbang
Commits
7422ad10
Commit
7422ad10
authored
3 years ago
by
Ernest Chuang
Browse files
Options
Downloads
Patches
Plain Diff
Added 3rd Party and Sandbox
parent
59f66a1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1386
Master
,
!1152
Resolve "Add detailed 3rd Party Package Layout and Pipeline requirements to Charter"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/developer/package-integration/package-integration-pipeline.md
+9
-0
9 additions, 0 deletions
...loper/package-integration/package-integration-pipeline.md
with
9 additions
and
0 deletions
docs/developer/package-integration/package-integration-pipeline.md
+
9
−
0
View file @
7422ad10
...
...
@@ -51,9 +51,18 @@ Pipelines provide rapid feedback to changes in our Helm chart as we develop and
1.
Update the repo's CI/CD settings to call the pipeline (
`Settings > CI/CD > General pipelines > Expand > CI/CD configuration file`
).
For Bigbang
```
text
pipelines/bigbang-package.yaml@platform-one/big-bang/pipeline-templates/pipeline-templates:master
```
For Third party
```
text
pipelines/third-party.yaml@platform-one/big-bang/pipeline-templates/pipeline-templates:master
```
For Sandbox
```
text
pipelines/sandbox.yaml@platform-one/big-bang/pipeline-templates/pipeline-templates:master
```
1.
Add overlay values for testing into
`tests/test-values.yaml`
. This will be where you add values needed for running in the pipeline. For now it can be a blank, placeholder.
...
...
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