Skip to content

Commit

Permalink
Merge pull request #323 from owncloud/test-against-core-latest
Browse files Browse the repository at this point in the history
[tests-only] Test against core latest
  • Loading branch information
individual-it authored Jan 15, 2022
2 parents e86fe2c + 408530c commit a4bfe52
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ config = {
],
"servers": [
"daily-master-qa",
"10.9.1RC2",
"latest",
],
"extraSetup": [
{
Expand All @@ -81,7 +81,7 @@ config = {
],
"servers": [
"daily-master-qa",
"10.9.1RC2",
"latest",
],
"extraSetup": [
{
Expand All @@ -106,7 +106,7 @@ config = {
],
"servers": [
"daily-master-qa",
"10.9.1RC2",
"latest",
],
"emailNeeded": True,
"extraSetup": [
Expand All @@ -133,7 +133,7 @@ config = {
],
"servers": [
"daily-master-qa",
"10.9.1RC2",
"latest",
],
"extraSetup": [
{
Expand All @@ -158,7 +158,7 @@ config = {
],
"servers": [
"daily-master-qa",
"10.9.1RC2",
"latest",
],
"emailNeeded": True,
"extraSetup": [
Expand Down Expand Up @@ -215,7 +215,7 @@ config = {
"mysql:8.0",
],
"servers": [
"10.9.1RC2",
"latest",
],
"runCoreTests": True,
"runAllSuites": True,
Expand Down Expand Up @@ -306,13 +306,13 @@ config = {
},
"webUI-core-latest-masterkey": {
"suites": [
"webUIcoreMK",
"webUIcoreMKey",
],
"databases": [
"mysql:8.0",
],
"servers": [
"10.9.1RC2",
"latest",
],
"runCoreTests": True,
"runAllSuites": True,
Expand Down

0 comments on commit a4bfe52

Please sign in to comment.