diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index ec0584a1..00000000 --- a/.drone.yml +++ /dev/null @@ -1,110 +0,0 @@ ---- -kind: pipeline -name: checkers -steps: - - name: compatibility - image: ghcr.io/nextcloud/continuous-integration-php8.0:latest - environment: - APP_NAME: ldap_write_support - CORE_BRANCH: stable28 - DB: sqlite - commands: - # Pre-setup steps - - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - - cd ../server -type: docker -trigger: - branch: - - master - - stable* - event: - - pull_request - - push ---- -kind: pipeline -name: integration-stable28 -steps: - - name: integration - image: ghcr.io/nextcloud/continuous-integration-php8.0:latest - environment: - APP_NAME: ldap_write_support - CORE_BRANCH: stable28 - DB: sqlite - commands: - # Pre-setup steps - - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - - cd ../server/ - - php occ config:system:set redis host --value=cache - - php occ config:system:set redis port --value=6379 --type=integer - - php occ config:system:set redis timeout --value=0 --type=integer - - php occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local - - php occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed - - php occ app:enable user_ldap - - php occ app:enable $APP_NAME - - cd apps/$APP_NAME - - cd tests/integration - - ./run.sh - -services: - - name: cache - image: ghcr.io/nextcloud/continuous-integration-redis:latest - - name: openldap - image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7 - environment: - SLAPD_DOMAIN: nextcloud.ci - SLAPD_ORGANIZATION: Nextcloud - SLAPD_PASSWORD: admin - SLAPD_ADDITIONAL_MODULES: memberof - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push -type: docker - ---- -kind: pipeline -name: integration-stable28-nocache -steps: - - name: integration - image: ghcr.io/nextcloud/continuous-integration-php8.0:latest - environment: - APP_NAME: ldap_write_support - CORE_BRANCH: stable28 - DB: sqlite - commands: - # Pre-setup steps - - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - - cd ../server/ - - php occ app:enable user_ldap - - php occ app:enable $APP_NAME - - cd apps/$APP_NAME - - cd tests/integration - - ./run.sh - -services: - - name: openldap - image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7 - environment: - SLAPD_DOMAIN: nextcloud.ci - SLAPD_ORGANIZATION: Nextcloud - SLAPD_PASSWORD: admin - SLAPD_ADDITIONAL_MODULES: memberof - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push -type: docker ---- -kind: signature -hmac: 1960c5683b6f83be97fdfd6d9dec5b68f649752f3eea1c19738170c8c6e63e58