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

[Dependency Cache] Dependency Cache on CI per Project [without GRADLE_RO_DEP_CACHE] #13170

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
e50f415
CI: Use android-staging agent to test with ro dependency cache disabled
ParaskP7 Dec 19, 2024
145a096
CI: Remove pre command hook to ignore restore gradle dependency cache
ParaskP7 Dec 19, 2024
0dcd7b8
CI: Temporarily remove all pipeline steps but the mobile app prototype
ParaskP7 Dec 20, 2024
539bda5
CI: Add a scheduled dependency cache job
ParaskP7 Dec 12, 2024
3cbe4fc
CI: Add restore cache command to run only before mobile app prototype
ParaskP7 Dec 20, 2024
82bd444
CI: Use non read-only dependency cache to save/restore the cache
ParaskP7 Dec 20, 2024
3869b31
CI: Revert the removal of all pipeline steps
ParaskP7 Dec 20, 2024
be6b3a0
CI: Cache all dependencies as part of the scheduled dependency cache job
ParaskP7 Dec 20, 2024
13cbd88
CI: Add restore cache command to run on targeted steps
ParaskP7 Dec 20, 2024
64c365a
CI: Check if modules-2 directory exists prior to placing cache
ParaskP7 Dec 20, 2024
2731126
Merge branch 'trunk' of github.com:woocommerce/woocommerce-android in…
ParaskP7 Jan 7, 2025
8eff54b
Merge branch 'trunk' of github.com:woocommerce/woocommerce-android in…
ParaskP7 Jan 9, 2025
5e60145
Merge branch 'trunk' of github.com:woocommerce/woocommerce-android in…
ParaskP7 Jan 10, 2025
307c835
CI: Trigger a test build using the latest update from a8c-ci-toolkit
ParaskP7 Jan 10, 2025
2a091b1
CI: Switch back to android agent to re-test without ro dependency cache
ParaskP7 Jan 13, 2025
da294e1
Merge branch 'trunk' of github.com:woocommerce/woocommerce-android in…
ParaskP7 Jan 13, 2025
dbc1eef
CI: Remove lib:iap unit test as the module is no longer available
ParaskP7 Jan 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: Trigger a test build using the latest update from a8c-ci-toolkit
  • Loading branch information
ParaskP7 committed Jan 10, 2025
commit 307c835f09430a2074ca852b1347922cc1688343
2 changes: 1 addition & 1 deletion .buildkite/shared-pipeline-vars
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# This file is `source`'d before calling `buildkite-agent pipeline upload`, and can be used
# to set up some variables that will be interpolated in the `.yml` pipeline before uploading it.

export CI_TOOLKIT="automattic/a8c-ci-toolkit#1d7a5b2b01d925e0c38d15b924c132763f715a48"
export CI_TOOLKIT="automattic/a8c-ci-toolkit#94d9f7a3829cd21d9f31b5ee962178c26606c71e"
export TEST_COLLECTOR="test-collector#v1.10.1"
Loading