We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f231342 commit cf442c6Copy full SHA for cf442c6
.github/workflows/e2e_tests_rhelai.yaml
@@ -16,6 +16,7 @@ jobs:
16
RHEL_AI_PORT: ${{ secrets.RHEL_AI_PORT }}
17
RHEL_AI_API_KEY: ${{ secrets.RHEL_AI_API_KEY }}
18
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
19
+ RHEL_AI_MODEL: ${{ vars.RHEL_AI_MODEL }}
20
21
steps:
22
- uses: actions/checkout@v4
@@ -118,7 +119,7 @@ jobs:
118
119
120
- name: Test RHEL_AI connectivity
121
run: |
- echo ${{ vars.RHEL_AI_MODEL }}
122
+ echo $RHEL_AI_MODEL
123
curl -f ${RHEL_AI_URL}:${RHEL_AI_PORT}/v1/models -H "Authorization: Bearer ${RHEL_AI_API_KEY}"
124
125
- name: Run service manually
0 commit comments