Moving the azure bootstrap config file to right package
In the akprasad/unittest-util PR that got merged into main, the AzureBootstrapConfig file got moved to a wrong package causing indexer azure application to fail. This PR is raised to fix this issue and move the file to the right package.
Merge request reports
Activity
requested review from @akprasad
assigned to @aneesh43
- Resolved by shivani karipe
@akprasad / @aneesh43 , could you please run the pipeline by creating trusted branch and running all the stages to make sure the issue is resolved.
cc: @Srinivasan_Narayanan , @nursheikh , @thulasi_dass , @chad
added Azure label
Hi @shivani_karipe I presume this can wait for M16 or needs to be in M15?
This should be fixed in M15 itself @chad . the indexer service pod is not running in azure because of this. @zhibinmai also reported the same in slack
changed milestone to %M15 - Release 0.18
added MRBugfix label
mentioned in commit 9762f8e4
This MR fixes a bug that was introduced by !297 (merged).
!297 (merged) was not marked as %M15 - Release 0.18 and therefore was never cherry-picked into the
release/0.18
branch. TheAzureBootstrapConfig.java
is in the correct place for release/0.18 (as of 9e757bcf), and therefore this does not need to be cherry-picked in (the cherry-pick would be empty).I therefore assume that this can be marked for 0.19, which means no further action is necessary. I've updated the MR accordingly.
If I'm wrong, and !297 (merged) was unintentionally omitted from the release, then that would need to be cherry-picked first before this correction to it.
changed milestone to %M16 - Release 0.19