2022-09-22 19:12:13 +02:00
|
|
|
# Every run element will be executed in a different pod of job matrix
|
|
|
|
# Use it to optimize resource consumption and execution time
|
|
|
|
run:
|
|
|
|
# tough CNB tests are decomposed to reduce pipeline execution time
|
|
|
|
- '"(TestCNBIntegrationBindings|TestCNBIntegrationWrongBuilderProject|TestCNBIntegrationNonZipPath|TestCNBIntegrationZipPath|TestCNBIntegrationPreserveFilesIgnored)"'
|
|
|
|
- '"TestCNBIntegrationPreserveFiles\b"'
|
|
|
|
- '"TestCNBIntegrationNPMProject"'
|
|
|
|
- '"TestCNBIntegrationMultiImage"'
|
|
|
|
- '"TestCNBIntegrationNPMCustomBuildpacksBuildpacklessProject"'
|
|
|
|
- '"TestCNBIntegrationNPMCustomBuildpacksFullProject"'
|
|
|
|
- '"TestCNBIntegrationProjectDescriptor"'
|
|
|
|
|
|
|
|
- '"TestGolangIntegration"'
|
|
|
|
- '"TestGradleIntegration"'
|
|
|
|
|
|
|
|
# Jenkins tests are still not implemented(skipped) yet
|
|
|
|
#- '"TestJenkinsIntegration"'
|
|
|
|
|
|
|
|
- '"TestMavenIntegration"'
|
|
|
|
- '"TestMTAIntegration"'
|
2023-02-22 11:19:56 +02:00
|
|
|
# - '"TestNexusIntegration"'
|
2023-03-07 18:49:28 +02:00
|
|
|
- '"TestTmsUploadIntegration"'
|
2023-03-27 16:55:29 +02:00
|
|
|
- '"TestTmsExportIntegration"'
|
2022-09-22 19:12:13 +02:00
|
|
|
|
|
|
|
# these are light-weighted tests, so we can use only one pod to reduce resource consumption
|
|
|
|
- '"Test(Gauge|GCS|GitHub|GitOps|Influx|NPM|Piper|Python|Sonar|Vault|Karma)Integration"'
|