Skip to content
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

chore: Add Aot e2e tests for x86 #699

Merged
merged 10 commits into from
Jan 16, 2025
Merged

Conversation

hjgraca
Copy link
Contributor

@hjgraca hjgraca commented Jan 16, 2025

Please provide the issue number

Issue number: #683

Summary

Changes

Add E2E tests for AOT x86 only. Currently we do not have support for ARM runners

User experience

Please share what the user experience looks like before and after this change

Checklist

Please leave checklist items unchecked if they do not apply to your change.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@auto-assign auto-assign bot requested review from amirkaws and sliedig January 16, 2025 11:36
@boring-cyborg boring-cyborg bot added github-actions Changes in GitHub workflows internal Maintenance changes tests labels Jan 16, 2025
@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 16, 2025
@hjgraca hjgraca changed the title chore Add Aot e2e tests for x86 chore: Add Aot e2e tests for x86 Jan 16, 2025
Copy link
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work @hjgraca! APPROVED!

@hjgraca hjgraca merged commit a9ac42e into aws-powertools:develop Jan 16, 2025
12 checks passed
@hjgraca hjgraca deleted the aot-e2e-tests branch January 16, 2025 11:43
dotnet-version: '8.x'

- name: Install CDK
run: npm install -g aws-cdk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is a good idea.

From a functional perspective, the CLI will go out of sync with the assembly version you have in the tests, and eventually fail.

From a security perspective, you're not pinning the dependency to a specific version/hash in a lock file, which opens up to supply chain security issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github-actions Changes in GitHub workflows internal Maintenance changes size/L Denotes a PR that changes 100-499 lines, ignoring generated files. tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants