GithubHelp home page GithubHelp logo

isabella232 / arm-preview-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from circleci-public/arm-preview-docs

0.0 0.0 0.0 8 KB

Docs for the preview of Arm resources on CircleCI

Home Page: https://circleci.com/build-environments

arm-preview-docs's Introduction

CircleCI Arm resource preview docs

We are excited to announce the preview of Arm resources on CircleCI. The purpose of this repository is to walk you through the setup steps required to use an Arm resource.

What are Arm resources on CircleCI?

CircleCI offers multiple kinds of environments for you to run jobs in. In your CircleCI config you can choose the right environment for your job using the resource_class key.

We have added two resources as part of the machine executor:

  • arm.medium - 2 vCPU, 8GB RAM
  • arm.large - 4 vCPU, 16GB RAM

As these are machine executor resources, each class is a dedicated VM that’s created just for your job and destroyed after the job has finished running.

Getting access to the Arm resources

Requirements to get access to the Arm preview:

  • Your organization must have an active Performance, Scale, or Custom plan on CircleCI.

Steps to get access:

  • Contact your CircleCI Customer Success Manager (CSM). If you don’t have a CSM, submit a new request in the CircleCI Support Center.

Using Arm resources

Once we’ve enabled Arm resources for your organization, update your .circleci/config.yml file to use the Arm resource. Here is an example config:

# .circleci/config.yml
version: 2.1

jobs:
  build-medium:
    machine:
      image: ubuntu-2004:202011-01
    resource_class: arm.medium
    steps:
      - run: uname -a
      - run: echo "Hello, Arm!"
  build-large:
    machine:
      image: ubuntu-2004:202011-01
    resource_class: arm.large
    steps:
      - run: uname -a
      - run: echo "Hello, Arm!"

workflows:
  version: 2
  build:
    jobs:
      - build-medium
      - build-large

Limitations

  • There may be up to 2 mins of spin-up time before your job actually starts running. This time will decrease as more preview customers start using Arm resources.
  • Only one image is currently available, ubuntu-2004:202011-01. It contains most of the tools you’ll likely need, from Docker to docker-compose to Python to jq. If there is software you require that’s not available in the image, please open an issue to let us know.
  • We may change and update the pre-installed software on the ubuntu-2004:202011-01 image without prior notice during the preview period. Once the preview period is over, the images for Arm resources will be stable and will follow our standard image release cadence.

Pricing

We are currently finalizing the pricing for Arm resources and will share it soon. For now, we won’t bill you for the Arm preview usage.

How to provide feedback

Please open an issue with any feedback. The specific areas where we would appreciate feedback:

  • Software pre-installed in the image. Do you find everything you need in the image? Are there any bugs that you’ve noticed in the pre-installed software?
  • Naming of the resource class. Is the arm.medium and arm.large naming intuitive? Would you expect different names for these resources?

arm-preview-docs's People

Contributors

appplemac avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.