Getting started with TaskCluster

By anarute

This was my first week working for Mozilla as an Outreachy intern. The first challenge was to understand Mozilla’s culture and how to fit in. We had some meetings about how the program works and to get updates about TaskCluster, the project I’ll be working at for the next 3 months. Mozilla has an awesome structure to receive new employees and I felt very welcomed, but that also means a lot of information to process and organize, which includes how to communicate with a fully remote team, setting up accounts, organizing meetings schedule, entering email lists, using Mozilla tools, joining IRC channels, etc.

After organizing all these new information, it is time to dive into TaskCluster! From Taskcluster documentation we can read:

TaskCluster is the task execution framework that supports Mozilla’s continuous integration and release processes.

For me it took a while to understand what TaskCluster is and what it is used for, but the process of understanding it is giving me a lot of “ah-ha” moments, which is a great feeling that shows me that I’m already learning a lot. For those who want to learn more, this page says a bit more about TaskCluster.

My job at TaskCluster: add robust AMI management to the TaskCluster AWS Provisioner. More details on bug #1265390.

My first task: create AmiSet entity.

Before I’m able to code anything, I have a bunch of things to do and to understand - the first one is to control the anxiety of wanting to start to code right away…

I started by understanding the scope and all the parts involved. So a small glossary was very helpful for me:

Now that everything is much clearer, let’s create AmiSet entity :) - uptades next week!