Skip to content

check for // norelease removed? #19246

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

Closed
brwe opened this issue Jul 4, 2016 · 3 comments · Fixed by #19873
Closed

check for // norelease removed? #19246

brwe opened this issue Jul 4, 2016 · 3 comments · Fixed by #19873
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v2.4.0 v5.0.0-beta1

Comments

@brwe
Copy link
Contributor

brwe commented Jul 4, 2016

It seems like we removed the check for // norelease comments in 5458d07 but I am not sure this was intentional and if everybody is aware of it. Should we re introduce it? Or or is it still hidden somewhere and I just cannot find it?

@brwe brwe added v5.0.0-alpha5 v2.4.0 :Delivery/Build Build or test infrastructure labels Jul 4, 2016
@nik9000
Copy link
Member

nik9000 commented Jul 4, 2016

Reintroduce it I think.

@jasontedor
Copy link
Member

Should we re introduce it?

I would think yes as there are noreleases in the codebase right now that were added with the understanding that they would fail a release because they are marking items that must be changed before the next release. We can not change the meaning of that (to do nothing) with those having been added with that understanding.

rjernst added a commit to rjernst/elasticsearch that referenced this issue Aug 8, 2016
This was lost around 2.1. This change adds it back.

closes elastic#19246
@rjernst
Copy link
Member

rjernst commented Aug 8, 2016

I opened a PR to add it to the gradle build (the python release script won't be used anymore with the unified release): #19873

FYI, this is the current list of nocommits:

> Found invalid patterns:
  - norelease on line 516 of core/src/main/java/org/elasticsearch/cluster/metadata/MetaDataCreateIndexService.java
  - norelease on line 136 of core/src/main/java/org/elasticsearch/index/mapper/MappedFieldType.java
  - norelease on line 588 of core/src/test/java/org/elasticsearch/index/IndexWithShadowReplicasIT.java
  - norelease on line 649 of core/src/test/java/org/elasticsearch/index/IndexWithShadowReplicasIT.java

@javanna javanna added blocker and removed blocker labels Aug 8, 2016
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v2.4.0 v5.0.0-beta1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants