aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2023-03-19fix(ci): prevent shadow jobs from writing to cacheHarsh Shandilya
2023-03-16chore(deps): update actions/checkout action to v3.4.0 (#2416)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15chore(deps): update peter-evans/create-pull-request action to v4.2.4 (#2415)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28fix(shadow jobs): don't run an additional jobset for latest Gradle versionHarsh Shandilya
I always keep the wrapper in sync with Gradle releases so the additional matrix dimension doesn't add much value. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2023-02-28feat(ci): make shadow jobs report aggregate successHarsh Shandilya
2023-02-28fix: remove Gradle 8.x exclusion from shadow jobsHarsh Shandilya
2023-02-28chore: update AGP versions in shadow jobsHarsh Shandilya
2023-02-23fix(ci): improve check for uncommitted changesHarsh Shandilya
2023-02-19chore(deps): update gradle/wrapper-validation-action action to v1.0.6 (#2382)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-19chore(deps): update gradle/gradle-build-action action to v2.4.0 (#2381)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13chore(ci): add merge queue trigger to PR jobsHarsh Shandilya
2023-02-08chore(deps): update actions/setup-java action to v3.10.0 (#2364)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-31chore(ci): update shadow job configurationHarsh Shandilya
- Run for latest stable and release nightly Gradle versions - Exclude known-broken combinations
2023-01-30chore(ci): bump AGP versions for shadow jobsHarsh Shandilya
2023-01-26chore(deps): update actions/github-script action to v6.4.0 (#2346)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-26chore(ci): update shadow job configurationHarsh Shandilya
2023-01-16fix(ci): assemble bundles but do not deploy them in snapshotsHarsh Shandilya
While a build test is good and useful ultimately there is little value to the bundle format outside Google Play and the artifact only serves to confuse users looking to download the snapshots.
2023-01-13fix(ci): update AGP versions in shadow job configurationHarsh Shandilya
2023-01-13chore(deps): revert back to AGP stableHarsh Shandilya
This reverts commit aca444da4e66e749c19bec112021add7de23178e.
2023-01-06chore(deps): update actions/upload-artifact action to v3.1.2 (#2324)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-06chore(deps): update actions/download-artifact action to v3.0.2 (#2322)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-05chore(deps): update actions/checkout action to v3.3.0 (#2320)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03chore: upgrade to AGP 8.0.0-alpha10Harsh Shandilya
This brings proper compatibility with Gradle 8.0 RC1
2022-12-29chore: update AGP versions for shadow jobHarsh Shandilya
2022-12-22fix(ci): disable AGP 8 X Java 11 shadow jobHarsh Shandilya
AGP 8.x now correcly enforces its Java 17+ runtime requirement
2022-12-22chore(ci): update shadow job versionsHarsh Shandilya
2022-12-14chore(deps): update actions/setup-java action to v3.9.0 (#2299)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12chore(deps): update actions/checkout action to v3.2.0 (#2297)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08fix(ci): cancel in-progress builds for snapshot deploymentHarsh Shandilya
2022-12-08fix(ci): only validate wrapper when changedHarsh Shandilya
2022-12-08feat(shadow jobs): prepare for revivalHarsh Shandilya
- Bump versions - Workaround perma-fail on AGP 8.x - Adjust schedule to be weekly - Report exit state to healthchecks.io
2022-12-06chore(deps): update actions/setup-java action to v3.8.0 (#2283)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01chore(deps): update actions/setup-java action to v3.7.0 (#2281)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28chore(ci): ensure only one instance of snapshot deploy workflow runsHarsh Shandilya
2022-11-28fix(ci): run wrapper validation on develop branch pushHarsh Shandilya
2022-11-28chore(deps): update peter-evans/create-pull-request action to v4.2.3 (#2277)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-25chore(ci): misc changes to snapshot deploymentHarsh Shandilya
2022-11-24chore(deps): update peter-evans/create-pull-request action to v4.2.2 (#2271)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-11-23chore(deps): update mindsers/changelog-reader-action action to v2.2.2 (#2269)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-22chore(deps): update peter-evans/create-pull-request action to v4.2.1 (#2266)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-13chore(deps): pin dependencies (#2249)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10chore(deps): update mindsers/changelog-reader-action action to v2.2.1 (#2241)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-08feat(ci): merge release and debug APK jobsHarsh Shandilya
2022-10-30fix(github): fix Crowdin and PSL pull labelsHarsh Shandilya
2022-10-29refactor(github): rework CI avoidance logicHarsh Shandilya
2022-10-29feat: rip out SpotlessHarsh Shandilya
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon.
2022-10-25chore: update AGP versions in shadow jobHarsh Shandilya
2022-10-24chore(deps): update gradle/wrapper-validation-action action to v1.0.5 (#2210)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-22chore(deps): update gradle/gradle-build-action action to v2.3.3 (#2199)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-22chore(deps): update actions/upload-artifact action to v3.1.1 (#2197)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>