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

Development: Remove creation of successful file for E2E tests #7219

Merged
merged 12 commits into from
Sep 22, 2023

Conversation

maximiliansoelch
Copy link
Member

Checklist

General

Motivation and Context

E2E Tests ran on Bamboo always reported a success state back to GH regardless of the actual build result. This was caused by the introduction of parallel E2E tests in #7054. Because of these changes, the exit state of the E2E tests was always 0, resulting in the creation of a successful file. Therefore, Bamboo always reported success to GH.

Description

This PR removes the creation of the successful file. I changed the E2E build pipelines for MySQL and Postgres to use the bamboo_jobFailed variable directly in Bamboo to determine the correct status that needs to be reported back to GH.

Screenshots

Screenshot 2023-09-18 at 22 06 13

@maximiliansoelch maximiliansoelch requested a review from a team as a code owner September 18, 2023 20:09
@maximiliansoelch maximiliansoelch added this to the 6.5.0 milestone Sep 18, 2023
@maximiliansoelch maximiliansoelch modified the milestones: 6.5.0, 6.5.1 Sep 18, 2023
@krusche krusche modified the milestones: 6.5.1, 6.5.2 Sep 21, 2023
@krusche krusche merged commit 6543ec6 into develop Sep 22, 2023
@krusche krusche deleted the fix/cypress-exit-code branch September 22, 2023 14:09
krusche pushed a commit that referenced this pull request Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants