Skip to content

Commit

Permalink
[tests-only] Bump commit id for tests (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis authored Jul 26, 2021
1 parent 0f78ade commit be3c5e1
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 211 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for API tests
CORE_COMMITID=5dabbde22b9803d60ea7db2a0c35de21d79be3a9
CORE_COMMITID=78fcc9e0a92329ecbb2aca750210db817dfa6263
CORE_BRANCH=master
5 changes: 5 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ def localIntegrationTestsOwncloud():
"TEST_WITH_LDAP": "true",
"REVA_LDAP_HOSTNAME": "ldap",
"TEST_REVA": "true",
"SEND_SCENARIO_LINE_REFERENCES": "true",
"BEHAT_FILTER_TAGS": "~@skipOnOcis-OC-Storage",
"PATH_TO_CORE": "/drone/src/tmp/testrunner",
"UPLOAD_DELETE_WAIT_TIME": "1",
Expand Down Expand Up @@ -630,6 +631,7 @@ def localIntegrationTestsOcis():
"TEST_WITH_LDAP": "true",
"REVA_LDAP_HOSTNAME": "ldap",
"TEST_REVA": "true",
"SEND_SCENARIO_LINE_REFERENCES": "true",
"BEHAT_FILTER_TAGS": "~@skipOnOcis-OCIS-Storage",
"PATH_TO_CORE": "/drone/src/tmp/testrunner",
}
Expand Down Expand Up @@ -698,6 +700,7 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
"TEST_WITH_LDAP": "true",
"REVA_LDAP_HOSTNAME": "ldap",
"TEST_REVA": "true",
"SEND_SCENARIO_LINE_REFERENCES": "true",
"BEHAT_FILTER_TAGS": "~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage&&~@skipOnOcis-OCIS-Storage",
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
Expand Down Expand Up @@ -770,6 +773,7 @@ def owncloudIntegrationTests(parallelRuns, skipExceptParts = []):
"TEST_WITH_LDAP": "true",
"REVA_LDAP_HOSTNAME": "ldap",
"TEST_REVA": "true",
"SEND_SCENARIO_LINE_REFERENCES": "true",
"BEHAT_FILTER_TAGS": "~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage&&~@skipOnOcis-OC-Storage",
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
Expand Down Expand Up @@ -845,6 +849,7 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
"TEST_WITH_LDAP": "true",
"REVA_LDAP_HOSTNAME": "ldap",
"TEST_REVA": "true",
"SEND_SCENARIO_LINE_REFERENCES": "true",
"BEHAT_FILTER_TAGS": "~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage&&~@skipOnOcis-OCIS-Storage",
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
Expand Down
Loading

0 comments on commit be3c5e1

Please sign in to comment.