Skip to content

Commit

Permalink
i give up
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Mar 27, 2023
1 parent 31707ee commit dc126c1
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,28 +127,14 @@ jobs:
- equal: [ *centos7-executor, << parameters.os >> ]
- equal: [ *centos7-1000-executor, << parameters.os >> ]
steps:
- run: yum install -y rh-nodejs6
- run: yum install -y centos-release-scl rh-nodejs6
- run: scl enable rh-nodejs6 "./tests/ui/runtests.sh --headless --log-junit ~/phpunit"
- run:
name: 'Run SSO Tests'
command: |
scl enable rh-nodejs6 "./tests/ci/samlSetup.sh"
scl enable rh-nodejs6 "./tests/ui/runtests.sh --headless --log-junit ~/phpunit --sso"
./vendor/phpunit/phpunit/phpunit -c ./tests/integration/phpunit.xml.dist --testsuite sso --log-junit ~/phpunit/xdmod-sso-integration.xml
- when:
condition:
or:
- equal: [ *rocky8-executor, << parameters.os >> ]
steps:
- run: pushd $HOME && rm -f chromedriver_linux64.zip && wget https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_linux64.zip && popd
- run: pushd ./tests/ui && npm install && popd
- run: ./tests/ui/runtests.sh --headless --log-junit ~/phpunit
- run:
name: 'Run SSO Tests'
command: |
./tests/ci/samlSetup.sh
./tests/ui/runtests.sh --headless --log-junit ~/phpunit --sso
./vendor/phpunit/phpunit/phpunit -c ./tests/integration/phpunit.xml.dist --testsuite sso --log-junit ~/phpunit/xdmod-sso-integration.xml
- run:
name: Ensure that no unexpected Apache errors were generated
command: test `fgrep -v ' [ssl:warn] ' /var/log/xdmod/apache-error.log | wc -l` = 0
Expand Down

0 comments on commit dc126c1

Please sign in to comment.