archiving Ceph's directories for the job 'ceph-pr-clang-tidy'
The job ceph-pr-clang-tidy requires Ceph's build but since the job ceph-pull-requests is already building Ceph it is best to archive & copy the directory and work further upon it. It is done to save time and resources required to again build Ceph.
artifact required by: https://github.com/ceph/ceph-build/pull/2269
Can one of the admins verify this patch?
- I think there's also some sort of permissions that need to be granted to the tidy job by the make check job to allow it to use the artifacts (see for example ceph-setup and job.properties.copyartifact) 2) how long does ceph-tidy take? Do we want it to run on every ceph make-check build?
@dmick
- I think there's also some sort of permissions that need to be granted to the tidy job by the make check job to allow it to use the artifacts (see for example ceph-setup and job.properties.copyartifact)
- Yes we must allow
Permission to Copy Artifact, I'll check it in the file mentioned by you.
- how long does ceph-tidy take?
- The clang-tidy would take a maximum of 15-20 minutes to complete execution.
Do we want it to run on every ceph make-check build?
Yes we must run after every make-check build.
Well, not "must", it, like everything, is a choice. Let me bring this up to the clt.
Well, not "must", it, like everything, is a choice. Let me bring this up to the clt.
Okay no problem
think there's also some sort of permissions that need to be granted to the tidy job by the make check job to allow it to use the artifacts (see for example ceph-setup and job.properties.copyartifact)
Hi @dmick! I have added the code to give permission to our job ceph-pr-clang-tidy to copy artifacts from ceph-pull-requests
Please do check.
Well, not "must", it, like everything, is a choice. Let me bring this up to the clt.
@dmick any update from clt?
does everything look good ? @dmick
I'm sorry we haven't made more progress with this. You've hit on an area of Ceph development that is not very flexible to new work right now. We're going to continue trying to move the discussion along.
I'm sorry we haven't made more progress with this. You've hit on an area of Ceph development that is not very flexible to new work right now. We're going to continue trying to move the discussion along.
@dmick I see.. Please let me know what should I do from my end.