File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -687,28 +687,21 @@ addCondaUploadSteps(condaBuildFactory,
687
687
688
688
c ['builders' ].append (
689
689
BuilderConfig (
690
- name = 'conda-win32 ' ,
691
- slavenames = buildslaves ['windows-7-x32 ' ],
690
+ name = 'conda-lin ' ,
691
+ slavenames = buildslaves ['ubuntu-trusty-amd64 ' ],
692
692
nextSlave = nextSlave ,
693
693
factory = condaBuildFactory ))
694
694
695
695
c ['builders' ].append (
696
696
BuilderConfig (
697
- name = 'conda-win64 ' ,
697
+ name = 'conda-win ' ,
698
698
slavenames = buildslaves ['windows-7-x64' ],
699
699
nextSlave = nextSlave ,
700
700
factory = condaBuildFactory ))
701
701
702
- c ['builders' ].append (
703
- BuilderConfig (
704
- name = 'conda-lin64' ,
705
- slavenames = buildslaves ['ubuntu-trusty-amd64' ],
706
- nextSlave = nextSlave ,
707
- factory = condaBuildFactory ))
708
-
709
702
condaAllBuildFactory = BuildFactory ()
710
703
addTriggerSteps (condaAllBuildFactory ,
711
- ['conda-win32 ' , 'conda-win64' , 'conda-lin64 ' ],
704
+ ['conda-lin ' , 'conda-win ' ],
712
705
alwaysUseLatest = True ,
713
706
waitForFinish = True ,
714
707
copy_properties = ['package' ])
You can’t perform that action at this time.
0 commit comments