Skip to content
Snippets Groups Projects
Commit 208e8bad authored by Brittany Faciane's avatar Brittany Faciane
Browse files

change rules for package build stage

parent f32201b3
No related branches found
Tags 2.8.0
2 merge requests!1452Merge 2.8.2 to main,!1406Fixing pex installation.
Pipeline #10431 failed
......@@ -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/**/*"
......
......@@ -30,3 +30,7 @@
# Return to the parent directory
- cd $WD
rules:
only:
changes:
- ${PACKAGE_PATH}/**/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment