Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Configuration page allows you to categorize and group up information specific to different products being built with IncrediBuild.

Through the Configurations page you can group up information regarding a specific product being built, the Agents used for the build, and the build commands used. By setting up configurations you can view, categorize, and filter through any piece of information regarding any builds and Agents you may be interested in knowing more about.

If you are developing more than one product, want to view the performance for a specific group of Agent machines, or want to view the build performance for a specific set of builds that use a particular build command, you will want to setup some configurations. It is especially useful because you can then pinpoint specific problems, compare the performance between different build groups and different Agents groups.

In this section:

Products Configuration

Products Configuration gives you the ability to separate your builds based off of what product is being built with IncrediBuild.

Example:

  • You are using incrediBuild to distribute processes for two different products. Let's say for Product 1, all build commands related to it contain the string "Blender" in the build command. In this case, "Blender" is the string in the build command argument that differentiates Product 1 builds from the other product builds. Now let's say that there is a second product we are building, let us call it Product 2. The unique string text "Durango" is what distinguishes the build commands for Product 2. Therefore, for Product 1, we would use the fact that the string "Blender" is a rule necessary to group up all build commands related to product 1, and for product 2, the string "Durango" is necessary as a rule to group up all builds related to Product 2.

Below we will explain how you can achieve what was done in the example above. We will configure the necessary rules for Product 1. The same can be done for Product 2.

Note: This isn't limited to two products. This procedure can be done to configure as many products as you'd like.

How to Create a New Product Configuration

  1. From the Products Configuration page, click Add Product.
  2. This will open the new product page:
  3. Enter in the name of your product and give a short description if you'd like, here we will call it Product 1:
  4. Click on "Save and continue to rules."
  5. The "Product Rules" tab will open.
  6. click "Add new rule":
  7. Give your rule a name. Here we are using the String Text "blender" as that rule differentiates Product 1 from the other products.
    •  
    • click on "Add" to implement the rule.
    • You can add as many rules as you please using the "AND" and "AND NOT" options.
  8. Click on Save Rule when you are satisfied with the rules you have set.
  9. The rules are now applied to your product.
    • You can manually scroll through and check which commands are affected by each rule in place by clicking on "Show Commands Affected by Rule."
  10. Alternatively, you can manually select which build command arguments to include from the Product Commands Tab:






Agents Configuration

From the Agents Configuration page you can group up different Agents based off the strings used in their names. Once they are grouped you can go to the Agents page and filter between the different Agent Configurations to change the graphic display to illustrate data specific to that Agent group.

Example:

  • You have Agents running on machines on your local network, but you also have Virtual Machines with Agents running on them. Let's assume every Virtual Machine with Agents on them have names that begin with "vm". you can set the string text value to "vm" as a rule and now all Agents that contain the string value "vm" in their names are grouped together under the same name.

Below we will explain how you can achieve what was done in the example above. We will configure the necessary rules for all Agents running on Virtual Machines. The same can be done to configure the necessary rules for Agents running on local machines. You will just need to know the necessary key differentiators between which Agents are on VM's and which are run locally. This shouldn't be difficult to do, the names of each machine should offer some indicitation that they belong to the same group.

How to Create a New Agent Configuration

  1. From the Agents tab, click on "Add Agents Group"
  2. This will open the New Agent Group page.
  3. Enter a name you find suitable for this group of Agents and add a description:
  4. click on "Save and Continue to Rules" when you are done.
  5. Next the Agent Rules Tab will open up:
    • Give your rule a name:
    •  To add exceptions or restrictions, enter a string of characters into the "String Text" field that are relevant to the names of the Agents you would like to group up.
    • In this case, we named our rule "VM" and used the string text value "vm" as our rule, because every virtual machine running an Agent begins with "vm"
  6. Add as many rules as you would like, and when you are done click on "Save Rule."
  7. You have now successfully created a new Agents Group.
  8. Once you have created different rules you can search between them using the "Search Rule" search box. In the image below we only have one rule, so searching isn't really beneficial, but once you have numerous rules, this could come in handy.
  9. Alternatively, you can click on the "Agents" tab and manually select the Agents you want to group up by pressing the "Agents" tab:
    • When you are done, click on "Associate Agents."
  10. You have now successfully created an Agent Group.





  • No labels