From 745728a0828d2da05d8b70101bfc6f5e9cb58765 Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Fri, 11 Jun 2021 17:12:48 -0700 Subject: [PATCH] 3rd time's the charm? --- build/pipelines/fuzz.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/build/pipelines/fuzz.yml b/build/pipelines/fuzz.yml index feb2a066c..c29f91767 100644 --- a/build/pipelines/fuzz.yml +++ b/build/pipelines/fuzz.yml @@ -16,19 +16,21 @@ pr: none name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr) stages: - - stage: OneFuzz_Stage - displayName: OneFuzz Stage + - stage: Build_Fuzz_x64 + displayName: Build Fuzz x64 dependsOn: [] condition: succeeded() jobs: - - job: OneFuzz Job - displayName: OneFuzz Job + - template: ./templates/build-console-fuzzing.yml + parameters: + platform: x64 + - job: OneFuzz + displayName: OneFuzz + dependsOn: ['Build_Fuzz_x64'] + condition: succeeded() pool: vmImage: 'ubuntu-latest' steps: - - template: ./templates/build-console-fuzzing.yml - parameters: - platform: x64 - task: UsePythonVersion@0 displayName: Setup Python Env inputs: