CIDuty/How To/QuarantineMultipleInstances: Difference between revisions

Jump to navigation Jump to search
m
minor updates to link and formatting
m (minor change to link)
m (minor updates to link and formatting)
 
Line 8: Line 8:
===== Setting up taskcluster =====
===== Setting up taskcluster =====
In order to run the previous python file we will need the help from taskcluster cli. The installation of the app can be done in two methods. Choose one. Both are correct.
In order to run the previous python file we will need the help from taskcluster cli. The installation of the app can be done in two methods. Choose one. Both are correct.
* Download taskcluster binary and make it executable  
* Method 1 : '''Download taskcluster binary and make it executable'''
# Download the taskcluster : https://index.taskcluster.net/v1/task/project.taskcluster.taskcluster-cli.latest/artifacts/public/linux-amd64/taskcluster
# Download the taskcluster cli from [https://index.taskcluster.net/v1/task/project.taskcluster.taskcluster-cli.latest/artifacts/public/linux-amd64/taskcluster here]
# Save the file and make it executable it: chmod u+x taskcluster
# Save the file and make it executable it: chmod u+x taskcluster
# Create a 'bin' directory : mkdir ~/bin
# Create a 'bin' directory : mkdir ~/bin
Line 16: Line 16:
You should see the file called taskcluster there (double check that it can be executed by you)<br />
You should see the file called taskcluster there (double check that it can be executed by you)<br />
Because this file is now in your $PATH you can run it anytime, from within any directory.
Because this file is now in your $PATH you can run it anytime, from within any directory.
* Install taskcluster libraries
* Method 2 : '''Install taskcluster libraries'''
# The second way is by installing it : pip install taskcluster==3.0.2
# The second way is by installing it : pip install taskcluster==3.0.2


canmove, Confirmed users
112

edits

Navigation menu