Skip to content
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

More fixes #302

Merged
merged 4 commits into from
Nov 18, 2024
Merged

Conversation

mbaldessari
Copy link
Contributor

  • Fix whitespaces
  • Fix checking out of staging-approval branch
  • Try and fix the PR pipeline
  • Talk to the model server on the hub for now

mbaldessari and others added 4 commits November 18, 2024 15:37
We do a couple of things here:
- if STARTINGBRANCH is set we create a local branch from this
  STARTINGBRANCH, we call it BRANCH and make sure the upstream is set to
  origin/BRANCH. This way we are sure we always use a local branch
  called BRANCH and ignore if an upstream already had BRANCH named like
  that.

- We force push this BRANCH when we push back to gitea

Co-Authored-By: Akos Eros <aeros@redhat.com>
Here we switch to using the proper curl command to create a PR in gitea
by default instead of github. Likely we'd need some changes here if also
need to support github for this process.

Co-Authored-By: Akos Eros <aeros@redhat.com>
This is an initial pass at making a stock deployment to just work.
Basically we tell the messaging component on a factory (which represents
a production workload) to talk to the inference server in the
manuela-tst-all namespace on the hub.

This change will need more in-depth discussion in the future and we need
to clear up the exact workflow. We could decide to spin up an inference
server in the factory as well and have it load a model from the hub's
S3, but it might get a bit too onerous for a demo setup like this one.

So for the time being, let's use this approach to at least get the line
dashboard working on the factory, out of the box.

Co-Authored-By: Akos Eros <aeros@redhat.com>
@mbaldessari mbaldessari merged commit 1e839c6 into validatedpatterns:wip-next-gen Nov 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant