Summary
Jobs
test_9_0_x
Nightly tests (9.0.x, cldr)
Nightly tests (9.0.x, sanity)
Nightly tests (9.0.x, functional:BO:login)
Nightly tests (9.0.x, functional:BO:dashboard)
Nightly tests (9.0.x, functional:BO:orders:01:0-1)
Nightly tests (9.0.x, functional:BO:orders:01-create-orders)
Nightly tests (9.0.x, functional:BO:orders:01-view-and-edit-order)
Nightly tests (9.0.x, functional:BO:orders:02)
Nightly tests (9.0.x, functional:BO:orders:03-05)
Nightly tests (9.0.x, functional:BO:catalog:01-02)
Nightly tests (9.0.x, functional:BO:catalog:03-04)
Nightly tests (9.0.x, functional:BO:catalog:05-06)
Nightly tests (9.0.x, functional:BO:catalog:07-08)
Nightly tests (9.0.x, functional:BO:customer:01)
Nightly tests (9.0.x, functional:BO:customer:02-03)
Nightly tests (9.0.x, functional:BO:customer-service)
Nightly tests (9.0.x, functional:BO:modules)
Nightly tests (9.0.x, functional:BO:design)
Nightly tests (9.0.x, functional:BO:shipping)
Nightly tests (9.0.x, functional:BO:payment)
Nightly tests (9.0.x, functional:BO:international:01)
Nightly tests (9.0.x, functional:BO:international:02)
Nightly tests (9.0.x, functional:BO:international:03-04)
Nightly tests (9.0.x, functional:BO:shop-parameters:01-02)
Nightly tests (9.0.x, functional:BO:shop-parameters:03-04)
Nightly tests (9.0.x, functional:BO:shop-parameters:05-07)
Nightly tests (9.0.x, functional:BO:advanced-parameters:01-06)
Nightly tests (9.0.x, functional:BO:advanced-parameters:07-10)
Nightly tests (9.0.x, functional:BO:advanced-parameters:11-12)
Nightly tests (9.0.x, functional:BO:header)
Nightly tests (9.0.x, functional:FO:classic:01-03)
Nightly tests (9.0.x, functional:FO:classic:04-07)
Nightly tests (9.0.x, functional:FO:classic:08-12)
Nightly tests (9.0.x, functional:FO:hummingbird:01-03)
Nightly tests (9.0.x, functional:FO:hummingbird:04-07)
Nightly tests (9.0.x, functional:FO:hummingbird:08-12)
Nightly tests (9.0.x, functional:API)
Nightly tests (9.0.x, functional:WS)
Nightly tests (9.0.x, modules)
Nightly tests (9.0.x, regression)
Combine all reports and upload them (9.0.x)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow aim to run all UI tests on active branches
# and upload the report on Google cloud platform storage
name: Nightly tests and report - 9.0.x
on:
workflow_run:
workflows: [ 'Nightly Build' ]
types:
- requested
jobs:
test_9_0_x:
uses: ./.github/workflows/cron_nightly_tests_reusable.yml
with:
BRANCH: 9.0.x
PHP_VERSION: '8.1'
NODE_VERSION: '20'
DB_SERVER: 'mysql'
secrets:
GC_PROJECT_ID: ${{ secrets.GC_PROJECT_ID }}
GC_SERVICE_KEY: ${{ secrets.GC_SERVICE_KEY }}
You can’t perform that action at this time.