Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Enable ccache on Github Actions #18459

Merged
merged 1 commit into from
Jun 2, 2020
Merged

Enable ccache on Github Actions #18459

merged 1 commit into from
Jun 2, 2020

Conversation

leezu
Copy link
Contributor

@leezu leezu commented Jun 1, 2020

Speed up the OS X tests.

@leezu leezu requested a review from szha as a code owner June 1, 2020 20:47
@mxnet-bot
Copy link

Hey @leezu , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [edge, centos-gpu, miscellaneous, centos-cpu, windows-cpu, website, clang, windows-gpu, unix-gpu, unix-cpu, sanity]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

path: ~/.ccache
# We include the commit sha in the cache key, as new cache entries are
# only created if there is no existing entry for the key yet.
key: ${{ runner.os }}-ccache-${{ github.sha }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any way to share the cache across commits?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, via the restore-keys below. It's based on common prefix

@leezu leezu requested a review from szha June 2, 2020 00:33
@szha szha merged commit 8395089 into apache:master Jun 2, 2020
@leezu leezu deleted the actions branch June 2, 2020 01:40
ys2843 pushed a commit to ys2843/incubator-mxnet that referenced this pull request Jun 2, 2020
yijunc pushed a commit to yijunc/incubator-mxnet that referenced this pull request Jun 9, 2020
AntiZpvoh pushed a commit to AntiZpvoh/incubator-mxnet that referenced this pull request Jul 6, 2020
Sign up for free to 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.

3 participants