Skip to content

Commit 37142bd

Browse files
authored
Merge branch 'main' into rhelai-support
2 parents 5a66916 + 5d280c9 commit 37142bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3238
-603
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ jobs:
193193
}
194194
195195
- name: Run e2e tests
196+
env:
197+
TERM: xterm-256color
198+
FORCE_COLOR: 1
196199
run: |
197200
echo "Installing test dependencies..."
198201
pip install uv

.github/workflows/e2e_tests_rhaiis.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
matrix:
1515
environment: [ "rhaiis" ]
1616
env:
17+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1718
RHAIIS_URL: ${{ secrets.RHAIIS_URL }}
1819
RHAIIS_API_KEY: ${{ secrets.RHAIIS_API_KEY }}
20+
RHAIIS_MODEL: ${{ vars.RHAIIS_MODEL }}
1921

2022
steps:
2123
- uses: actions/checkout@v4
@@ -117,16 +119,10 @@ jobs:
117119
echo "Using configuration: $(basename "$CONFIG_FILE")"
118120
119121
- name: Test RHAIIS connectivity
120-
env:
121-
RHAIIS_URL: ${{ secrets.RHAIIS_URL }}
122-
RHAIIS_API_KEY: ${{ secrets.RHAIIS_API_KEY }}
123122
run: |
124123
curl -f ${RHAIIS_URL}:8000/v1/models -H "Authorization: Bearer ${RHAIIS_API_KEY}"
125124
126125
- name: Run service manually
127-
env:
128-
RHAIIS_URL: ${{ secrets.RHAIIS_URL }}
129-
RHAIIS_API_KEY: ${{ secrets.RHAIIS_API_KEY }}
130126
run: |
131127
docker compose version
132128
docker compose up -d

0 commit comments

Comments
 (0)