Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab_orca
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gitlab_orca
Commits
5de5af4d
Commit
5de5af4d
authored
3 months ago
by
Mayur Sose
Browse files
Options
Downloads
Patches
Plain Diff
test changes for php 8.4
parent
c8820567
No related branches found
No related tags found
1 merge request
!20
test changes for php 8.4
Pipeline
#452254
passed with warnings
3 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/include.orca.main.yml
+162
-162
162 additions, 162 deletions
includes/include.orca.main.yml
with
162 additions
and
162 deletions
includes/include.orca.main.yml
+
162
−
162
View file @
5de5af4d
...
...
@@ -88,15 +88,15 @@ variables:
-
$CI_PROJECT_DIR/var/logs/junit.xml
# PHP 8.0 tests.
INTEGRATED_TEST_ON_LATEST_EOL_MAJOR_PHP8
:
image
:
drupalci/php-8.0-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR
==
"0"'
variables
:
ORCA_JOB
:
"
INTEGRATED_TEST_ON_LATEST_EOL_MAJOR"
ORCA_VERSION
:
^3
#
INTEGRATED_TEST_ON_LATEST_EOL_MAJOR_PHP8:
#
image: drupalci/php-8.0-apache:production
#
extends:
#
- .orca_run_tests
#
rules:
#
- if: '$SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR == "0"'
#
variables:
#
ORCA_JOB: "INTEGRATED_TEST_ON_LATEST_EOL_MAJOR"
#
ORCA_VERSION: ^3
# PHP 8.1 tests.
# STATIC_CODE_ANALYSIS:
...
...
@@ -108,29 +108,29 @@ INTEGRATED_TEST_ON_LATEST_EOL_MAJOR_PHP8:
# ORCA_JOB: "STATIC_CODE_ANALYSIS"
# ORCA_COVERAGE_COBERTURA_ENABLE: "TRUE"
INTEGRATED_TEST_ON_LATEST_EOL_MAJOR
:
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR
==
"0"'
variables
:
ORCA_JOB
:
"
INTEGRATED_TEST_ON_LATEST_EOL_MAJOR"
#
INTEGRATED_TEST_ON_LATEST_EOL_MAJOR:
#
extends:
#
- .orca_run_tests
#
rules:
#
- if: '$SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR == "0"'
#
variables:
#
ORCA_JOB: "INTEGRATED_TEST_ON_LATEST_EOL_MAJOR"
INTEGRATED_TEST_ON_OLDEST_SUPPORTED
:
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_INTEGRATED_TEST_ON_OLDEST_SUPPORTED
==
"0"'
variables
:
ORCA_JOB
:
"
INTEGRATED_TEST_ON_OLDEST_SUPPORTED"
#
INTEGRATED_TEST_ON_OLDEST_SUPPORTED:
#
extends:
#
- .orca_run_tests
#
rules:
#
- if: '$SKIP_INTEGRATED_TEST_ON_OLDEST_SUPPORTED == "0"'
#
variables:
#
ORCA_JOB: "INTEGRATED_TEST_ON_OLDEST_SUPPORTED"
INTEGRATED_TEST_ON_LATEST_LTS
:
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_INTEGRATED_TEST_ON_LATEST_LTS
==
"0"'
variables
:
ORCA_JOB
:
"
INTEGRATED_TEST_ON_LATEST_LTS"
#
INTEGRATED_TEST_ON_LATEST_LTS:
#
extends:
#
- .orca_run_tests
#
rules:
#
- if: '$SKIP_INTEGRATED_TEST_ON_LATEST_LTS == "0"'
#
variables:
#
ORCA_JOB: "INTEGRATED_TEST_ON_LATEST_LTS"
# INTEGRATED_TEST_ON_PREVIOUS_MINOR:
# extends:
...
...
@@ -311,158 +311,158 @@ INTEGRATED_TEST_ON_LATEST_LTS:
# ORCA_JOB: "INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER"
# allow_failure: true
STATIC_CODE_ANALYSIS_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_STATIC_CODE_ANALYSIS
==
"0"'
variables
:
ORCA_JOB
:
"
STATIC_CODE_ANALYSIS"
ORCA_COVERAGE_COBERTURA_ENABLE
:
"
TRUE"
# This test is not required as we are already testing the same in coverage tests and nightwatch.
# ISOLATED_TEST_ON_CURRENT_PHP83:
# STATIC_CODE_ANALYSIS_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_
ISOLATED_TEST_ON_CURRENT
== "0"'
# - if: '$SKIP_
STATIC_CODE_ANALYSIS
== "0"'
# variables:
# ORCA_JOB: "ISOLATED_TEST_ON_CURRENT"
# ORCA_JOB: "STATIC_CODE_ANALYSIS"
# ORCA_COVERAGE_COBERTURA_ENABLE: "TRUE"
ISOLATED_TEST_ON_CURRENT_COVERAGE_PHP83
:
# This test is not required as we are already testing the same in coverage tests and nightwatch.
ISOLATED_TEST_ON_CURRENT_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_ISOLATED_TEST_ON_CURRENT_COVERAGE
==
"0"'
coverage
:
'
/^\s*Lines:\s*\d+.\d+\%/'
-
if
:
'
$SKIP_ISOLATED_TEST_ON_CURRENT
==
"0"'
variables
:
ORCA_JOB
:
"
ISOLATED_TEST_ON_CURRENT"
ORCA_COVERAGE_COBERTURA_ENABLE
:
"
TRUE"
ORCA_COVERAGE_COBERTURA
:
"
$CI_PROJECT_DIR/var/logs/cobertura.xml"
artifacts
:
paths
:
-
$CI_PROJECT_DIR/var/logs/cobertura.xml
-
$CI_PROJECT_DIR/var/logs/junit.xml
reports
:
coverage_report
:
coverage_format
:
cobertura
path
:
$CI_PROJECT_DIR/var/logs/cobertura.xml
ISOLATED_TEST_ON_CURRENT_NIGHTWATCH_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_ISOLATED_TEST_ON_CURRENT_NIGHTWATCH
==
"0"'
variables
:
ORCA_JOB
:
"
ISOLATED_TEST_ON_CURRENT"
ORCA_ENABLE_NIGHTWATCH
:
"
TRUE"
DRUPAL_NIGHTWATCH_OUTPUT
:
$CI_PROJECT_DIR/reports/nightwatch
artifacts
:
expire_in
:
6 mos
when
:
always
reports
:
junit
:
$CI_PROJECT_DIR/reports/nightwatch/*/*.xml
paths
:
-
$CI_PROJECT_DIR/reports/nightwatch
# ISOLATED_TEST_ON_CURRENT_COVERAGE_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_ISOLATED_TEST_ON_CURRENT_COVERAGE == "0"'
# coverage: '/^\s*Lines:\s*\d+.\d+\%/'
# variables:
# ORCA_JOB: "ISOLATED_TEST_ON_CURRENT"
# ORCA_COVERAGE_COBERTURA_ENABLE: "TRUE"
# ORCA_COVERAGE_COBERTURA: "$CI_PROJECT_DIR/var/logs/cobertura.xml"
# artifacts:
# paths:
# - $CI_PROJECT_DIR/var/logs/cobertura.xml
# - $CI_PROJECT_DIR/var/logs/junit.xml
# reports:
# coverage_report:
# coverage_format: cobertura
# path: $CI_PROJECT_DIR/var/logs/cobertura.xml
ISOLATED_TEST_ON_CURRENT_DEV_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_ISOLATED_TEST_ON_CURRENT_DEV
==
"0"'
variables
:
ORCA_JOB
:
"
ISOLATED_TEST_ON_CURRENT_DEV"
# ISOLATED_TEST_ON_CURRENT_NIGHTWATCH_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_ISOLATED_TEST_ON_CURRENT_NIGHTWATCH == "0"'
# variables:
# ORCA_JOB: "ISOLATED_TEST_ON_CURRENT"
# ORCA_ENABLE_NIGHTWATCH: "TRUE"
# DRUPAL_NIGHTWATCH_OUTPUT: $CI_PROJECT_DIR/reports/nightwatch
# artifacts:
# expire_in: 6 mos
# when: always
# reports:
# junit: $CI_PROJECT_DIR/reports/nightwatch/*/*.xml
# paths:
# - $CI_PROJECT_DIR/reports/nightwatch
INTEGR
ATED_TEST_ON_CURRENT_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_I
NTEGR
ATED_TEST_ON_CURRENT
==
"0"'
variables
:
ORCA_JOB
:
"
I
NTEGR
ATED_TEST_ON_CURRENT"
# ISOL
ATED_TEST_ON_CURRENT_
DEV_
PHP83:
#
image: drupalci/php-8.3-ubuntu-apache:production
#
extends:
#
- .orca_run_tests
#
rules:
#
- if: '$SKIP_I
SOL
ATED_TEST_ON_CURRENT
_DEV
== "0"'
#
variables:
#
ORCA_JOB: "I
SOL
ATED_TEST_ON_CURRENT
_DEV
"
INTEGRATED_TEST_ON_CURRENT_DEV_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_INTEGRATED_TEST_ON_CURRENT_DEV
==
"0"'
variables
:
ORCA_JOB
:
"
INTEGRATED_TEST_ON_CURRENT_DEV"
allow_failure
:
true
# INTEGRATED_TEST_ON_CURRENT_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_INTEGRATED_TEST_ON_CURRENT == "0"'
# variables:
# ORCA_JOB: "INTEGRATED_TEST_ON_CURRENT"
ISOLATED_TEST_ON_NEXT_MINOR_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_ISOLATED_TEST_ON_NEXT_MINOR
==
"0"'
variables
:
ORCA_JOB
:
"
ISOLATED_TEST_ON_NEXT_MINOR"
# INTEGRATED_TEST_ON_CURRENT_DEV_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_INTEGRATED_TEST_ON_CURRENT_DEV == "0"'
# variables:
# ORCA_JOB: "INTEGRATED_TEST_ON_CURRENT_DEV"
# allow_failure: true
ISOLATED_TEST_ON_NEXT_MINOR_DEV_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_ISOLATED_TEST_ON_NEXT_MINOR_DEV
==
"0"'
variables
:
ORCA_JOB
:
"
ISOLATED_TEST_ON_NEXT_MINOR_DEV"
allow_failure
:
true
# ISOLATED_TEST_ON_NEXT_MINOR_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_ISOLATED_TEST_ON_NEXT_MINOR == "0"'
# variables:
# ORCA_JOB: "ISOLATED_TEST_ON_NEXT_MINOR"
INTEGRATED_TEST_ON_NEXT_MINOR_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_INTEGRATED_TEST_ON_NEXT_MINOR
==
"0"'
variables
:
ORCA_JOB
:
"
INTEGRATED_TEST_ON_NEXT_MINOR"
# ISOLATED_TEST_ON_NEXT_MINOR_DEV_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_ISOLATED_TEST_ON_NEXT_MINOR_DEV == "0"'
# variables:
# ORCA_JOB: "ISOLATED_TEST_ON_NEXT_MINOR_DEV"
# allow_failure: true
INTEGRATED_TEST_ON_NEXT_MINOR_DEV_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_INTEGRATED_TEST_ON_NEXT_MINOR_DEV
==
"0"'
variables
:
ORCA_JOB
:
"
INTEGRATED_TEST_ON_NEXT_MINOR_DEV"
allow_failure
:
true
# INTEGRATED_TEST_ON_NEXT_MINOR_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_INTEGRATED_TEST_ON_NEXT_MINOR == "0"'
# variables:
# ORCA_JOB: "INTEGRATED_TEST_ON_NEXT_MINOR"
DEPRECATED_CODE_SCAN_W_CONTRIB
_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_
DEPRECATED_CODE_SCAN_W_CONTRIB
==
"0"'
variables
:
ORCA_JOB
:
"
DEPRECATED_CODE_SCAN_W_CONTRIB
"
allow_failure
:
true
# INTEGRATED_TEST_ON_NEXT_MINOR_DEV
_PHP83:
#
image: drupalci/php-8.3-ubuntu-apache:production
#
extends:
#
- .orca_run_tests
#
rules:
#
- if: '$SKIP_
INTEGRATED_TEST_ON_NEXT_MINOR_DEV
== "0"'
#
variables:
#
ORCA_JOB: "
INTEGRATED_TEST_ON_NEXT_MINOR_DEV
"
#
allow_failure: true
LOOSE_
DEPRECATED_CODE_SCAN_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_
LOOSE_
DEPRECATED_CODE_SCAN
==
"0"'
variables
:
ORCA_JOB
:
"
LOOSE_
DEPRECATED_CODE_SCAN"
allow_failure
:
true
#
DEPRECATED_CODE_SCAN_
W_CONTRIB_
PHP83:
#
image: drupalci/php-8.3-ubuntu-apache:production
#
extends:
#
- .orca_run_tests
#
rules:
#
- if: '$SKIP_DEPRECATED_CODE_SCAN
_W_CONTRIB
== "0"'
#
variables:
#
ORCA_JOB: "DEPRECATED_CODE_SCAN
_W_CONTRIB
"
#
allow_failure: true
LIVE_TEST_PHP83
:
image
:
drupalci/php-8.3-ubuntu-apache:production
extends
:
-
.orca_run_tests
rules
:
-
if
:
'
$SKIP_LIVE_TEST
==
"0"'
variables
:
ORCA_JOB
:
"
"
ORCA_LIVE_TEST
:
"
TRUE"
ORCA_PACKAGES_CONFIG
:
"
"
ORCA_PACKAGES_CONFIG_ALTER
:
"
"
# LOOSE_DEPRECATED_CODE_SCAN_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_LOOSE_DEPRECATED_CODE_SCAN == "0"'
# variables:
# ORCA_JOB: "LOOSE_DEPRECATED_CODE_SCAN"
# allow_failure: true
# LIVE_TEST_PHP83:
# image: drupalci/php-8.3-ubuntu-apache:production
# extends:
# - .orca_run_tests
# rules:
# - if: '$SKIP_LIVE_TEST == "0"'
# variables:
# ORCA_JOB: ""
# ORCA_LIVE_TEST: "TRUE"
# ORCA_PACKAGES_CONFIG: ""
# ORCA_PACKAGES_CONFIG_ALTER: ""
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment