You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our required build/e2e test seems to only be requiring the build step actually pass. This was probably broken when we changed to a matrix job as it used to be just 1 job instead of multiple jobs in a workflow.
Should be able to test by introducing a bad/failing e2e test. Notice how in these images the required test is passed, but there are later steps that failed.
We probably need to have the final step of merging the reports be the required check.
The text was updated successfully, but these errors were encountered:
Fixes#2044
Infra PR deephaven/infra#301
You can see the e2e-results job failed on my 2nd commit to this PR. It
should fail if any of the matrix jobs fail or are cancelled.
Fixesdeephaven#2044
Infra PR deephaven/infra#301
You can see the e2e-results job failed on my 2nd commit to this PR. It
should fail if any of the matrix jobs fail or are cancelled.
Fixes#2044
Infra PR deephaven/infra#301
You can see the e2e-results job failed on my 2nd commit to this PR. It
should fail if any of the matrix jobs fail or are cancelled.
Co-authored-by: Matthew Runyon <matthewrunyon@deephaven.io>
Our required build/e2e test seems to only be requiring the build step actually pass. This was probably broken when we changed to a matrix job as it used to be just 1 job instead of multiple jobs in a workflow.
Should be able to test by introducing a bad/failing e2e test. Notice how in these images the required test is passed, but there are later steps that failed.
We probably need to have the final step of merging the reports be the required check.
The text was updated successfully, but these errors were encountered: