Revert "check if server is up"

This reverts commit b59f7898
This commit is contained in:
Claudia Agache
2020-07-07 17:39:00 +03:00
parent cf1fd7695d
commit 41ad842a55

View File

@@ -66,34 +66,26 @@ jobs:
stage: Tests stage: Tests
before_install: before_install:
- travis_retry travis_wait 90 mvn -B install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -q - travis_retry travis_wait 90 mvn -B install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -q
- travis_wait 5 bash scripts/downloadInstaller.sh $AUTOMATION_COMMUNITY_PATH/target - travis_wait 60 bash scripts/downloadInstaller.sh $AUTOMATION_COMMUNITY_PATH/target
install: travis_wait 30 mvn install -Pinstall-alfresco,apply-rm-community -f $AUTOMATION_COMMUNITY_PATH/pom.xml install: travis_wait 60 mvn install -Pinstall-alfresco,apply-rm-community -q -f $AUTOMATION_COMMUNITY_PATH/pom.xml
script: script:
- curl --output /dev/null --silent --head --fail http://localhost:8080/alfresco - echo "Community Rest API Tests"
- name: "Enterprise Rest API Tests" - name: "Enterprise Rest API Tests"
stage: Tests stage: Tests
before_install: before_install:
- travis_retry travis_wait 90 mvn -B install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -q - travis_retry travis_wait 90 mvn -B install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -q
- travis_wait 5 bash scripts/downloadInstaller.sh $AUTOMATION_ENTERPRISE_PATH/target - travis_wait 60 bash scripts/downloadInstaller.sh $AUTOMATION_ENTERPRISE_PATH/target
install: travis_wait 30 mvn install -Pinstall-alfresco,apply-rm-enterprise -f $AUTOMATION_ENTERPRISE_PATH/pom.xml install: travis_wait 60 mvn install -Pinstall-alfresco,apply-rm-enterprise -q -f $AUTOMATION_ENTERPRISE_PATH/pom.xml
script: script:
- curl --output /dev/null --silent --head --fail http://localhost:8080/alfresco - echo "Enterprise Rest API Tests"
- name: "Community UI Tests ..." - name: "Community UI Tests ..."
stage: Tests stage: Tests
before_install:
- travis_retry travis_wait 90 mvn -B install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -q
- travis_wait 5 bash scripts/downloadInstaller.sh $AUTOMATION_UI_PATH/target
install: travis_wait 30 mvn install -Pinstall-alfresco,apply-rm-community -f $AUTOMATION_UI_PATH/pom.xml
script: script:
- curl --output /dev/null --silent --head --fail http://localhost:8080/alfresco - echo "Community UI Tests ..."
- name: "Enterprise UI Tests ..." - name: "Enterprise UI Tests ..."
stage: Tests stage: Tests
before_install:
- travis_retry travis_wait 90 mvn -B install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -q
- travis_wait 5 bash scripts/downloadInstaller.sh $AUTOMATION_UI_PATH/target
install: travis_wait 30 mvn install -Pinstall-alfresco,apply-rm-enterprise -f $AUTOMATION_UI_PATH/pom.xml
script: script:
- curl --output /dev/null --silent --head --fail http://localhost:8080/alfresco - echo "Enterprise UI Tests ..."
- name: "Source Clear Scan (SCA)" - name: "Source Clear Scan (SCA)"
stage: Security Scans stage: Security Scans