Confirmed users
39
edits
(Added a picture) |
(Aligned the text) |
||
Line 6: | Line 6: | ||
# Next we execute the python file we saved locally with the code from git in it. Make sure it is properly indented after the copy > paste. Below is a table with all the possible arguments: | # Next we execute the python file we saved locally with the code from git in it. Make sure it is properly indented after the copy > paste. Below is a table with all the possible arguments: | ||
[[File:Cli.png | [[File:Cli.png]] | ||
# In our case we needed to un-quarantine t-yosemite-r7-070 and t-yosemite-r7-{075..156} so the command looked like this : | # In our case we needed to un-quarantine t-yosemite-r7-070 and t-yosemite-r7-{075..156} so the command looked like this : | ||
# for i in t-yosemite-r7-070 t-yosemite-r7-{075..156}; do echo $i; quarantine_tc.py --enable -p releng-hardware -w gecko-t-osx-1010 -g mdc2 ${i}; done | # for i in t-yosemite-r7-070 t-yosemite-r7-{075..156}; do echo $i; quarantine_tc.py --enable -p releng-hardware -w gecko-t-osx-1010 -g mdc2 ${i}; done | ||
# What happens? We go through worker 070 and every worker from 075 till 156 and for each of them we run the python file we saved locally. With the proper arguments. | # What happens? We go through worker 070 and every worker from 075 till 156 and for each of them we run the python file we saved locally. With the proper arguments. |