Commit dcf8775
authored
CUDA Plugin Packaging Pipeline Fix TSAUpload and Timeout (microsoft#28497)
Fix two errors:
(1) TsaConfigFormatException: Unable to read the TsaOptions config file.
The fix is to create .config/tsaoptions.json. We do not use git pull
which can take up to 12 minutes.
(2) Timeout in `Publish CUDA plugin metadata`: The job running on agent
onnxruntime-Win-CPU-VS2022-Latest 1 ran longer than the maximum time of
5 minutes. The fix is to increase timeout to 15 mintues considering
extra time needed for git pull in the previous fix.
Test job:
https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=1217632&view=results1 parent 0ebd8cc commit dcf8775
1 file changed
Lines changed: 12 additions & 2 deletions
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
| 102 | + | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
108 | 117 | | |
109 | 118 | | |
110 | 119 | | |
| 120 | + | |
111 | 121 | | |
112 | | - | |
| 122 | + | |
113 | 123 | | |
114 | 124 | | |
115 | 125 | | |
| |||
0 commit comments