File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -124,4 +124,20 @@ jobs:
124
124
with :
125
125
node-version : 22
126
126
staging-instrumentation-name : ${{ inputs.staging-instrumentation-name }}
127
- caller-workflow-name : ' main-build'
127
+ caller-workflow-name : ' main-build'
128
+
129
+ # This validation is to ensure that all test workflows relevant to this repo are actually
130
+ # being used in this repo, which is referring to all the other jobs in this file.
131
+ #
132
+ # If this starts failing, then it most likely means that new e2e test workflow was
133
+ # added to `aws-observability/aws-application-signals-test-framework`, but was not
134
+ # added to this file. It could also mean that a test in this file has been removed.
135
+ #
136
+ # If a particular test file is intended to not be tested in this repo and should not
137
+ # be failing this particular validation, then choose one of the following options:
138
+ # - Add the test file to the exclusions input (CSV format) to the workflow
139
+ # (see: https://github.com/aws-observability/aws-application-signals-test-framework/blob/main/.github/workflows/validate-e2e-tests-are-accounted-for.yml#L1)
140
+ # - Update the `validate-e2e-tests-are-accounted-for` job to change which "workflow files are expected to be used by this repo"
141
+ # (see: https://github.com/aws-observability/aws-application-signals-test-framework/blob/main/.github/workflows/validate-e2e-tests-are-accounted-for.yml)
142
+ validate-all-tests-are-accounted-for :
143
+ uses : aws-observability/aws-application-signals-test-framework/.github/workflows/validate-e2e-tests-are-accounted-for.yml@main
You can’t perform that action at this time.
0 commit comments