Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions .buildcontainer/Dockerfile

This file was deleted.

64 changes: 0 additions & 64 deletions .github/simple-image-container-app.yaml

This file was deleted.

Empty file removed .github/workflows/.gitkeep
Empty file.
37 changes: 0 additions & 37 deletions .github/workflows/build_csharp.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/build_devops_container.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/build_java.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/platform_cd_python.yml

This file was deleted.

45 changes: 1 addition & 44 deletions .github/workflows/platform_ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
contents: read

jobs:
build-and-deploy-python:
run-and-deploy-python:
runs-on: ubuntu-latest
steps:
- name: Azure login
Expand All @@ -33,46 +33,3 @@
inlineScript: |
az account show

run-generate-eval-report-in-container:
name: Run generate_eval_report_in_container
needs: build-and-deploy-python
runs-on: ubuntu-latest

container:
image: llmappcontainerregistry.azurecr.io/devops_container_image:latest
credentials:
username: ${{ secrets.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}
options: --user root

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Check Azure CLI Availability
run: |
echo "Current PATH: $PATH"
which az
ls -l $(which az) || echo "az not found in the expected directory"
az --version

- name: Azure login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Run generate_report
working-directory: python
env:
KEY_VAULT_URL: ${{ vars.KEY_VAULT_URL }}
NEWS_ANALYST_MODEL_NAME: ${{ vars.NEWS_ANALYST_MODEL_NAME }}
FINANCIAL_ANALYST_MODEL_NAME: ${{ vars.FINANCIAL_ANALYST_MODEL_NAME }}
REPORT_GENERATOR_MODEL_NAME: ${{ vars.REPORT_GENERATOR_MODEL_NAME }}
run: |
echo "Verifying Python Path"
which python
echo "Installed Packages:"
pip list
python -u -m sk_financial_analyst.executors.single_item_executor --logging_enabled
Loading