HADOOP-19877: run s3a integration and scale tests in CI#8467
HADOOP-19877: run s3a integration and scale tests in CI#8467
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
FYSA @pan3793. This is still a work-in-progress, but note the composite actions: I copied your build image logic into a composite action(s), so it can be called from multiple reusable workflows. I plan to do this copy-paste for now, and later we can change your existing workflow to reuse the same composite actions. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
| - name: Localstack setup | ||
| # Security: 0.3.2 is an immutable tag, but ASF Infra policy still | ||
| # requires full SHA hashes. | ||
| uses: LocalStack/setup-localstack@7c8a0cb3405bc58be4c8f763f812aa000bc46303 # 0.3.2 |
There was a problem hiding this comment.
Have you tried this in your forked repo before the ASF infra team approves it?
There was a problem hiding this comment.
Yes I'm testing this here. @pan3793 I should have tested before I created a PR to add the action, because I ended up abandoning it. It tries to start localstack in the same container. I've switched this to use services: to pull the container directly instead of using their setup action.
I have a bunch of changes there. Once I get it working well I will force-push an update here. There are a bunch of changes since I'm iterating on it in my fork PR.
Description of PR
Run AWS integration tests in our CI for pull requests which modify hadoop-tools/hadoop-aws/**
How was this patch tested?
Running the actions here in github.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?AI Tooling
If an AI tool was used:
where is the name of the AI tool used.
https://www.apache.org/legal/generative-tooling.html
Requirements