-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/pip/classical-ml/classical-ml-62b…
…aa5549d
- Loading branch information
Showing
53 changed files
with
535 additions
and
976 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
.github/* @tylertitsworth | ||
classical-ml/* @tylertitsworth @jitendra42 @sramakintel @sharvil10 | ||
docs/* @tylertitsworth @jitendra42 | ||
enterprise/* @sharvil10 | ||
preset/* @ma-pineda @jafraustro | ||
pytorch/* @tylertitsworth @jitendra42 @sramakintel @sharvil10 | ||
tensorflow/* @tylertitsworth @jitendra42 @sramakintel @sharvil10 | ||
test-runner/* @tylertitsworth | ||
workflows/* @tylertitsworth | ||
* @tylertitsworth @jitendra42 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,11 @@ | |
|
||
name: Helm Chart CI | ||
on: | ||
pull_request: null | ||
# pull_request_target: | ||
# types: [opened, edited, reopened, synchronize] | ||
# branches: [main] | ||
pull_request_target: | ||
types: [opened, edited, reopened, synchronize] | ||
branches: [main] | ||
paths: | ||
- 'workflows/charts/**' | ||
merge_group: null | ||
permissions: read-all | ||
concurrency: | ||
|
@@ -27,17 +28,21 @@ jobs: | |
helm-ci: | ||
runs-on: kubectl | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Harden Runner | ||
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0 | ||
with: | ||
egress-policy: audit | ||
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
with: | ||
fetch-depth: 0 | ||
# ref: ${{ github.event.pull_request.head.ref || github.ref }} | ||
- uses: azure/setup-kubectl@v4 | ||
- uses: azure/[email protected] | ||
- uses: actions/setup-python@v5 | ||
ref: "refs/pull/${{ github.event.number }}/merge" | ||
- uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0 | ||
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0 | ||
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 | ||
with: | ||
python-version: 3.x | ||
- name: Setup chart-testing | ||
uses: helm/[email protected] | ||
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 | ||
- name: Get chart diff | ||
id: changed | ||
run: | | ||
|
@@ -48,7 +53,8 @@ jobs: | |
- name: Helm Lint, Install, and Test | ||
if: steps.changed.outputs.changed == 'true' | ||
run: | | ||
install -m 0600 ${{ secrets.KUBECONFIG_PATH }} /tmp/config.yaml | ||
kubectl config use-context kubeflow | ||
ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yaml --debug --namespace helm-ci | ||
env: | ||
KUBECONFIG: ${{ secrets.KUBECONFIG_PATH }} | ||
KUBECONFIG: /tmp/config.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.