File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,10 @@ stages:
117117 dependsOn : xbuild
118118 strategy :
119119 matrix :
120- windows :
121- poolName : " windows"
122- vmImage : " "
120+ # Skip windows smoke tests until we fix the windows agent
121+ # windows:
122+ # poolName: "windows"
123+ # vmImage: ""
123124 linux :
124125 poolName : " Azure Pipelines"
125126 vmImage : " ubuntu-latest"
Original file line number Diff line number Diff line change @@ -109,9 +109,10 @@ stages:
109109 condition : and(succeeded(), not(${{ parameters.skipTests }}))
110110 strategy :
111111 matrix :
112- windows :
113- poolName : " windows"
114- vmImage : " "
112+ # Skip windows smoke tests until we fix the windows agent
113+ # windows:
114+ # poolName: "windows"
115+ # vmImage: ""
115116 linux :
116117 poolName : " Azure Pipelines"
117118 vmImage : " ubuntu-latest"
Original file line number Diff line number Diff line change @@ -64,4 +64,5 @@ require (
6464 github.com/fvbommel/sortorder v1.0.2 // indirect
6565 github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
6666 github.com/moby/buildkit v0.10.0 // indirect
67+ github.com/ulikunitz/xz v0.5.10 // indirect
6768)
Original file line number Diff line number Diff line change @@ -1452,8 +1452,9 @@ github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6
14521452github.com/ugorji/go v1.1.4 /go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc =
14531453github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 /go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0 =
14541454github.com/ulikunitz/xz v0.5.6 /go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8 =
1455- github.com/ulikunitz/xz v0.5.7 h1:YvTNdFzX6+W5m9msiYg/zpkSURPPtOlzbqYjrFn7Yt4 =
14561455github.com/ulikunitz/xz v0.5.7 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
1456+ github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8 =
1457+ github.com/ulikunitz/xz v0.5.10 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
14571458github.com/ultraware/funlen v0.0.2 /go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA =
14581459github.com/ultraware/whitespace v0.0.4 /go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA =
14591460github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 /go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA =
You can’t perform that action at this time.
0 commit comments