diff --git a/.github/workflows/_gmc-workflow.yml b/.github/workflows/_gmc-workflow.yml index 2affcc847..77c01177a 100644 --- a/.github/workflows/_gmc-workflow.yml +++ b/.github/workflows/_gmc-workflow.yml @@ -67,36 +67,6 @@ jobs: make docker.build make docker.push - - name: Scan gmcmanager - if: ${{ inputs.node == 'gaudi' }} - uses: opea-project/validation/actions/trivy-scan@main - with: - image-ref: ${{ env.DOCKER_REGISTRY }}/gmcmanager:${{ env.VERSION }} - output: gmcmanager-scan.txt - - - name: Upload gmcmanager scan result - if: ${{ inputs.node == 'gaudi' }} - uses: actions/upload-artifact@v4.3.4 - with: - name: gmcmanager-scan - path: gmcmanager-scan.txt - overwrite: true - - - name: Scan gmcrouter - if: ${{ inputs.node == 'gaudi' }} - uses: opea-project/validation/actions/trivy-scan@main - with: - image-ref: ${{ env.DOCKER_REGISTRY }}/gmcrouter:${{ env.VERSION }} - output: gmcrouter-scan.txt - - - name: Upload gmcrouter scan result - if: ${{ inputs.node == 'gaudi' }} - uses: actions/upload-artifact@v4.3.4 - with: - name: gmcrouter-scan - path: gmcrouter-scan.txt - overwrite: true - - name: Clean up images if: always() run: | diff --git a/.github/workflows/manual-example-workflow.yml b/.github/workflows/manual-example-workflow.yml index 9e31f26d7..081e65f22 100644 --- a/.github/workflows/manual-example-workflow.yml +++ b/.github/workflows/manual-example-workflow.yml @@ -12,7 +12,7 @@ on: type: string examples: default: "ChatQnA" - description: 'List of examples to test [AudioQnA,ChatQnA,CodeGen,CodeTrans,DocSum,FaqGen,SearchQnA,Translation]' + description: 'List of examples to test [AgentQnA,AudioQnA,ChatQnA,CodeGen,CodeTrans,DocIndexRetriever,DocSum,FaqGen,InstructionTuning,MultimodalQnA,ProductivitySuite,RerankFinetuning,SearchQnA,Translation,VideoQnA,VisualQnA,AvatarChatbot,Text2Image,WorkflowExecAgent,DBQnA,EdgeCraftRAG,GraphRAG]' required: true type: string tag: @@ -51,7 +51,7 @@ on: required: false type: string inject_commit: - default: true + default: false description: "inject commit to docker images true or false" required: false type: string diff --git a/.github/workflows/manual-image-build.yml b/.github/workflows/manual-image-build.yml index 53ba750ed..4020f9172 100644 --- a/.github/workflows/manual-image-build.yml +++ b/.github/workflows/manual-image-build.yml @@ -12,7 +12,7 @@ on: type: string example: default: "ChatQnA" - description: 'Build images belong to which example?' + description: 'Build images belong to which example? [AgentQnA,AudioQnA,ChatQnA,CodeGen,CodeTrans,DocIndexRetriever,DocSum,FaqGen,InstructionTuning,MultimodalQnA,ProductivitySuite,RerankFinetuning,SearchQnA,Translation,VideoQnA,VisualQnA,AvatarChatbot,Text2Image,WorkflowExecAgent,DBQnA,EdgeCraftRAG,GraphRAG]' required: true type: string services: @@ -31,7 +31,7 @@ on: required: false type: string inject_commit: - default: true + default: false description: "inject commit to docker images true or false" required: false type: string