-
Notifications
You must be signed in to change notification settings - Fork 192
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
Refactor folder to support different vendors #743
Conversation
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Dependency ReviewThe following issues were found:
License IssuesChatQnA/ui/svelte/package.json
CodeGen/ui/svelte/package.json
SearchQnA/ui/svelte/package.json
VisualQnA/ui/svelte/package.json
Scanned Manifest Files.github/workflows/_image-build.yml
.github/workflows/chatqna_benchmark.yml
.github/workflows/push-image-build.yml
AudioQnA/ui/svelte/package.json
AudioQnA/docker/ui/svelte/package.json
ChatQnA/docker/ui/react/package.json
ChatQnA/docker/ui/svelte/package.json
ChatQnA/ui/react/package.json
ChatQnA/ui/svelte/package.json
CodeGen/ui/react/package.json
CodeGen/docker/ui/react/package.json
CodeGen/docker/ui/svelte/package.json
CodeGen/ui/svelte/package.json
CodeTrans/ui/svelte/package.json
CodeTrans/docker/ui/svelte/package.json
DocSum/docker/ui/react/package.json
DocSum/docker/ui/svelte/package.json
FaqGen/ui/react/package.json
DocSum/ui/svelte/package.json
FaqGen/docker/ui/react/package.json
FaqGen/docker/ui/svelte/package.json
FaqGen/ui/svelte/package.json
ProductivitySuite/ui/react/package.json
SearchQnA/ui/svelte/package.json
ProductivitySuite/docker/ui/react/package.json
SearchQnA/docker/ui/svelte/package.json
Translation/ui/svelte/package.json
VisualQnA/ui/svelte/package.json
Translation/docker/ui/svelte/package.json
VisualQnA/docker/ui/svelte/package.json
|
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
7f9971e
to
1fb005f
Compare
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: chensuyue <suyue.chen@intel.com>
bb116a6
to
d94a671
Compare
for more information, see https://pre-commit.ci
Signed-off-by: chensuyue <suyue.chen@intel.com>
73c4ab8
to
a139a9e
Compare
for more information, see https://pre-commit.ci
Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
9d07ce2
to
429531b
Compare
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two manifest yaml files under codegen/kubernetes/intel/cpu/xeon/manifest which will cause conflict and cause the CI test failed.
Either to put them in different folders as before, or change the test script to apply only one manifest file.
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Should we wait for PR #773 land-in first or vice versa? |
for more information, see https://pre-commit.ci
Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
…into refactor_folder
Signed-off-by: chensuyue <suyue.chen@intel.com>
Maybe we should split this into multiple PRs, 1 PR for each workload respectively? To avoid one line of change to fix a simple issue in one workload to trigger more than 150 CI jobs. |
Signed-off-by: chensuyue <suyue.chen@intel.com>
Fix broken links due to the directory layout change by PR opea-project#743. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com> Signed-off-by: chensuyue <suyue.chen@intel.com>
Description
Refactor folder to support different vendors
Issues
List the issue or RFC link this PR is working on. If there is no such link, please mark it as
n/a
.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.