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

Refactoring archive testing to a single yml file. #6510

Merged
merged 7 commits into from
Sep 24, 2020

Conversation

ryanwilson
Copy link
Member

This reduces the duplication in each of the workflow files. This also
will make archive testing with SwiftPM more straightforward.

This reduces the duplication in each of the workflow files. This also
will make archive testing with SwiftPM more straightforward.
@ryanwilson ryanwilson requested a review from paulb777 September 21, 2020 18:33
Copy link
Member

@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much more maintainable. Thanks!

# Archive tests for pods that support iOS only.
pods-ios-only-cron:
# Don't run on private repo.
if: github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you comment this to test?

# Archive tests for pods that support iOS, tvOS, and macOS.
pods-ios-tvos-macos-cron:
# Don't run on private repo.
if: github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

@paulb777
Copy link
Member

remoteconfig test failure is addressed by #6514

@ryanwilson
Copy link
Member Author

Probably shouldn't be added here

Thanks, got caught with a git commit -a 😝 will remove.

@ryanwilson ryanwilson requested a review from paulb777 September 24, 2020 15:37
@ryanwilson ryanwilson merged commit f6642ef into master Sep 24, 2020
@ryanwilson ryanwilson deleted the rw-archive-refactor branch September 24, 2020 16:07
christibbs pushed a commit that referenced this pull request Sep 28, 2020
* Refactoring archive testing to a single yml file.

This reduces the duplication in each of the workflow files. This also
will make archive testing with SwiftPM more straightforward.

* Prefixed with 'pod' name

* Commenting out to run archive testing on PR for now.

* Put array on single line

The yml won't be parsed unless the `pod` array is on a single line.

* Fix to run on PRs to the yml itself.

* Fix naming of AppDistro

* Remove schemes.
@firebase firebase locked and limited conversation to collaborators Oct 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants