Skip to content

Commit

Permalink
Adding INTEGRATED_TEST_ON_CURRENT_DEV to allowed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Jul 28, 2022
1 parent f709f22 commit 241373d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- env: ORCA_JOB=INTEGRATED_TEST_ON_NEXT_MINOR_DEV
- env: ORCA_LIVE_TEST=TRUE ORCA_PACKAGES_CONFIG= ORCA_PACKAGES_CONFIG_ALTER= ORCA_ENABLE_NIGHTWATCH=FALSE
- env: ORCA_JOB=ISOLATED_TEST_ON_CURRENT_DEV
- env: ORCA_JOB=INTEGRATED_TEST_ON_CURRENT_DEV

before_install:
- nvm install 16; nvm use 16
Expand Down
1 change: 1 addition & 0 deletions bin/ci/_includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ allowed_failures=(
# @see https://www.drupal.org/project/acquia_cms/issues/3248967
"INTEGRATED_TEST_ON_NEXT_MINOR"
"ISOLATED_TEST_ON_NEXT_MINOR"
"INTEGRATED_TEST_ON_CURRENT_DEV"
)
if [[ " ${allowed_failures[*]} " =~ " ${ORCA_JOB} " && ! $TRAVIS ]]; then
set +e
Expand Down
1 change: 1 addition & 0 deletions example/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
- env: ORCA_JOB=ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
- env: ORCA_JOB=INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
- env: ORCA_JOB=ISOLATED_UPGRADE_TEST_TO_NEXT_MAJOR_DEV
- env: ORCA_JOB=INTEGRATED_TEST_ON_CURRENT_DEV

# Install ORCA and prepare the environment.
before_install:
Expand Down

0 comments on commit 241373d

Please sign in to comment.