Skip to content

[xaprepare] Track the versions of Android SDK Levels available on CI agents. - #8552

Merged
jpobst merged 1 commit into
mainfrom
agent-api-levels
Dec 4, 2023
Merged

[xaprepare] Track the versions of Android SDK Levels available on CI agents.#8552
jpobst merged 1 commit into
mainfrom
agent-api-levels

Conversation

@jpobst

@jpobstjpobst commented Dec 1, 2023

Copy link
Copy Markdown
Contributor

Context: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md

By using the revisions of Android SDK Platforms already on the MS Hosted CI images we do not need to spend time downloading and installing alternate versions.

Current mainxaprepare:

 * Checking platform-33_r02
outdated
* Checking platform-34-ext7_r01
outdated

This PR xaprepare:

 * Checking platform-33-ext3_r03
installed
* Checking platform-34-ext7_r02
installed

Note these "ext" versions seem to be the new "baseline" versions. That is, there is no longer a "plain" platform-33 or platform-34 listed in the Google SDK manifest.

Neither ApiCompat nor PublicApiAnalyzers were triggered, so we can safely assume the public API has not changed in these new revisions.

@jpobst
jpobst marked this pull request as ready for review December 1, 2023 23:02
@jpobst
jpobst merged commit 4434a35 into mainDec 4, 2023
@jpobst
jpobst deleted the agent-api-levels branch December 4, 2023 17:43
grendello added a commit that referenced this pull request Dec 4, 2023
* main:
[xaprepare] Track the versions of Android SDK Levels available on CI agents. (#8552)
grendello added a commit that referenced this pull request Dec 4, 2023
* main:
[monodroid] Add a handful of compiler options to harden code (#8551)
Bump to dotnet/installer@42ace91ba7 .NET 9.0.100-alpha.1.23603.1 (#8366)
[xaprepare] Track the versions of Android SDK Levels available on CI agents. (#8552)
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jan 22, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jpobst@grendello@jonathanpeppers@pjcollins