This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 0c42e44b5 chore: nightly automatic updates
0c42e44b5 is described below
commit 0c42e44b5367a02535be0223c3ed896565c69f3e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 2 23:43:23 2024 +0000
chore: nightly automatic updates
---
CHANGELOG.md | 4 +
README.adoc | 2 +-
badge.out | 2 +-
coverage | 2 +-
coverage.out | 235 ++++++++++-----------
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 +-
docs/modules/traits/pages/builder.adoc | 2 +-
helm/camel-k/crds/crd-integration-kit.yaml | 2 +-
helm/camel-k/crds/crd-integration-platform.yaml | 4 +-
helm/camel-k/crds/crd-integration-profile.yaml | 4 +-
helm/camel-k/crds/crd-integration.yaml | 2 +-
helm/camel-k/crds/crd-kamelet-binding.yaml | 2 +-
helm/camel-k/crds/crd-pipe.yaml | 2 +-
.../bases/camel.apache.org_integrationkits.yaml | 2 +-
.../camel.apache.org_integrationplatforms.yaml | 4 +-
.../camel.apache.org_integrationprofiles.yaml | 4 +-
.../crd/bases/camel.apache.org_integrations.yaml | 2 +-
.../bases/camel.apache.org_kameletbindings.yaml | 2 +-
.../config/crd/bases/camel.apache.org_pipes.yaml | 2 +-
19 files changed, 142 insertions(+), 139 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d0d550ba..f93d6791e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
- Modeline container.port trait config set as String value
[\#5621](https://github.com/apache/camel-k/issues/5621)
- Trait annotations saved on the IntegrationKit resource
[\#5620](https://github.com/apache/camel-k/issues/5620)
- Documentation links to old Camel K examples location
[\#5619](https://github.com/apache/camel-k/issues/5619)
+- Deprecate `kamel install` and change default installation to
kustomize/helm/olm? [\#5615](https://github.com/apache/camel-k/issues/5615)
- maven-settings-offline-template.xml does not contain license
[\#5603](https://github.com/apache/camel-k/issues/5603)
- Set default containers resources
[\#5601](https://github.com/apache/camel-k/issues/5601)
- Bring back Quarkus native test in PR
[\#5598](https://github.com/apache/camel-k/issues/5598)
@@ -42,17 +43,20 @@
**Merged pull requests:**
+- chore\(install\): reduce default resource footprint
[\#5681](https://github.com/apache/camel-k/pull/5681)
([squakez](https://github.com/squakez))
- fix\(ci\): delete deployment before other resources
[\#5679](https://github.com/apache/camel-k/pull/5679)
([squakez](https://github.com/squakez))
- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.46 to
0.6.47 [\#5676](https://github.com/apache/camel-k/pull/5676)
([dependabot[bot]](https://github.com/apps/dependabot))
- feat: default resources for Operator and Integration Pods
[\#5675](https://github.com/apache/camel-k/pull/5675)
([squakez](https://github.com/squakez))
- chore\(deps\): bump github.com/prometheus/common from 0.54.0 to 0.55.0
[\#5673](https://github.com/apache/camel-k/pull/5673)
([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.45 to
0.6.46 [\#5672](https://github.com/apache/camel-k/pull/5672)
([dependabot[bot]](https://github.com/apps/dependabot))
- Document how to clean container registry and script to prune.
[\#5670](https://github.com/apache/camel-k/pull/5670)
([claudio4j](https://github.com/claudio4j))
+- feat: dependencies default order strategy
[\#5669](https://github.com/apache/camel-k/pull/5669)
([squakez](https://github.com/squakez))
- fix\(trait\): explicit jolokia agent dependency
[\#5668](https://github.com/apache/camel-k/pull/5668)
([squakez](https://github.com/squakez))
- chore\(deps\): bump k8s.io/klog/v2 from 2.130.0 to 2.130.1
[\#5665](https://github.com/apache/camel-k/pull/5665)
([dependabot[bot]](https://github.com/apps/dependabot))
- feat\(\#5121\): adding timeZone property to the Cron trait spec
[\#5664](https://github.com/apache/camel-k/pull/5664)
([lsergio](https://github.com/lsergio))
- \(\#5463\) Add make targets: setup-knative, setup-yaks
[\#5661](https://github.com/apache/camel-k/pull/5661)
([tdiesler](https://github.com/tdiesler))
- fix\(e2e\): Telemetry rest-consumer service name
[\#5660](https://github.com/apache/camel-k/pull/5660)
([gansheer](https://github.com/gansheer))
+- chore\(ci\): simplify github actions execution
[\#5657](https://github.com/apache/camel-k/pull/5657)
([squakez](https://github.com/squakez))
- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.42 to
0.6.45 [\#5655](https://github.com/apache/camel-k/pull/5655)
([dependabot[bot]](https://github.com/apps/dependabot))
- \(\#5652\) Added TimeoutSeconds to knative-serving trait
[\#5653](https://github.com/apache/camel-k/pull/5653)
([hernanDatgDev](https://github.com/hernanDatgDev))
- \(\#5635\) Add TLS configuration in the ingress trait
[\#5650](https://github.com/apache/camel-k/pull/5650)
([romain-pfund](https://github.com/romain-pfund))
diff --git a/README.adoc b/README.adoc
index a4a11d119..c9d86fb90 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@
image:https://github.com/apache/camel-k/actions/workflows/common.yml/badge.svg["
image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative",
link="https://github.com/apache/camel-k/actions/workflows/knative.yml"]
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
releases",
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml"]
image:https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml/badge.svg["Quarkus
native",
link="https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml"]
-image:https://img.shields.io/badge/Coverage-39.9%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-40.0%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on
Zulip", link="https://camel.zulipchat.com"]
Apache Camel K is a lightweight integration framework built from **Apache
Camel** that runs natively on Kubernetes and is specifically designed for
serverless and microservice architectures. Users of `Camel K` can instantly run
integration code written in Camel DSL on their preferred **Cloud** provider.
diff --git a/badge.out b/badge.out
index fd53ab36b..360ed1749 100644
--- a/badge.out
+++ b/badge.out
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/coverage b/coverage
index 45d0c8418..4a9d59804 100644
--- a/coverage
+++ b/coverage
@@ -1 +1 @@
-39.9
+40.0
diff --git a/coverage.out b/coverage.out
index 5e04f37b9..438307207 100644
--- a/coverage.out
+++ b/coverage.out
@@ -766,18 +766,18 @@ github.com/apache/camel-k/v2/pkg/cmd/bind.go:43:
newCmdBind
100.0%
github.com/apache/camel-k/v2/pkg/cmd/bind.go:96:
preRunE
100.0%
github.com/apache/camel-k/v2/pkg/cmd/bind.go:104:
runE
80.0%
github.com/apache/camel-k/v2/pkg/cmd/bind.go:115:
validate
59.0%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:181:
run
66.1%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:293:
maybeBuildArrayNotation
71.4%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:307:
showPipeOutput
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:315:
parseErrorHandler
75.0%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:344:
parseErrorHandlerByType
83.3%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:356:
decode
60.0%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:401:
nameFor
83.3%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:411:
nameForEndpoint
40.0%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:421:
asEndpointProperties
83.3%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:434:
getProperties
87.5%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:448:
parseProperty
76.9%
-github.com/apache/camel-k/v2/pkg/cmd/bind.go:467:
checkCompliance
8.7%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:181:
run
70.6%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:283:
maybeBuildArrayNotation
71.4%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:297:
showPipeOutput
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:305:
parseErrorHandler
75.0%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:334:
parseErrorHandlerByType
83.3%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:346:
decode
60.0%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:391:
nameFor
83.3%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:401:
nameForEndpoint
40.0%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:411:
asEndpointProperties
83.3%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:424:
getProperties
87.5%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:438:
parseProperty
76.9%
+github.com/apache/camel-k/v2/pkg/cmd/bind.go:457:
checkCompliance
8.7%
github.com/apache/camel-k/v2/pkg/cmd/builder.go:27:
newCmdBuilder
100.0%
github.com/apache/camel-k/v2/pkg/cmd/builder.go:52:
run
0.0%
github.com/apache/camel-k/v2/pkg/cmd/completion.go:24:
newCmdCompletion
100.0%
@@ -838,30 +838,30 @@ github.com/apache/camel-k/v2/pkg/cmd/dump.go:215:
dumpLogs
0.0%
github.com/apache/camel-k/v2/pkg/cmd/get.go:37:
newCmdGet
100.0%
github.com/apache/camel-k/v2/pkg/cmd/get.go:52:
run
0.0%
github.com/apache/camel-k/v2/pkg/cmd/install.go:57:
newCmdInstall
89.9%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:210:
install
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:256:
setupEnvVars
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:271:
tryInstallViaOLM
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:313:
installOperator
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:390:
getOperatorID
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:404:
setupOperator
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:448:
isInstallAllowed
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:461:
setupRegistrySecret
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:473:
setupIntegrationPlatform
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:616:
printOutput
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:638:
waitForPlatformReady
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:659:
postRun
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:674:
decode
94.4%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:700:
validate
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:793:
decodeSecretKeySelector
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:810:
createDefaultMavenSettingsConfigMap
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:845:
settingsConfigMap
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:211:
install
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:257:
setupEnvVars
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:272:
tryInstallViaOLM
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:314:
installOperator
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:391:
getOperatorID
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:405:
setupOperator
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:449:
isInstallAllowed
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:462:
setupRegistrySecret
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:474:
setupIntegrationPlatform
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:617:
printOutput
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:639:
waitForPlatformReady
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:660:
postRun
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:675:
decode
94.4%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:701:
validate
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:794:
decodeSecretKeySelector
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:811:
createDefaultMavenSettingsConfigMap
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:846:
settingsConfigMap
0.0%
github.com/apache/camel-k/v2/pkg/cmd/kamelet.go:24:
newCmdKamelet
100.0%
github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:35:
newKameletAddRepoCmd
57.1%
github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:69:
validate
0.0%
github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:76:
run
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:104:
getIntegrationPlatform
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:122:
findIntegrationPlatform
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:137:
checkURI
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:105:
getIntegrationPlatform
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:123:
findIntegrationPlatform
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:138:
checkURI
100.0%
github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:32:
newKameletDeleteCmd
57.1%
github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:59:
validate
0.0%
github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:70:
run
0.0%
@@ -957,48 +957,48 @@ github.com/apache/camel-k/v2/pkg/cmd/run.go:314:
run
28.3%
github.com/apache/camel-k/v2/pkg/cmd/run.go:404:
postRun
18.2%
github.com/apache/camel-k/v2/pkg/cmd/run.go:425:
waitForIntegrationReady
0.0%
github.com/apache/camel-k/v2/pkg/cmd/run.go:444:
syncIntegration
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:505:
createOrUpdateIntegration
75.5%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:604:
showIntegrationOutput
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:612:
showIntegrationKitOutput
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:620:
getIntegration
88.9%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:648:
applyLabels
16.7%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:660:
applyAnnotations
42.1%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:699:
resolveSources
85.7%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:730:
convertOptionsToTraits
50.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:768:
parseAndConvertToTrait
22.2%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:789:
convertToTrait
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:793:
applyProperties
84.6%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:814:
convertToTraitParameter
78.6%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:837:
applyDependencies
19.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:877:
getPlatform
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:900:
GetIntegrationName
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:915:
mergePropertiesWithPrecedence
92.9%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:941:
extractProperties
60.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:955:
loadPropertyFile
71.4%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:967:
resolvePodTemplate
73.3%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:998:
parseFileURI
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1012:
getRegistry
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1020:
skipChecksums
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1024:
skipPom
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1028:
classpath
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1032:
getTargetPath
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1037:
uploadDependency
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1117:
getMountPath
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1131:
uploadPomFromJar
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1173:
extractFromZip
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1190:
extractGav
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1230:
uploadAsMavenArtifact
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1249:
extractGavFromPom
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1275:
uploadChecksumFiles
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1284:
uploadChecksumFile
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1306:
writeChecksumToFile
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1317:
getSpectrumOptions
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1336:
getArtifactHTTPPath
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1350:
createDefaultGav
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1371:
isPom
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1375:
isJar
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1379:
getFileRelativePathAndExtension
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1388:
getDirName
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:505:
createOrUpdateIntegration
77.1%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:601:
showIntegrationOutput
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:609:
showIntegrationKitOutput
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:617:
getIntegration
88.9%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:645:
applyLabels
16.7%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:657:
applyAnnotations
38.5%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:684:
resolveSources
85.7%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:715:
convertOptionsToTraits
50.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:753:
parseAndConvertToTrait
22.2%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:774:
convertToTrait
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:778:
applyProperties
84.6%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:799:
convertToTraitParameter
78.6%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:822:
applyDependencies
19.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:862:
getPlatform
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:885:
GetIntegrationName
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:900:
mergePropertiesWithPrecedence
92.9%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:926:
extractProperties
60.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:940:
loadPropertyFile
71.4%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:952:
resolvePodTemplate
73.3%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:983:
parseFileURI
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:997:
getRegistry
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1005:
skipChecksums
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1009:
skipPom
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1013:
classpath
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1017:
getTargetPath
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1022:
uploadDependency
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1102:
getMountPath
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1116:
uploadPomFromJar
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1158:
extractFromZip
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1175:
extractGav
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1215:
uploadAsMavenArtifact
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1234:
extractGavFromPom
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1260:
uploadChecksumFiles
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1269:
uploadChecksumFile
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1291:
writeChecksumToFile
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1302:
getSpectrumOptions
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1321:
getArtifactHTTPPath
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1335:
createDefaultGav
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1356:
isPom
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1360:
isJar
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1364:
getFileRelativePathAndExtension
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1373:
getDirName
0.0%
github.com/apache/camel-k/v2/pkg/cmd/run_support.go:41:
addDependency
0.0%
github.com/apache/camel-k/v2/pkg/cmd/run_support.go:47:
parseConfig
0.0%
github.com/apache/camel-k/v2/pkg/cmd/run_support.go:69:
filterFileLocation
100.0%
@@ -1029,39 +1029,38 @@ github.com/apache/camel-k/v2/pkg/cmd/source/util.go:46:
isGlobCandidate
github.com/apache/camel-k/v2/pkg/cmd/source/util.go:60:
isExistingFile
87.5%
github.com/apache/camel-k/v2/pkg/cmd/source/util.go:80:
hasSupportedScheme
100.0%
github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:43:
newCmdUninstall
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:106:
decode
85.7%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:120:
uninstall
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:199:
uninstallOperator
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:217:
uninstallClusterWideResources
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:260:
uninstallNamespaceRoles
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:291:
uninstallNamespaceResources
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:323:
uninstallCrd
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:348:
uninstallRoles
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:366:
uninstallRoleBindings
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:384:
uninstallKEP1755RoleBindings
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:402:
uninstallClusterRoles
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:420:
removeSubjectFromClusterRoleBindings
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:445:
uninstallClusterRoleBindings
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:463:
uninstallServiceAccounts
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:481:
uninstallIntegrationPlatform
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:497:
uninstallIntegrationProfile
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:513:
uninstallConfigMaps
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:531:
uninstallRegistrySecret
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:549:
uninstallKamelets
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:568:
uninstallCamelCatalogs
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:584:
createActionNotAuthorizedError
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:48:
DeleteIntegration
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:62:
bindPFlagsHierarchy
66.7%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:76:
bindPFlags
84.6%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:103:
pathToRoot
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:116:
decodeKey
81.2%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:156:
decode
80.0%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:167:
stringToSliceHookFunc
86.7%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:193:
cmdOnly
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:197:
isOfflineCommand
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:201:
clone
63.6%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:221:
fieldByMapstructureTagName
90.9%
-github.com/apache/camel-k/v2/pkg/cmd/util.go:242:
verifyOperatorID
42.9%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:107:
decode
85.7%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:121:
uninstall
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:200:
uninstallOperator
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:218:
uninstallClusterWideResources
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:261:
uninstallNamespaceRoles
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:292:
uninstallNamespaceResources
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:324:
uninstallCrd
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:349:
uninstallRoles
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:367:
uninstallRoleBindings
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:385:
uninstallKEP1755RoleBindings
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:403:
uninstallClusterRoles
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:421:
removeSubjectFromClusterRoleBindings
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:446:
uninstallClusterRoleBindings
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:464:
uninstallServiceAccounts
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:482:
uninstallIntegrationPlatform
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:498:
uninstallIntegrationProfile
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:514:
uninstallConfigMaps
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:532:
uninstallRegistrySecret
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:550:
uninstallKamelets
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:569:
uninstallCamelCatalogs
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:585:
createActionNotAuthorizedError
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:46:
DeleteIntegration
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:60:
bindPFlagsHierarchy
66.7%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:74:
bindPFlags
84.6%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:101:
pathToRoot
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:114:
decodeKey
81.2%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:154:
decode
80.0%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:165:
stringToSliceHookFunc
86.7%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:191:
cmdOnly
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:195:
isOfflineCommand
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:199:
clone
63.6%
+github.com/apache/camel-k/v2/pkg/cmd/util.go:219:
fieldByMapstructureTagName
90.9%
github.com/apache/camel-k/v2/pkg/cmd/util_config.go:58:
LoadConfiguration
0.0%
github.com/apache/camel-k/v2/pkg/cmd/util_config.go:63:
LoadConfigurationFrom
100.0%
github.com/apache/camel-k/v2/pkg/cmd/util_config.go:67:
loadConfiguration
75.0%
@@ -1126,15 +1125,15 @@
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:60:
CanHand
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:65:
Handle
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:194:
isPodScheduled
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:203:
sigterm
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:246:
addTimeoutAnnotation
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:261:
removeTimeoutAnnotation
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:270:
patchPod
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:280:
getTerminatedTime
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:301:
setConditionsFromTerminationMessages
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:343:
publishTask
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:352:
publishTaskName
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:371:
publishTaskDigest
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:382:
operatorSupportedPublishingStrategy
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:247:
addTimeoutAnnotation
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:262:
removeTimeoutAnnotation
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:271:
patchPod
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:281:
getTerminatedTime
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:302:
setConditionsFromTerminationMessages
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:344:
publishTask
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:353:
publishTaskName
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:372:
publishTaskDigest
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:383:
operatorSupportedPublishingStrategy
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:42:
newMonitorRoutineAction
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:51:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:56:
CanHandle
0.0%
@@ -1463,7 +1462,7 @@ github.com/apache/camel-k/v2/pkg/trait/builder.go:170:
adaptDeprecatedFiel
github.com/apache/camel-k/v2/pkg/trait/builder.go:203:
newOrAppend
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:213:
Apply
90.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:331:
failIntegrationKit
80.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:340:
builderTask
64.1%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:340:
builderTask
76.6%
github.com/apache/camel-k/v2/pkg/trait/builder.go:461:
getImageName
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:469:
getBaseImage
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:477:
determineCustomTasks
90.0%
@@ -2341,4 +2340,4 @@ github.com/apache/camel-k/v2/pkg/util/util.go:651:
WithTempDir
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:666:
ConfigTreePropertySplit
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:687:
trimQuotes
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:698:
NavigateConfigTree
0.0%
-total:
(statements)
39.9%
+total:
(statements)
40.0%
diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
index 48d2ba048..85b0a3f62 100644
--- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
+++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
@@ -6257,7 +6257,7 @@ string
|
-The build order strategy to use, either `dependencies`, `fifo` or `sequential`
(default `sequential`)
+The build order strategy to use, either `dependencies`, `fifo` or `sequential`
(default is the platform default)
|`requestCPU` +
string
diff --git a/docs/modules/traits/pages/builder.adoc
b/docs/modules/traits/pages/builder.adoc
index 221539ab4..c83da3ed7 100755
--- a/docs/modules/traits/pages/builder.adoc
+++ b/docs/modules/traits/pages/builder.adoc
@@ -54,7 +54,7 @@ installed and ready to use on path (ie `/usr/bin/java`).
| builder.order-strategy
| string
-| The build order strategy to use, either `dependencies`, `fifo` or
`sequential` (default `sequential`)
+| The build order strategy to use, either `dependencies`, `fifo` or
`sequential` (default is the platform default)
| builder.request-cpu
| string
diff --git a/helm/camel-k/crds/crd-integration-kit.yaml
b/helm/camel-k/crds/crd-integration-kit.yaml
index f21dfc47f..40bb9d693 100644
--- a/helm/camel-k/crds/crd-integration-kit.yaml
+++ b/helm/camel-k/crds/crd-integration-kit.yaml
@@ -262,7 +262,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git a/helm/camel-k/crds/crd-integration-platform.yaml
b/helm/camel-k/crds/crd-integration-platform.yaml
index 12a6a9bbe..a472a21e0 100644
--- a/helm/camel-k/crds/crd-integration-platform.yaml
+++ b/helm/camel-k/crds/crd-integration-platform.yaml
@@ -577,7 +577,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
@@ -2613,7 +2613,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git a/helm/camel-k/crds/crd-integration-profile.yaml
b/helm/camel-k/crds/crd-integration-profile.yaml
index 500b87dfa..03890a6d6 100644
--- a/helm/camel-k/crds/crd-integration-profile.yaml
+++ b/helm/camel-k/crds/crd-integration-profile.yaml
@@ -454,7 +454,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
@@ -2373,7 +2373,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git a/helm/camel-k/crds/crd-integration.yaml
b/helm/camel-k/crds/crd-integration.yaml
index 9d40098b6..900ae75be 100644
--- a/helm/camel-k/crds/crd-integration.yaml
+++ b/helm/camel-k/crds/crd-integration.yaml
@@ -6518,7 +6518,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml
b/helm/camel-k/crds/crd-kamelet-binding.yaml
index 580f1d019..54a8fb319 100644
--- a/helm/camel-k/crds/crd-kamelet-binding.yaml
+++ b/helm/camel-k/crds/crd-kamelet-binding.yaml
@@ -6797,7 +6797,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use,
either `dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git a/helm/camel-k/crds/crd-pipe.yaml b/helm/camel-k/crds/crd-pipe.yaml
index 02845cf0f..94f2202cc 100644
--- a/helm/camel-k/crds/crd-pipe.yaml
+++ b/helm/camel-k/crds/crd-pipe.yaml
@@ -6795,7 +6795,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use,
either `dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git
a/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml
index f21dfc47f..40bb9d693 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml
@@ -262,7 +262,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git
a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
index 12a6a9bbe..a472a21e0 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
@@ -577,7 +577,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
@@ -2613,7 +2613,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git
a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
index 500b87dfa..03890a6d6 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
@@ -454,7 +454,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
@@ -2373,7 +2373,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
index 9d40098b6..900ae75be 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
@@ -6518,7 +6518,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use, either
`dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git
a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
index 580f1d019..54a8fb319 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
@@ -6797,7 +6797,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use,
either `dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
index 02845cf0f..94f2202cc 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
@@ -6795,7 +6795,7 @@ spec:
type: object
orderStrategy:
description: The build order strategy to use,
either `dependencies`,
- `fifo` or `sequential` (default `sequential`)
+ `fifo` or `sequential` (default is the platform
default)
enum:
- dependencies
- fifo