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

dev -> staging [NON-RELEASE] Migrate to GitHub Actions reusable workflows #63

Merged
merged 3 commits into from
Dec 5, 2024

Conversation

timkimadobe
Copy link
Contributor

Description

This merge contains updates to migrate to GitHub Actions reusable workflows in aepsdk-commons using tag gha-ios-5.0.0.

Dependency chanages

  • Updates the gem bundler to2.5.23 (latest) (Gemfile.lock)
  • Update cocoapods to 1.16.2 (latest) - Podfile.lock, Gemfile, Gemfile.lock

Testing changes

  • Update AEPTestUtils to 5.2.2 (Core)
    • Update usage of logging property breaking change in TestBase
  • Updates integration tests to use a longer default timeout for network request assertions to address test flakiness on slower runners

See PRs:

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Staging -> Main [NON-RELEASE]
Downmerge Main -> Dev
* Implement update versions workflow using reusable workflow

* Migrate release workflow to reusable workflow

* Migrate CI to GHA reusable workflow

* Enable codecov

* bundle install with 2.5.23

* Update AEPTestUtils to 5.2.2 (Core)

* Update functional tests to use longer default timeout

Update TestBase logging property usage

* Increase default timeout from 10 -> 15 sec

* Update Gemfile cocoapods to 1.16.2

* Replace deprecated API usage
@timkimadobe timkimadobe merged commit 2d1bcfa into staging Dec 5, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants