Skip to content

Support Python E2E test remote call from main build #47

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

Merged
merged 35 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
551dd3d
Add python E2E tests.
zzhlogin Apr 19, 2024
97e38d0
Fix workflow on.
zzhlogin Apr 19, 2024
2a1fd30
Change workflow names.
zzhlogin Apr 19, 2024
847b8fc
Add push to workflow on.
zzhlogin Apr 19, 2024
c1044f3
refine workflow to checkout right repo.
zzhlogin Apr 19, 2024
fed2eb4
Fix TEST_RESOURCES_FOLDER.
zzhlogin Apr 19, 2024
5817a22
Redefine TEST_RESOURCES_FOLDER.
zzhlogin Apr 19, 2024
814d104
Use inputs.test-resource-folder directly.
zzhlogin Apr 19, 2024
f1efc6c
Use inputs.test-resource-folder directly.
zzhlogin Apr 19, 2024
26cbe9f
Use inputs.test-resource-folder directly.
zzhlogin Apr 19, 2024
1beeb9b
Use inputs.test-resource-folder directly.
zzhlogin Apr 19, 2024
e1617e7
Use inputs.test-resource-folder directly.
zzhlogin Apr 19, 2024
8a7a8f1
Use inputs.test-resource-folder directly.
zzhlogin Apr 19, 2024
83fa3c8
Use inputs.test-resource-folder directly.
zzhlogin Apr 19, 2024
82b3944
Use inputs.test-resource-folder directly.
zzhlogin Apr 19, 2024
c21d074
input test-resource-folder.
zzhlogin Apr 19, 2024
378a2d2
input test-resource-folder.
zzhlogin Apr 19, 2024
fff96db
input GITHUB_WORKSPACE.
zzhlogin Apr 19, 2024
0f60dec
Test use GITHUB_WORKSPACE directly.
zzhlogin Apr 19, 2024
bb6ee7b
remove workspace input.
zzhlogin Apr 19, 2024
82fbec2
Test EC2 E2E.
zzhlogin Apr 19, 2024
30cf83f
use python_e2e_migration branch
zzhlogin Apr 19, 2024
8cef2b4
change workflow name for EC2 E2E.
zzhlogin Apr 19, 2024
61f194d
Code clean up.
zzhlogin Apr 20, 2024
a955771
enable push condition.
zzhlogin Apr 22, 2024
33d3678
Code cleanup.
zzhlogin Apr 22, 2024
c18ea58
align with Java.
zzhlogin Apr 22, 2024
77a1d32
Expand to all regions.
zzhlogin Apr 22, 2024
e05916d
Remove push condition.
zzhlogin Apr 23, 2024
d93355b
Add GET_CW_AGENT_RPM_COMMAND env.
zzhlogin Apr 23, 2024
8cec4a5
Test change.
zzhlogin Apr 23, 2024
cf40974
Remove push.
zzhlogin Apr 23, 2024
ae7261b
Modify checkout action for main build.
zzhlogin Apr 23, 2024
aed054c
Switch to main branch.
zzhlogin Apr 23, 2024
9f5a431
Merge from main.
zzhlogin Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/application-signals-python-e2e-ec2-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: ${{ inputs.caller-workflow-name == 'main-build' && 'aws-observability/aws-application-signals-test-framework' || github.repository }}
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
fetch-depth: 0

- name: Generate testing id
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/application-signals-python-e2e-eks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: ${{ inputs.caller-workflow-name == 'main-build' && 'aws-observability/aws-application-signals-test-framework' || github.repository }}
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
fetch-depth: 0

- name: Download enablement script
Expand Down