Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran committed May 7, 2024
1 parent 22a42b4 commit b0303f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: |

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.23.x)

shellcheck reported issue in this script: SC2046:warning:4:6: Quote this to prevent word splitting

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.23.x)

shellcheck reported issue in this script: SC2005:style:4:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.24.x)

shellcheck reported issue in this script: SC2046:warning:4:6: Quote this to prevent word splitting

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.24.x)

shellcheck reported issue in this script: SC2005:style:4:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.25.x)

shellcheck reported issue in this script: SC2046:warning:4:6: Quote this to prevent word splitting

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.25.x)

shellcheck reported issue in this script: SC2005:style:4:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.26.x)

shellcheck reported issue in this script: SC2046:warning:4:6: Quote this to prevent word splitting

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.26.x)

shellcheck reported issue in this script: SC2005:style:4:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.27.x)

shellcheck reported issue in this script: SC2046:warning:4:6: Quote this to prevent word splitting

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.27.x)

shellcheck reported issue in this script: SC2005:style:4:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.28.x)

shellcheck reported issue in this script: SC2046:warning:4:6: Quote this to prevent word splitting

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.28.x)

shellcheck reported issue in this script: SC2005:style:4:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.29.x)

shellcheck reported issue in this script: SC2046:warning:4:6: Quote this to prevent word splitting

Check failure on line 39 in .github/workflows/test-kind.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.29.x)

shellcheck reported issue in this script: SC2005:style:4:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'
make toolchain
make install-kwok
git status
echo $(git diff)
KWOK_REPO=kind.local KIND_CLUSTER_NAME=chart-testing make apply-with-kind
- name: install prometheus and grafana
shell: bash
Expand Down
2 changes: 0 additions & 2 deletions pkg/apis/crds/karpenter.sh_nodeclaims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ spec:
rule: self in ["karpenter.sh/capacity-type", "karpenter.sh/nodepool"] || !self.find("^([^/]+)").endsWith("karpenter.sh")
- message: label "kubernetes.io/hostname" is restricted
rule: self != "kubernetes.io/hostname"
- message: label domain "karpenter.kwok.sh" is restricted
rule: self in ["karpenter.kwok.sh/instance-cpu", "karpenter.kwok.sh/instance-memory", "karpenter.kwok.sh/instance-family", "karpenter.kwok.sh/instance-size"] || !self.find("^([^/]+)").endsWith("karpenter.kwok.sh")
minValues:
description: |-
This field is ALPHA and can be dropped or replaced at any time
Expand Down
2 changes: 0 additions & 2 deletions pkg/apis/crds/karpenter.sh_nodepools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ spec:
rule: self != "karpenter.sh/nodepool"
- message: label "kubernetes.io/hostname" is restricted
rule: self != "kubernetes.io/hostname"
- message: label domain "karpenter.kwok.sh" is restricted
rule: self in ["karpenter.kwok.sh/instance-cpu", "karpenter.kwok.sh/instance-memory", "karpenter.kwok.sh/instance-family", "karpenter.kwok.sh/instance-size"] || !self.find("^([^/]+)").endsWith("karpenter.kwok.sh")
minValues:
description: |-
This field is ALPHA and can be dropped or replaced at any time
Expand Down

0 comments on commit b0303f4

Please sign in to comment.