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

Remove most of the migration code #303

Merged
merged 9 commits into from
Apr 17, 2019
Merged
Show file tree
Hide file tree
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
46 changes: 0 additions & 46 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,44 +61,6 @@ jobs:
paths:
- globals


migrationcheck:
<<: *defaults
steps:
- checkout

- attach_workspace:
at: /tmp

- run:
name: Global vars
# Override of https://github.com/stevector/docker-build-tools-ci/blob/master/dockerfiles/pantheon-ci-testing/scripts/set-up-global-vars.sh
command: ./.circleci/set-up-global-vars.sh

- restore_cache:
keys:
- composer-{{ checksum "composer.lock" }}

- run:
command: composer install --optimize-autoloader --ignore-platform-reqs

- save_cache:
key: composer-{{ checksum "composer.lock" }}
paths:
- vendor

- run:
name: login
command: terminus auth:login -n --machine-token="$TERMINUS_TOKEN"

- run:
name: Behat users
command: ./.circleci/behat-runners/add-behat-users.sh

- run:
name: Behat
command: ./.circleci/behat-runners/behat-wrapper.sh --suite=migration

backstop:
docker:
- image: quay.io/stevector/ci-backstop:latest
Expand Down Expand Up @@ -188,15 +150,11 @@ workflows:
jobs:
- build
- behavioral
- migrationcheck:
requires:
- build
- backstop:
requires:
- build
- merge:
requires:
- migrationcheck
- backstop
- build
- behavioral
Expand All @@ -211,15 +169,11 @@ workflows:
jobs:
- build
- behavioral
- migrationcheck:
requires:
- build
- backstop:
requires:
- build
- merge:
requires:
- migrationcheck
- backstop
- build
- behavioral
Expand Down
4 changes: 0 additions & 4 deletions config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ module:
media_entity: 0
media_entity_audio: 0
menu_ui: 0
migrate: 0
migrate_drupal: 0
migrate_plus: 0
migrate_tools: 0
nerdcustom: 0
node: 0
options: 0
Expand Down
44 changes: 0 additions & 44 deletions config/migrate_plus.migration.upgrade_d7_file.yml

This file was deleted.

34 changes: 0 additions & 34 deletions config/migrate_plus.migration.upgrade_d7_file_remote.yml

This file was deleted.

27 changes: 0 additions & 27 deletions config/migrate_plus.migration.upgrade_d7_filter_format.yml

This file was deleted.

88 changes: 0 additions & 88 deletions config/migrate_plus.migration.upgrade_d7_node_blogpost.yml

This file was deleted.

64 changes: 0 additions & 64 deletions config/migrate_plus.migration.upgrade_d7_node_clip.yml

This file was deleted.

Loading