Skip to content

Commit ac5eff0

Browse files
rsareddy0329Roja Reddy Sareddy
andauthored
Add submodule workflow and Tox config update to test PR workflows (#1697)
* Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows * Add submodule workflow and Tox config update to test PR workflows --------- Co-authored-by: Roja Reddy Sareddy <rsareddy@amazon.com>
1 parent 1940fae commit ac5eff0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5184
-292
lines changed

.github/workflows/submodule-codebuild-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Submodule PR Checks
1+
name: Sagemaker PR Checks
22
on:
33
pull_request_target:
44
branches:
@@ -88,7 +88,7 @@ jobs:
8888
echo "Final SUBMODULES: $SUBMODULES"
8989
echo "submodules=$SUBMODULES" >> $GITHUB_OUTPUT
9090
91-
submodule-codestyle-doc-tests:
91+
codestyle-doc-tests:
9292
runs-on: ubuntu-latest
9393
needs: [detect-changes]
9494
if: needs.detect-changes.outputs.submodules != '[]'
@@ -109,7 +109,7 @@ jobs:
109109
project-name: ${{ github.event.repository.name }}-ci-${{ matrix.submodule }}-codestyle-doc-tests
110110
source-version-override: 'refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'
111111

112-
submodule-unit-tests:
112+
unit-tests:
113113
runs-on: ubuntu-latest
114114
needs: [detect-changes]
115115
if: needs.detect-changes.outputs.submodules != '[]'
@@ -131,7 +131,7 @@ jobs:
131131
project-name: ${{ github.event.repository.name }}-ci-${{ matrix.submodule }}-unit-tests
132132
source-version-override: 'refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'
133133

134-
submodule-integ-tests:
134+
integ-tests:
135135
runs-on: ubuntu-latest
136136
needs: [detect-changes]
137137
if: needs.detect-changes.outputs.submodules != '[]'

0 commit comments

Comments
 (0)