Skip to content

Commit

Permalink
Update and verify kOps generated jobs from make targets and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jan 11, 2025
1 parent a28f650 commit 5ff771e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/make-rules/update/generated-jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ hack/run-in-python-container.sh \
echo "Generate jobs"
hack/run-in-python-container.sh \
python3 hack/generate-jobs.py config/jobs/kubernetes/sig-node/*.conf

echo "Generate kOps jobs"
hack/run-in-python-container.sh \
python3 config/jobs/kubernetes/kops/build_jobs.py
4 changes: 4 additions & 0 deletions hack/make-rules/verify/generated-jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ hack/run-in-python-container.sh \
echo "Verifying generated jobs"
hack/run-in-python-container.sh \
python3 hack/generate-jobs.py config/jobs/**/*.generate.conf --verify

echo "Verifying generated kOps jobs"
hack/run-in-python-container.sh \
python3 config/jobs/kubernetes/kops/build_jobs.py --verify

0 comments on commit 5ff771e

Please sign in to comment.