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

Revert custom GB 16.3 installation steps and add WP_DEBUG support in local-env #7602

Merged
merged 10 commits into from
Aug 31, 2023

Conversation

thelovekesh
Copy link
Collaborator

Summary

In order to pass the E2E test cases, we made some temporary adjustments in #7591. The issues we had back then have been resolved upstream. This PR reverts those temporary modifications.

Checklist

  • My code is tested and passes existing tests.
  • My code follows the Engineering Guidelines (updates are often made to the guidelines, check it out periodically).

@github-actions
Copy link
Contributor

github-actions bot commented Aug 18, 2023

Plugin builds for 72656b2 are ready 🛎️!

@thelovekesh thelovekesh force-pushed the remove/custom-gb-plugin-installation branch from 8e6fded to dcff3ca Compare August 18, 2023 12:26
@westonruter westonruter added this to the v2.4.3 milestone Aug 31, 2023
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you know to update this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the mappings for the plugin services factory, which should be the same as AmpWpPlugin::SERVICES and enable auto-completion for SERVICES::get() Since some of the services were misspelled and some were missing from the PHPStorm meta-file, I added them.

Ref: https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html#passing-a-string-literal

@westonruter
Copy link
Member

The E2E tests seem to be timing out. I just tried to re-run the failed job but got the same result.

@thelovekesh thelovekesh force-pushed the remove/custom-gb-plugin-installation branch from 842ddd2 to 9a6f0a0 Compare August 31, 2023 16:26
@@ -50,7 +50,7 @@ describe('AMP developer tools settings', () => {
'page=amp-options',
'other-settings'
);
});
}, 400000);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this 400 seconds?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, by default we are using 300 seconds.

Copy link
Member

@westonruter westonruter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@westonruter westonruter merged commit f5304e2 into develop Aug 31, 2023
39 of 40 checks passed
@westonruter westonruter deleted the remove/custom-gb-plugin-installation branch August 31, 2023 17:00
@westonruter westonruter added the Changelogged Whether the issue/PR has been added to release notes. label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelogged Whether the issue/PR has been added to release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants