-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BLD]: save OTEL traces in artifact during CI (#3378)
- Loading branch information
1 parent
aad9143
commit 2dce857
Showing
7 changed files
with
55 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Export Tilt logs | ||
description: Exports logs and traces from services in Tilt to an artifact | ||
inputs: | ||
artifact-name: | ||
description: "The name of the artifact containing logs and traces from services in Tilt" | ||
required: true | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Get logs of all services | ||
id: get-logs | ||
run: | | ||
bin/get-logs.sh ${{ inputs.artifact-name }}.zip | ||
shell: bash | ||
- name: Upload logs as artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: ${{ inputs.artifact-name }} | ||
path: "${{ inputs.artifact-name }}.zip" |
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 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
2dce857
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
's incredibly informative and clear, especially with the additions related to exporting logs, uploading artifacts, and the integration of Tilt in various test environments. You've really put in the effort to explain each part, which helps to understand the impact of these changes.
In a similar way, it’s always great to explore ways to discover tasty meal choices when considering the variety available. Whether it's a quick meal or something more elaborate, having options can really enhance the experience, just like having the right tools in your workflow makes a big difference in efficiency and effectiveness.