Skip to content

ci: refactor nightly ci pipelines matrix for API tests#2939

Open
saw-jan wants to merge 3 commits into
mainfrom
ci/nightly-matrix
Open

ci: refactor nightly ci pipelines matrix for API tests#2939
saw-jan wants to merge 3 commits into
mainfrom
ci/nightly-matrix

Conversation

@saw-jan

@saw-jan saw-jan commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Description

PR and push pipelines matrix:

api-X-posix
cli-X-decomposed
core-api-X-posix

Nightly (cron) matrix:

Note

Some test suites will have less combination based on their test nature
Example: graph test suite will not have withRemotePhp combination

cli-X will not run in nightly as per #2939 (comment)

api-X-posix-withRemotePhp
api-X-posix-watchfs
api-X-decomposed
api-X-decomposed-withRemotePhp

core-api-X-posix-withRemotePhp
core-api-X-posix-watchfs
core-api-X-decomposed
core-api-X-decomposed-withRemotePhp

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation added

@saw-jan saw-jan self-assigned this Jun 12, 2026
@saw-jan saw-jan added the Type:DevOps Related to CI/CD label Jun 12, 2026
@codacy-production

codacy-production Bot commented Jun 12, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage · -0.02% coverage variation

Metric Results
Coverage variation -0.02% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a370bce) 82093 18953 23.09%
Head commit (6131ae5) 82093 (+0) 18938 (-15) 23.07% (-0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2939) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@saw-jan saw-jan changed the title ci: refactor nightly ci pipelines matrix ci: refactor nightly ci pipelines matrix for API tests Jun 12, 2026
@ScharfViktor

ScharfViktor commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

I would suggest

api-X-posix-withRemotePhp
api-X-posix-watchfs
api-X-decomposed
api-X-decomposed-withRemotePhp

core-api-X-posix-withRemotePhp
core-api-X-posix-watchfs
core-api-X-decomposed
core-api-X-decomposed-withRemotePhp

we can exclude from nightly running while we always run it all the time

api-X-posix
core-api-X-posix
cli-X-decomposed

cli-X-decomposed-withRemotePhp - I don't think we need that

Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
@saw-jan saw-jan force-pushed the ci/nightly-matrix branch from fc9bc72 to f3365d4 Compare June 16, 2026 07:27
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
@saw-jan saw-jan force-pushed the ci/nightly-matrix branch 2 times, most recently from 2b927de to 1bc6a26 Compare June 16, 2026 10:44
@saw-jan saw-jan marked this pull request as ready for review June 16, 2026 10:46
@saw-jan saw-jan requested a review from ScharfViktor June 16, 2026 10:47
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
@saw-jan saw-jan force-pushed the ci/nightly-matrix branch from 1bc6a26 to 6131ae5 Compare June 16, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type:DevOps Related to CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nightly running CI with decomposed

2 participants