-
Notifications
You must be signed in to change notification settings - Fork 81
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
CIF-1529 - Include CIF Add-On in IT setup for Cloud SDK #352
Conversation
- add IT installing CIF Add-On instead of graphql-client
Codecov Report
@@ Coverage Diff @@
## master #352 +/- ##
=========================================
Coverage 66.67% 66.67%
Complexity 852 852
=========================================
Files 192 192
Lines 5845 5845
Branches 912 912
=========================================
Hits 3897 3897
Misses 1822 1822
Partials 126 126
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should also remove integration-test-cloudready
, AEM Cloud support is only in combination with CIF add-on
@mhaack I think we could keep |
Ok I'm fine with that it might help to find and delimit errors. |
Important: the URL to download the CIF Add-On is set as a CircleCI variable
CIF_ADDON_URL
. This is obfuscated in the build output so nobody can have access to the add-on.This has the main drawback that the version of the Add-On is also not visible, so we might forget to update it with each new release of the Add-On. Also because variables are also obfuscated in the CircleCI backend, it might become impossible with time to know which version we currently use.
We could hence maybe rename the variable to
CIF_ADDON_URL_2020_7_7_SNAPSHOT
so it would be straightforward from the name what version we use. If we release a new version of the Add-On, we would add for example the variableCIF_ADDON_URL_2020_7_28
and update the build.The drawback here is that we'd have to also update the variable in the
it-tests.js
file.Feedback or other ideas is welcome.