forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix-ecds-configdump
Signed-off-by: zengyuxing007 <[email protected]>
- Loading branch information
Showing
642 changed files
with
13,208 additions
and
5,775 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ on: | |
# For a job that does, you can restore with something like: | ||
# | ||
# steps: | ||
# - uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].27 | ||
# - uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].29 | ||
# with: | ||
# key: "${{ needs.env.outputs.build-image }}" | ||
# | ||
|
@@ -39,28 +39,28 @@ jobs: | |
docker: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
id: appauth | ||
name: Appauth (mutex lock) | ||
with: | ||
app_id: ${{ secrets.app-id }} | ||
key: ${{ secrets.app-key }} | ||
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].29 | ||
id: docker | ||
name: Prime Docker cache (${{ inputs.image-tag }}) | ||
with: | ||
image-tag: ${{ inputs.image-tag }} | ||
lock-token: ${{ steps.appauth.outputs.token }} | ||
lock-repository: ${{ inputs.lock-repository }} | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
id: data | ||
name: Cache data | ||
with: | ||
input-format: yaml | ||
input: | | ||
cached: ${{ steps.docker.outputs.cached }} | ||
key: ${{ inputs.image-tag }} | ||
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].29 | ||
name: Summary | ||
with: | ||
json: ${{ steps.data.outputs.value }} | ||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
actions: read | ||
contents: read | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
name: Incoming data | ||
id: needs | ||
with: | ||
|
@@ -87,21 +87,21 @@ jobs: | |
summary: "Check has finished", | ||
text: $text}}}} | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
name: Print summary | ||
with: | ||
input: ${{ toJSON(steps.needs.outputs.value).summary-title }} | ||
filter: | | ||
"## \(.)" | ||
options: -Rr | ||
output-path: GITHUB_STEP_SUMMARY | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
name: Appauth | ||
id: appauth | ||
with: | ||
app_id: ${{ secrets.app-id }} | ||
key: ${{ secrets.app-key }} | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].29 | ||
name: Update check | ||
with: | ||
action: update | ||
|
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 |
---|---|---|
|
@@ -91,7 +91,7 @@ jobs: | |
# Handle any failure in triggering job | ||
# Remove any `checks` we dont care about | ||
# Prepare a check request | ||
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].29 | ||
name: Load env | ||
id: data | ||
with: | ||
|
@@ -102,21 +102,21 @@ jobs: | |
GH_TOKEN: ${{ github.token }} | ||
|
||
# Update the check | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
name: Appauth | ||
id: appauth | ||
with: | ||
app_id: ${{ secrets.app-id }} | ||
key: ${{ secrets.app-key }} | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].29 | ||
name: Update check | ||
if: ${{ fromJSON(steps.data.outputs.data).data.check.action == 'RUN' }} | ||
with: | ||
action: update | ||
checks: ${{ toJSON(fromJSON(steps.data.outputs.data).checks) }} | ||
token: ${{ steps.appauth.outputs.token }} | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
name: Print request summary | ||
with: | ||
input: | | ||
|
@@ -136,7 +136,7 @@ jobs: | |
| $summary.summary as $summary | ||
| "${{ inputs.template-request-summary }}" | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
id: request-output | ||
name: Load request | ||
with: | ||
|
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 |
---|---|---|
|
@@ -63,18 +63,18 @@ jobs: | |
request: ${{ steps.env.outputs.data }} | ||
trusted: true | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
id: started | ||
name: Create timestamp | ||
with: | ||
options: -r | ||
filter: | | ||
now | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].29 | ||
id: checkout | ||
name: Checkout Envoy repository | ||
- name: Generate environment variables | ||
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].27 | ||
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].29 | ||
id: env | ||
with: | ||
branch-name: ${{ inputs.branch-name }} | ||
|
@@ -86,7 +86,7 @@ jobs: | |
|
||
- name: Request summary | ||
id: summary | ||
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].27 | ||
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].29 | ||
with: | ||
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }} | ||
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,14 +40,14 @@ jobs: | |
env: ${{ steps.data.outputs.value }} | ||
config: ${{ steps.config.outputs.config }} | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
id: started | ||
name: Create timestamp | ||
with: | ||
options: -r | ||
filter: | | ||
now | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].27 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].29 | ||
id: checkout | ||
name: Checkout Envoy repository | ||
with: | ||
|
@@ -60,7 +60,7 @@ jobs: | |
# *ALL* variables collected should be treated as untrusted and should be sanitized before | ||
# use | ||
- name: Generate environment variables from commit | ||
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].27 | ||
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].29 | ||
id: env | ||
with: | ||
branch-name: ${{ steps.checkout.outputs.branch-name }} | ||
|
@@ -71,7 +71,7 @@ jobs: | |
vars: ${{ toJSON(vars) }} | ||
- name: Request summary | ||
id: summary | ||
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].27 | ||
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].29 | ||
with: | ||
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }} | ||
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }} | ||
|
@@ -87,7 +87,7 @@ jobs: | |
target-branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }} | ||
|
||
- name: Environment data | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].27 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].29 | ||
id: data | ||
with: | ||
input: | | ||
|
Oops, something went wrong.