Skip to content

Commit fee5e5f

Browse files
committed
TEMP: enable notification/SSE flags across all UI test workflows
Flip enable_notification_system, enable_sse_history_updates, and enable_sse_entry_point_updates in the Selenium, Playwright, and Integration Selenium workflows so the full UI test surface exercises the SSE pipeline. Revert before merging.
1 parent da50d5e commit fee5e5f

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/integration_selenium.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ env:
1919
YARN_INSTALL_OPTS: --frozen-lockfile
2020
GALAXY_CONFIG_SQLALCHEMY_WARN_20: '1'
2121
GALAXY_DEPENDENCIES_INSTALL_WEASYPRINT: '1'
22+
# TEMP: shake down SSE/notification system across full UI surface — revert before merge
23+
GALAXY_CONFIG_OVERRIDE_ENABLE_NOTIFICATION_SYSTEM: '1'
24+
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_HISTORY_UPDATES: '1'
25+
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_ENTRY_POINT_UPDATES: '1'
2226
concurrency:
2327
group: ${{ github.workflow }}-${{ github.ref }}
2428
cancel-in-progress: true

.github/workflows/playwright.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ env:
2020
GALAXY_TEST_SELENIUM_HEADLESS: 1
2121
YARN_INSTALL_OPTS: --frozen-lockfile
2222
GALAXY_CONFIG_SQLALCHEMY_WARN_20: '1'
23+
# TEMP: shake down SSE/notification system across full UI surface — revert before merge
24+
GALAXY_CONFIG_OVERRIDE_ENABLE_NOTIFICATION_SYSTEM: '1'
25+
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_HISTORY_UPDATES: '1'
26+
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_ENTRY_POINT_UPDATES: '1'
2327
concurrency:
2428
group: ${{ github.workflow }}-${{ github.ref }}
2529
cancel-in-progress: true

.github/workflows/selenium.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ env:
1919
GALAXY_TEST_SKIP_FLAKEY_TESTS_ON_ERROR: 1
2020
YARN_INSTALL_OPTS: --frozen-lockfile
2121
GALAXY_CONFIG_SQLALCHEMY_WARN_20: '1'
22+
# TEMP: shake down SSE/notification system across full UI surface — revert before merge
23+
GALAXY_CONFIG_OVERRIDE_ENABLE_NOTIFICATION_SYSTEM: '1'
24+
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_HISTORY_UPDATES: '1'
25+
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_ENTRY_POINT_UPDATES: '1'
2226
concurrency:
2327
group: ${{ github.workflow }}-${{ github.ref }}
2428
cancel-in-progress: true

0 commit comments

Comments
 (0)