StaticAnalyzerBenchmarks buildbot script version control

I’m assuming that the buildbot scripts (SATestAdd.py, SATestBuild.py, SumTimerInfo.py, CmpRuns.py, reducer.pl, etc…) are version controlled… but where?

This (apparently) isn’t documented anywhere?

I'm assuming that the buildbot scripts (SATestAdd.py, SATestBuild.py,
SumTimerInfo.py, CmpRuns.py, reducer.pl <http://reducer.pl>, etc...) are
version controlled... but where?

Ahh - https://llvm.org/svn/llvm-project/cfe/trunk/utils/analyzer/ - I see. Thanks!

Who owns these?

Ahh - https://llvm.org/svn/llvm-project/cfe/trunk/utils/analyzer/ - I
see. Thanks!

Who owns these?

Check the CODE_OWNERS.txt

This is /only/ a mirror of the upstream git repository, which is a mirror of svn.

Jon

This is /only/ a mirror of the upstream git repository, which is a mirror of svn.

Pardon my naivety here, but, what? I’ve been under the impression that llvm.org/svn/llvm-project/ is the main repository?

    This is /only/ a mirror of the upstream git repository, which is a
    mirror of svn.

Pardon my naivety here, but, what? I've been under the impression that
llvm.org/svn/llvm-project/
<https://llvm.org/svn/llvm-project/cfe/trunk/utils/analyzer/&gt; is the
main repository?

Correct. The github thing I linked to is /only/ a mirror of the upstream git repository, which is a mirror of that svn repo.

Jon

Ahh - https://llvm.org/svn/llvm-project/cfe/trunk/utils/analyzer/ - I see. Thanks!

Who owns these?

We own these scripts. They are mainly used for testing and debugging the static analyzer.

Anna.