Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only] Bump commit id for core acceptance tests #1433

Merged
merged 1 commit into from
Feb 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: localAPIAcceptanceTestsOwncloudStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -562,7 +562,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: localAPIAcceptanceTestsOcisStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -631,7 +631,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOcisStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -703,7 +703,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOcisStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -775,7 +775,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOcisStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -847,7 +847,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOcisStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -919,7 +919,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOcisStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -991,7 +991,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOcisStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -1063,7 +1063,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOwncloudStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -1140,7 +1140,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOwncloudStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -1217,7 +1217,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOwncloudStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -1294,7 +1294,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOwncloudStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -1371,7 +1371,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOwncloudStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down Expand Up @@ -1448,7 +1448,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout 0331dc83cef8efb685b036649c177ee06522d212
- git checkout 39b3dd7627465eb316d1b707bd21cb0b6b3c972e

- name: oC10APIAcceptanceTestsOwncloudStorage
image: registry.cern.ch/docker.io/owncloudci/php:7.4
Expand Down