Tags: sagar-viradiya/auto-benchmark
Tags
Release v1.0.0-alpha02 (#18) * Plugin configuration change - Remove firebase Project ID config and add service account credential * Setup GitHub action for profile verification (#17) * CI setup to automate baseline profile - Add Github action workflow to trigger profile verification * Update dependency - Update macro-benchmark dependency * Update github workflow - Replace Java 11 setup with java 17 * Plugin config changes - Replace firebase project ID config with service account JSON config to support profile verification on CI * Plugin upgrade - Update AGP from 8.0.0 to 8.2.0 - Update compile SDK version from 33 to 34 * Workflow changes - Remove decoding json file and writing * Workflow changes - Inline the directory creation * Workflow changes - Change the run script within step * Workflow changes - Replace access of encoded service account from env to vars * Plugin config changes - Fix the service account JSON file path * Workflow changes - Add log for home path in GCloud authentication * Workflow changes - Update the service account JSON path for GCloud authentication * Plugin configuration change - Rename step to setup service account JSON * Workflow changes - Trigger workflow only on tag push * Workflow changes and version upgrade - Trigger profile verification workflow on pull request against release branch - Upgrade plugin version from 1.0.0-alpha01 to 1.0.0-alpha02 - Add CI setup details in the README