File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55jobs :
66 checkPermissions :
77 runs-on : ubuntu-latest
8+ if : github.event.issue.pull_request && contains(github.event.comment.body, '/do-e2e-test') # check the comment if it contains the keywords
89 steps :
910 - id : checkUserPermissions
1011 uses : actions-cool/check-user-permission@main
1415 run_test : ${{ steps.checkUserPermissions.outputs.require-result }}
1516 e2ePipeline :
1617 runs-on : ubuntu-latest
18+ if : github.event.issue.pull_request && contains(github.event.comment.body, '/do-e2e-test') && needs.checkPermissions.outputs.run_test == 'true'
1719 needs :
1820 - checkPermissions
19- if : needs.checkPermissions.outputs.run_test == 'true'
2021 steps :
2122 - name : Dump GitHub context
2223 env :
4041 aws-region : us-west-2
4142 - name : Run CodeBuild
4243 uses : aws-actions/aws-codebuild-run-build@v1
43- if : github.event.issue.pull_request && contains(github.event.comment.body, '/do-e2e-test') # check the comment if it contains the keywords
4444 with :
4545 project-name : cdk-pattern-test
4646 # buildspec-override: path/to/buildspec.yaml or inline buildspec definition
Original file line number Diff line number Diff line change 3232 - New Cluster :
3333 - AWS Native : patterns/single-new-eks-observability-accelerators/single-new-eks-awsnative-observability.md
3434 - OSS : patterns/single-new-eks-observability-accelerators/single-new-eks-opensource-observability.md
35+ - OSS Java Mon : patterns/single-new-eks-observability-accelerators/single-new-eks-java-opensource-observability.md
3536 - Mixed : patterns/single-new-eks-observability-accelerators/single-new-eks-mixed-observability.md
3637 - Graviton OSS : patterns/single-new-eks-observability-accelerators/single-new-eks-graviton-opensource-observability.md
3738 - Tracing : tracing.md
You can’t perform that action at this time.
0 commit comments