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

Nightly Testing Report #13737

Closed
github-actions bot opened this issue Sep 28, 2024 · 13 comments · Fixed by #13769 · May be fixed by #13740
Closed

Nightly Testing Report #13737

github-actions bot opened this issue Sep 28, 2024 · 13 comments · Fixed by #13769 · May be fixed by #13740
Assignees

Comments

@github-actions
Copy link
Contributor

Nightly Testing Report

This issue(log) is generated at 09/28/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs.

Workflow 09/27
storage failure
crashlytics failure
sessions failure
Copy link
Contributor Author

Nightly Testing Report

This issue(log) is generated at 09/29/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs.

Workflow 09/28
storage failure
crashlytics failure
database failure
installations failure

Copy link
Contributor Author

Nightly Testing Report

This issue(log) is generated at 09/30/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs.

Workflow 09/29
crashlytics failure

@ncooke3
Copy link
Member

ncooke3 commented Sep 30, 2024

I'll run the crashlytics tests locally on Xcode 16. They failed the last few days.

Copy link
Contributor Author

github-actions bot commented Oct 1, 2024

Nightly Testing Report

This issue(log) is generated at 10/01/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs.

Workflow 09/30
storage failure
zip failure
messaging failure
crashlytics failure
functions failure
spm failure
release failure

@paulb777
Copy link
Member

paulb777 commented Oct 1, 2024

Restarted - except the zip job which is failing similar to #13745 and needs the auth test updated in zip.yml
and release job which is failing because of testing 11.3 instead of 11.4 for VertexAI https://github.com/firebase/firebase-ios-sdk/actions/runs/11118940608/job/30893758883#step:5:1069

Copy link
Contributor Author

github-actions bot commented Oct 2, 2024

Nightly Testing Report

This issue(log) is generated at 10/02/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs.

Workflow 10/01
storage failure
remoteconfig failure
installations failure
release failure

@paulb777
Copy link
Member

paulb777 commented Oct 2, 2024

Looking more closely at the release workflow, it's testing the previous release instead of the current release - https://github.com/firebase/firebase-ios-sdk/actions/runs/11138103991/job/30952916546#step:5:76

@paulb777
Copy link
Member

paulb777 commented Oct 2, 2024

Maybe related to nightly tag not being updated?

Screenshot 2024-10-02 at 7 13 12 AM

@ncooke3
Copy link
Member

ncooke3 commented Oct 2, 2024

@ncooke3
Copy link
Member

ncooke3 commented Oct 2, 2024

Ah, it's because of the --merged main bit. The 11.4 tag is not on main

@paulb777
Copy link
Member

paulb777 commented Oct 2, 2024

Good find. I missed that step. Thanks!

@ncooke3
Copy link
Member

ncooke3 commented Oct 2, 2024

I think we should remove the --merged main line but leave it in a comment to let future us know that it can be used to prevent long running prerelease branches (e.g. ahead of major version release) from affecting the testing of the next release. WDYT?

@paulb777
Copy link
Member

paulb777 commented Oct 2, 2024

Agreed. The bug is me forgetting to update-tags after merging the version 11.4.0 PR. Doing the update-tags now

@firebase firebase locked and limited conversation to collaborators Nov 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.