Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] [CI] Cypress test run spec input #5173

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 6154e2d from #5142.

Originally:
#5134

I believed it to be a good idea to ensure that triggering the CI
should always run a batch of tests. But I realized that some tests
can be added and just be bad tests until updated. Or if we want
to verify a flaky test in the CI.

So instead of only making it additional tests, the spec input will
complete replace the default tests (unless you append to the default).

Empty will run the default spec still. This will append on to the
PR comment with the spec that was run. So at least maintainers can
see it passed for a set of tests but it did not run the ones
we usually run.

Also adding some formatting for empty values for the PR comment.

Issue related:
#4019

Signed-off-by: Kawika Avilla <[email protected]>
(cherry picked from commit 6154e2d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@opensearch-trigger-bot opensearch-trigger-bot bot added the autocut Skip the changelog verification check on backports label Oct 2, 2023
@opensearch-trigger-bot opensearch-trigger-bot bot added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label Oct 2, 2023
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #5173 (c4f7e1c) into 2.x (8a3e2ad) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              2.x    #5173      +/-   ##
==========================================
+ Coverage   66.50%   66.54%   +0.03%     
==========================================
  Files        3403     3403              
  Lines       65084    65084              
  Branches    10402    10402              
==========================================
+ Hits        43284    43310      +26     
+ Misses      19307    19207     -100     
- Partials     2493     2567      +74     
Flag Coverage Δ
Linux_1 34.82% <ø> (ø)
Linux_2 55.34% <ø> (?)
Linux_3 44.61% <ø> (+<0.01%) ⬆️
Linux_4 35.02% <ø> (ø)
Windows_1 34.84% <ø> (ø)
Windows_2 55.30% <ø> (ø)
Windows_3 44.61% <ø> (?)
Windows_4 35.02% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 26 files with indirect coverage changes

@kavilla kavilla merged commit 26bd36d into 2.x Oct 2, 2023
73 of 76 checks passed
@github-actions github-actions bot deleted the backport/backport-5142-to-2.x branch October 2, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut Skip the changelog verification check on backports ci Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants