Skip to content

[pull] main from android:main#2

Open
pull[bot] wants to merge 17 commits intomajacQ:mainfrom
android:main
Open

[pull] main from android:main#2
pull[bot] wants to merge 17 commits intomajacQ:mainfrom
android:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Jun 9, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added the ⤵️ pull label Jun 9, 2024
tjohns and others added 16 commits July 12, 2024 13:51
This sample was deprecated in commit f97f482.

Bug: 345206785
This commit adds new GitHub Actions workflows for building the
BiometricAuthentication, BiometricLoginKotlin, and DirectBoot samples.

These workflows are triggered on:
- Push events to any branch, when files in the respective sample
  directories are modified.
- Pull request events to any branch, when files in the respective
  sample directories are modified.
- `workflow_dispatch` events, allowing manual triggering of the
  workflows.

The workflows perform the following steps:
- Checkout the code.
- Set up Java with Zulu distribution, version 11.
- Set up Gradle.
- Make the gradlew executable.
- Build the sample using Gradle.
Updated by running this command:

`./gradlew wrapper``
Assigns a unique name to the build job in each sample's workflow. This allows them to be individually identified and configured as required status checks in branch protection rules.
Updates the path triggers in each workflow to include the workflow file itself. This ensures that the workflow runs when its own configuration is changed.
Renames workflow files to the 'Build_[SampleName].yml' format for better consistency. Updates the internal 'name' and 'paths' attributes in each workflow to align with the new filenames.
* Add Android Developer Verification onboarding sample. Add licenses updates throughout. Update readme.md files with deprecation warnings.

* Update packaging.yaml

* removed test packages
This commit adds the `merge_group` trigger to the build
workflows. This ensures that the workflows are triggered
when a merge group is created, allowing for continuous
integration of changes.
- Removed the paths filter from the push and pull_request
  triggers in each workflow.
- Added a new 'changes' job to each workflow that uses the
  dorny/paths-filter action to determine if the relevant
  sample files have been modified.
- Added a conditional 'if' statement to the 'build' job that
  only runs the job if the 'changes' job determines that the
  sample files have been modified.
* Renamed folder for clarity

* update readme to correct link

* fix workflow

* fix workflow again

* fix workflow again (2nd)

* fix gradle

---------

Co-authored-by: Todd Burner <tburner@google.com>
Co-authored-by: Todd Burner <tburner@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants