-
Notifications
You must be signed in to change notification settings - Fork 175
Add func config ci command skeleton.
#3266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add func config ci command skeleton.
#3266
Conversation
c63913f to
77e77e3
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3266 +/- ##
==========================================
+ Coverage 54.54% 54.58% +0.03%
==========================================
Files 164 166 +2
Lines 19234 19280 +46
==========================================
+ Hits 10492 10524 +32
- Misses 7702 7714 +12
- Partials 1040 1042 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
77e77e3 to
4ce76a1
Compare
|
/lgtm |
Introduces a new 'func config ci' subcommand to prepare for GitHub workflow generation capabilities. The command structure includes configuration management for workflow paths and names, protected behind the FUNC_ENABLE_CI_CONFIG feature flag. Previously, there was no way to configure CI/CD workflows for functions. This change adds the foundational command structure that will eventually generate GitHub Actions workflow files for automated function deployment. The implementation is currently incomplete (returns "not implemented") and serves as scaffolding for future work. Issue knative#3256 Signed-off-by: Stanislav Jakuschevskij <sjakusch@redhat.com>
4ce76a1 to
baab41d
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, matejvasek, twoGiants The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/unhold |
Changes
func config cicommand skeleton to prepare for GitHub Actions workflow generationFUNC_ENABLE_CI_CONFIGfeature flag/kind enhancement
Relates to #3256
Release Note
Docs