Skip to content
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7df7b9f
Make python package pipeline 1ES compliant
jchen351 Feb 24, 2025
b488312
change 1ES.PublishPipelineArtifact@0 to 1ES.PublishPipelineArtifact@1
jchen351 Feb 24, 2025
9c75e28
Make python CUDA package pipeline 1ES compliant
jchen351 Feb 24, 2025
293ce37
combine resources
jchen351 Feb 24, 2025
ca0aef2
_qnn_Wheels
jchen351 Feb 26, 2025
8b11ece
_qnn_Wheels
jchen351 Feb 26, 2025
60f7490
_qnn_Wheels
jchen351 Feb 26, 2025
b12a385
_qnn_Wheels
jchen351 Feb 26, 2025
4c1c28d
Merge branch 'Cjian/1es_py' into Cjian/1es_py_cuda
jchen351 Feb 26, 2025
0aa3e4a
Merge branch 'main' into Cjian/1es_py_cuda
jchen351 Feb 26, 2025
e5e4a81
onnxruntime-Win-CPU-2022
jchen351 Feb 26, 2025
790f3c7
1es
jchen351 Feb 27, 2025
7592d16
1es
jchen351 Feb 27, 2025
e58d530
1es
jchen351 Feb 27, 2025
b5cfcb7
onnxruntime-${{ parameters.arch }}-${{ parameters.ep }}
jchen351 Mar 3, 2025
4e15ddf
Merge branch 'Cjian/1es_py' into Cjian/1es_py_cuda
jchen351 Mar 3, 2025
c07b791
name: 'Azure Pipelines'
jchen351 Mar 3, 2025
8545608
undo
jchen351 Mar 3, 2025
113104a
displayName: 'Move the artifacts to the binaries directory'
jchen351 Mar 3, 2025
33aa42d
Merge branch 'refs/heads/main' into Cjian/1es_py
jchen351 Mar 4, 2025
bb5c691
Update macOS
jchen351 Mar 4, 2025
d9ba389
Update python package stages
jchen351 Mar 5, 2025
df1cc28
Merge branch 'main' into Cjian/1es_py
jchen351 Mar 6, 2025
24b0573
Merge branch 'Cjian/1es_py' into Cjian/1es_py_cuda
jchen351 Mar 6, 2025
a14f1b0
Merge branch 'main' into Cjian/1es_py_cuda
jchen351 Mar 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ resources:
include:
- main
branch: main

repositories:
- repository: 1esPipelines
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
parameters:
- name: isReleaseBuild
type: boolean
Expand All @@ -20,7 +24,17 @@ variables:
${{ else }}:
value: onnxruntime-cuda-12

stages:
- template: stages/py-cuda-publishing-stage.yml
extends:
# The pipeline extends the 1ES PT which will inject different SDL and compliance tasks.
# For non-production pipelines, use "Unofficial" as defined below.
# For productions pipelines, use "Official".
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
parameters:
artifact_feed: $(ArtifactFeed)
sdl:
sourceAnalysisPool:
name: onnxruntime-Win-CPU-2022
os: windows
stages:
- template: stages/py-cuda-publishing-stage.yml
parameters:
artifact_feed: $(ArtifactFeed)
Loading