-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore): cleanup ado, add badge (#2966)
* (chore): cleanup ado, add badge Signed-off-by: Sarah Christoff <[email protected]> --------- Signed-off-by: Sarah Christoff <[email protected]>
- Loading branch information
1 parent
9b543ca
commit 08de9eb
Showing
20 changed files
with
27 additions
and
751 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Environment variables defined in a calling workflow are not accessible to this reusable workflow. Refer to the documentation for further details on this limitation. | ||
name: build_azure_pipelinesrelease_template | ||
name: build_pipelinesrelease_template | ||
on: | ||
workflow_call: | ||
inputs: | ||
|
@@ -78,7 +78,7 @@ jobs: | |
Validate-unit_test: | ||
name: Unit Test | ||
runs-on: ubuntu-latest | ||
if: !(inputs.skipTests) | ||
if: ${{inputs.skipTests == false}} | ||
steps: | ||
- name: checkout | ||
uses: actions/[email protected] | ||
|
@@ -125,7 +125,7 @@ jobs: | |
- Validate-xbuild | ||
runs-on: | ||
- self-hosted | ||
if: success() && !(inputs.skipTests) | ||
if: success() && ${{inputs.skipTests == false}} | ||
steps: | ||
- name: checkout | ||
uses: actions/[email protected] | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,7 @@ jobs: | |
shell: powershell | ||
macos: | ||
runs-on: | ||
- self-hosted | ||
- macOS-latest | ||
- macos-latest | ||
steps: | ||
- name: checkout | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
FROM golang:1.20 | ||
RUN apt-get update && apt-get -y install protobuf-compiler | ||
RUN go install google.golang.org/protobuf/cmd/[email protected] | ||
RUN go install google.golang.org/grpc/cmd/[email protected] | ||
WORKDIR /proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.