diff --git a/vsts/horton-e2e.yaml b/vsts/horton-e2e.yaml deleted file mode 100644 index b09686016..000000000 --- a/vsts/horton-e2e.yaml +++ /dev/null @@ -1,19 +0,0 @@ -variables: - Horton.FrameworkRoot: $(Agent.BuildDirectory)/e2e-fx - Horton.FrameworkRef: master - Horton.Language: pythonv2 - Horton.Repo: $(Build.Repository.Uri) - Horton.Commit: $(Build.SourceBranch) - Horton.ForcedImage: '' - -resources: - repositories: - - repository: e2e_fx - type: github - name: Azure/iot-sdks-e2e-fx - ref: refs/heads/master - endpoint: 'GitHub OAuth - az-iot-builder-01' - -jobs: -- template: vsts/templates/jobs-gate-pythonv2.yaml@e2e_fx -