ci: update MEET_S3_BUCKET variable to ensure consistent bucket name for GCS adn S3 storage. Change test.only to test for virtual background functionality in room tests

This commit is contained in:
juancarmore 2025-09-26 10:12:08 +02:00
parent 5fa1b567fa
commit 8894174eb9
2 changed files with 3 additions and 3 deletions

View File

@ -447,7 +447,7 @@ jobs:
MEET_AZURE_CONTAINER_NAME: ${{ matrix.storage-provider == 'abs' && 'openvidu-appdata-recordings' || '' }}
# GCS variables
GOOGLE_APPLICATION_CREDENTIALS: ${{ matrix.storage-provider == 'gcs' && '/tmp/credentials.json' || '' }}
MEET_S3_BUCKET: ${{ matrix.storage-provider == 'gcs' && 'openvidu-appdata' || '' }}
MEET_S3_BUCKET: ${{ matrix.storage-provider == 'gcs' && 'openvidu-appdata' || 'openvidu-appdata' }}
- name: Run tests
run: |
cd backend
@ -461,7 +461,7 @@ jobs:
MEET_AZURE_CONTAINER_NAME: ${{ matrix.storage-provider == 'abs' && 'openvidu-appdata-recordings' || '' }}
# GCS variables
GOOGLE_APPLICATION_CREDENTIALS: ${{ matrix.storage-provider == 'gcs' && '/tmp/credentials.json' || '' }}
MEET_S3_BUCKET: ${{ matrix.storage-provider == 'gcs' && 'openvidu-appdata' || '' }}
MEET_S3_BUCKET: ${{ matrix.storage-provider == 'gcs' && 'openvidu-appdata' || 'openvidu-appdata' }}
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: always()

View File

@ -239,7 +239,7 @@ test.describe('Room Functionality Tests', () => {
// ==========================================
test.describe('Advanced Features', () => {
test.only('should apply virtual background and detect visual changes', async ({ page }) => {
test('should apply virtual background and detect visual changes', async ({ page }) => {
await joinRoomAs('speaker', participantName, page);
// Wait for video element to be ready