Choosing a Plan

By default, NeetoCI executes all workflows under the "Basic" plan. However, we understand that some projects may require additional resources such as increased CPU, RAM, or storage capacity to handle more demanding tasks effectively. To cater to such needs, you can upgrade the plan for a particular workflow by modifying your workflow's configuration.

To upgrade your workflow's plan, navigate to the workflow configuration file inside the .neetoci directory of your repository and insert the following line:

plan: standard

By adding the above change to your workflow configuration, any CI jobs created with this workflow will use the "Standard" plan. The "Standard" plan grants you access to additional resources. You can find all the plans that NeetoCI offers below.

Do note that if the incorrect plan name is provided in the configuration file or if the plan is missing, the "Basic" plan will be used.

Plans

Here's a list of all plans available in NeetoCI, the resources they offer, and their price. Add the YAML code given next to the plan of your choice to use that plan for your workflow.

Plan

CPU

RAM

Storage

YAML code

Price

Basic (Default)

0.50 cores

1 Gi

10Gi

plan: basic

$0 / hr

Standard

1.75 cores

3 Gi

20Gi

plan: standard

$15 / hr

Enterprise

3.00 cores

6 Gi

30Gi

plan: enterprise

$50 / hr

Billing

You will be billed based on the duration of your CI Jobs. Let's say a CI Job running on the enterprise plan takes 5 minutes and 38 seconds to complete. You will be billed $5 for that CI Job based on the following calculation.

6 minutes * $50 / 60 = $5

We are committed to providing you with the tools you need to tailor your CI experience to the unique requirements of your projects. Whether you're managing lightweight processes or heavyweight builds, adjusting the workflow plan ensures that your resources align precisely with your project's demands. If you have any questions or need further assistance, please don't hesitate to reach out to our support team.

Can't find what you're looking for?