-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fixed Pipeline Schedules failing after upgrading #132
Conversation
I've tested this PR using the dsp-api-server test image provided by @hbelmiro and scheduled workflows seem to be working fine.
|
@hbelmiro could you please rebase this PR? |
…riodic schedule correctly (kubeflow#11475) --------- Signed-off-by: Helber Belmiro <[email protected]> (cherry picked from commit 97acacb)
Signed-off-by: Helber Belmiro <[email protected]> (cherry picked from commit 72f11d9) Signed-off-by: Helber Belmiro <[email protected]> (cherry picked from commit 34bf2f8)
Signed-off-by: Helber Belmiro <[email protected]> (cherry picked from commit 2686e01)
…ver startup Signed-off-by: Helber Belmiro <[email protected]> (cherry picked from commit 8ab8dae)
@hbelmiro could you please remind me what the last commit is fixing compared to what's in upstream? |
Could you please explain why this default value for the service account is not working correctly? |
@mprahl I wasn't aware of that config. I'll take a look. |
@mprahl good catch! /hold |
@hbelmiro I think that hardcoded value is on purpose as it's supposed to get replaced here, so maybe it's not getting replaced properly. |
@mprahl |
Oh, I see. Perhaps just removing the if condition would fix it? |
@mprahl Having ServiceAccountName: common.GetStringConfigWithDefault(common.DefaultPipelineRunnerServiceAccountFlag, common.DefaultPipelineRunnerServiceAccount), And keep the condition there (just for safety). |
That seems okay too! |
… default config Signed-off-by: Helber Belmiro <[email protected]>
/unhold @mprahl can you please take another look? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mprahl The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@mprahl can you please manually merge it? |
Resolves: https://issues.redhat.com/browse/RHOAIENG-14265
This PR cherry picks 5 commits from upstream.
Checklist: