Skip to content

Commit

Permalink
chore(tests): revert back to using cs3org/behat for acceptance tests (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis authored Apr 22, 2024
1 parent 0b24742 commit 1f0602f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ OC_CI_GOLANG = "owncloudci/golang:1.21"
OC_CI_ALPINE = "owncloudci/alpine:latest"
OSIXIA_OPEN_LDAP = "osixia/openldap:1.3.0"
REDIS = "redis:6-alpine"
OC_CI_PHP = "owncloudci/php:%s"
OC_CI_PHP = "cs3org/behat:latest"
OC_LITMUS = "owncloud/litmus:latest"
OC_CS3_API_VALIDATOR = "owncloud/cs3api-validator:0.2.1"
OC_CI_BAZEL_BUILDIFIER = "owncloudci/bazel-buildifier:latest"
DEFAULT_PHP_VERSION = "8.2"

# Shared step definitions
def licenseScanStep():
Expand Down Expand Up @@ -253,7 +252,7 @@ def virtualViews():
cloneApiTestReposStep(),
{
"name": "APIAcceptanceTestsOcisStorage",
"image": OC_CI_PHP % DEFAULT_PHP_VERSION,
"image": OC_CI_PHP,
"commands": [
"cd /drone/src/tmp/testrunner",
"make test-acceptance-from-core-api",
Expand Down Expand Up @@ -598,7 +597,7 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
cloneApiTestReposStep(),
{
"name": "APIAcceptanceTestsOcisStorage",
"image": OC_CI_PHP % DEFAULT_PHP_VERSION,
"image": OC_CI_PHP,
"commands": [
"cd /drone/src/tmp/testrunner",
"make test-acceptance-from-core-api",
Expand Down Expand Up @@ -674,7 +673,7 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
cloneApiTestReposStep(),
{
"name": "APIAcceptanceTestsS3ngStorage",
"image": OC_CI_PHP % DEFAULT_PHP_VERSION,
"image": OC_CI_PHP,
"commands": [
"cd /drone/src/tmp/testrunner",
"make test-acceptance-from-core-api",
Expand Down

0 comments on commit 1f0602f

Please sign in to comment.