<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello Honas,</p>
    <p>  Do you mean your bot entire configuration is in master.cfg ? If
      that's the case, you can split by using regular python modules.
      For example my master.cfg is usually simply:</p>
    <p># Use master.py instead<br>
      from master import *<br>
      <br>
      And then master.py is like the regular root file of a python
      projects, with submodules being imported. For example I'm used to
      configure the build, the steps, the schedulers, etc. in different
      files.<br>
    </p>
    <div class="moz-cite-prefix">Hope this helps,</div>
    <div class="moz-cite-prefix">Clément</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote type="cite"
cite="mid:CADPsCNt=KL+yOaMftp_KObArTxW0npm_aby9wMxx6EtSbX41sQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hello I have 3 buildworkers (say Linux, Windows and
        Mac)
        <div>for each of these I have say 200 build step, so a total of
          around 600 build steps.</div>
        <div>I know its alot.</div>
        <div>I have a single master.cfg file but having all these steps
          in a single file is getting a bit hard to
          manage/understand/read.</div>
        <div> </div>
        <div>Is it possible to have separate files? Ideally I am
          thinking I could have a file for the Linux build steps, a
          separate for Windows and one for Mac, but still one single
          master.cfg  which references these other files.</div>
        <div>I don't know if this is possible or how to break things up
          into more manageable chunks.</div>
        <div>Can anyone give me some guidance</div>
        <div><br>
        </div>
        <div>Regards</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@buildbot.net">users@buildbot.net</a>
<a class="moz-txt-link-freetext" href="https://lists.buildbot.net/mailman/listinfo/users">https://lists.buildbot.net/mailman/listinfo/users</a></pre>
    </blockquote>
  </body>
</html>