Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
208e8bad
Commit
208e8bad
authored
1 year ago
by
Brittany Faciane
Browse files
Options
Downloads
Patches
Plain Diff
change rules for package build stage
parent
f32201b3
No related branches found
Branches containing commit
Tags
2.8.0
Tags containing commit
2 merge requests
!1452
Merge 2.8.2 to main
,
!1406
Fixing pex installation.
Pipeline
#10431
failed
1 year ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-42
0 additions, 42 deletions
.gitlab-ci.yml
ci/package-build.template.yml
+4
-0
4 additions, 0 deletions
ci/package-build.template.yml
with
4 additions
and
42 deletions
.gitlab-ci.yml
+
0
−
42
View file @
208e8bad
...
...
@@ -62,9 +62,6 @@ build carta envoy:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/carta_envoy"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/carta_envoy/**/*"
build casa envoy
:
interruptible
:
true
...
...
@@ -72,9 +69,6 @@ build casa envoy:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/casa_envoy"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/casa_envoy/**/*"
build core sampler
:
interruptible
:
true
...
...
@@ -82,9 +76,6 @@ build core sampler:
variables
:
PACKAGE_PATH
:
"
apps/cli/utilities/core_sampler"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/utilities/core_sampler/**/*"
build conveyor
:
interruptible
:
true
...
...
@@ -92,9 +83,6 @@ build conveyor:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/conveyor"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/conveyor/**/*"
build deliver
:
interruptible
:
true
...
...
@@ -102,9 +90,6 @@ build deliver:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/deliver"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/deliver/**/*"
build ingest envoy
:
interruptible
:
true
...
...
@@ -112,9 +97,6 @@ build ingest envoy:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/ingest_envoy"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/ingest_envoy/**/*"
build mediator
:
interruptible
:
true
...
...
@@ -122,9 +104,6 @@ build mediator:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/mediator"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/mediator/**/*"
build null
:
interruptible
:
true
...
...
@@ -132,9 +111,6 @@ build null:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/null"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/null/**/*"
build productfetcher
:
interruptible
:
true
...
...
@@ -142,9 +118,6 @@ build productfetcher:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/productfetcher"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/productfetcher/**/*"
build update stage
:
interruptible
:
true
...
...
@@ -152,9 +125,6 @@ build update stage:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/update_stage"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/update_stage/**/*"
build vela
:
interruptible
:
true
...
...
@@ -162,9 +132,6 @@ build vela:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/vela"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/vela/**/*"
build wf inspector
:
interruptible
:
true
...
...
@@ -172,9 +139,6 @@ build wf inspector:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/wf_inspector"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/wf_inspector/**/*"
build ws annihilator
:
interruptible
:
true
...
...
@@ -182,9 +146,6 @@ build ws annihilator:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/ws_annihilator"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/ws_annihilator/**/*"
build ws metrics
:
interruptible
:
true
...
...
@@ -192,9 +153,6 @@ build ws metrics:
variables
:
PACKAGE_PATH
:
"
apps/cli/executables/pexable/ws_metrics"
extends
:
.build-package
only
:
changes
:
-
"
apps/cli/executables/pexable/ws_metrics/**/*"
...
...
This diff is collapsed.
Click to expand it.
ci/package-build.template.yml
+
4
−
0
View file @
208e8bad
...
...
@@ -30,3 +30,7 @@
# Return to the parent directory
-
cd $WD
rules
:
only
:
changes
:
-
${PACKAGE_PATH}/**/*
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