-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ci): [agent6] Backport .github information from main #32383
Conversation
Test changes on VMUse this command from test-infra-definitions to manually test this PR changes on a VM: inv create-vm --pipeline-id=51638478 --os-family=ubuntu |
echo "RESULT=true" >> $GITHUB_OUTPUT | ||
else | ||
echo "RESULT=false" >> $GITHUB_OUTPUT | ||
fi | ||
|
||
- name: Checkout branch | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
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.
Could we use actions/[email protected]
instead ?
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.
Using the hash is a security good practise (and dependabot manages this correctly, by updating the comment when the hash changes)
Serverless Benchmark Results
tl;drUse these benchmarks as an insight tool during development.
What is this benchmarking?The The benchmark is run using a large variety of lambda request payloads. In the charts below, there is one row for each event payload type. How do I interpret these charts?The charts below comes from The benchstat docs explain how to interpret these charts.
I need more helpFirst off, do not worry if the benchmarks are failing. They are not tests. The intention is for them to be a tool for you to use during development. If you would like a hand interpreting the results come chat with us in Benchmark stats
|
/merge |
Devflow running:
|
What does this PR do?
Backport
.github
information from main:Motivation
Have a similar PR experience on agent6 branch as on main. Use up to date and secure github actions.
Describe how you validated your changes
Possible Drawbacks / Trade-offs
Additional Notes