Skip to content

Bump nexus release plugin timeout to 20 minutes #156

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

Merged
merged 1 commit into from
Dec 11, 2020

Conversation

slonka
Copy link
Member

@slonka slonka commented Dec 11, 2020

Signed-off-by: slonka [email protected]

@codecov-io
Copy link

Codecov Report

Merging #156 (44e1f1b) into master (b970514) will decrease coverage by 0.20%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #156      +/-   ##
============================================
- Coverage     88.22%   88.02%   -0.21%     
+ Complexity      298      296       -2     
============================================
  Files            31       31              
  Lines           977      977              
  Branches         78       78              
============================================
- Hits            862      860       -2     
  Misses           85       85              
- Partials         30       32       +2     
Impacted Files Coverage Δ Complexity Δ
...olplane/server/DiscoveryRequestStreamObserver.java 85.00% <0.00%> (-1.25%) 18.00% <0.00%> (-1.00%)
.../io/envoyproxy/controlplane/cache/SimpleCache.java 82.97% <0.00%> (-0.71%) 38.00% <0.00%> (-1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b970514...44e1f1b. Read the comment docs.

@slonka slonka merged commit 25e2b47 into master Dec 11, 2020
@slonka slonka deleted the bump-nexus-staging-maven-plugin-timeout branch December 11, 2020 10:04
slonka added a commit that referenced this pull request May 20, 2021
Ferdudas97 added a commit that referenced this pull request Sep 9, 2022
* delta xds

Signed-off-by: Sebastian Schepens <[email protected]>
Signed-off-by: slonka <[email protected]>

* fixes

Signed-off-by: Sebastian Schepens <[email protected]>
Signed-off-by: slonka <[email protected]>

* method naming

Signed-off-by: Sebastian Schepens <[email protected]>
Signed-off-by: slonka <[email protected]>

* Building version of non-breaking changes

Signed-off-by: slonka <[email protected]>

* Get integration tests passing

Signed-off-by: slonka <[email protected]>

* Add delta tests back

Signed-off-by: slonka <[email protected]>

* Rewrite V3DiscoveryServerAdsDeltaResourcesIT to have a 2 second poll delay to account for potential delays in writing to the wire (we don't want that to happen)

Signed-off-by: slonka <[email protected]>

* Add comment to trigger PR build

Signed-off-by: slonka <[email protected]>

* Get V3DiscoveryServerXdsDeltaResourcesIT passing

Signed-off-by: slonka <[email protected]>

* Update protobuf to envoy 1.16.0 (#155)

* Update protobuf to envoy 1.16.0

Signed-off-by: Lukasz Jedryczka <[email protected]>

* Fixing test by setting -boostrap-version 2 flag

Signed-off-by: Lukasz Jedryczka <[email protected]>

* Update protobuf to envoy 1.16.0

Signed-off-by: Lukasz Jedryczka <[email protected]>

* Information about update envoy image version in README.md

Signed-off-by: wookieJ <[email protected]>
Signed-off-by: slonka <[email protected]>

* release: prepare release v0.1.25

Signed-off-by: slonka <[email protected]>

* release: prepare for next development iteration

Signed-off-by: slonka <[email protected]>

* release: prepare release v0.1.26

Signed-off-by: slonka <[email protected]>

* release: prepare for next development iteration

Signed-off-by: slonka <[email protected]>

* Bump nexus release plugin timeout to 20 minutes (#156)

Signed-off-by: slonka <[email protected]>

* release: prepare release v0.1.27

Signed-off-by: slonka <[email protected]>

* release: prepare for next development iteration

Signed-off-by: slonka <[email protected]>

* ci: fixes javadoc and jacoco plugin issues (#158)

Signed-off-by: karthik <[email protected]>
Signed-off-by: slonka <[email protected]>

* Update api to v1 17 (#159)

* Update protobuf to envoy 1.17

Signed-off-by: Lukasz Dziedziak <[email protected]>

* Use v2 version

Signed-off-by: Lukasz Dziedziak <[email protected]>

* Support V2/V3 in Envoy - remove V2 in separate PR

Signed-off-by: Lukasz Dziedziak <[email protected]>

* UDPA download - split directory create/copy

Signed-off-by: Lukasz Dziedziak <[email protected]>
Signed-off-by: slonka <[email protected]>

* Fix references to main branch after rename (#160)

Signed-off-by: slonka <[email protected]>

* release: prepare release v0.1.28

Signed-off-by: slonka <[email protected]>

* release: prepare for next development iteration

Signed-off-by: slonka <[email protected]>

* Change version to 0.1.29-delta-xds-slonka-SNAPSHOT

Signed-off-by: slonka <[email protected]>

* Revert ads configs to main

Signed-off-by: slonka <[email protected]>

* Hash bytes array not string

Signed-off-by: slonka <[email protected]>

* Remove unused import

Signed-off-by: slonka <[email protected]>

* Revert snapshot name

Signed-off-by: slonka <[email protected]>

* Remove respondDeltaTracked since it's not used anywhere

Signed-off-by: slonka <[email protected]>

* Delta xds non breaking hash bytes refactor (#181)

* refactor delta xds

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* refactor setDeltaWatch and remove code duplication

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* resolve TODO in SnapshotTest

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* Change version to 0.1.29-delta-xds-slonka-SNAPSHOT

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* DEPLOY_BRANCH added for snapshot deploy

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* changes after merge master with new envoy api

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* make CacheStatusInfoAggregator public

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* make GroupCacheStatusInfo and MutableStatusInfo public

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* refactor SimpleCache

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* create resources map only once

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* build snapshot with improved performance

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* refactor creating snapshot resources due to performance improvements

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* create hash version from string

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* remove custom snapshot version and deploy branch env

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* fix test after merge

Signed-off-by: radoslaw.chrzanowski <[email protected]>

* fix V3DeltaDiscoveryServerCallbacks description

Signed-off-by: radoslaw.chrzanowski <[email protected]>

Signed-off-by: Sebastian Schepens <[email protected]>
Signed-off-by: slonka <[email protected]>
Signed-off-by: wookieJ <[email protected]>
Signed-off-by: karthik <[email protected]>
Signed-off-by: Lukasz Dziedziak <[email protected]>
Signed-off-by: radoslaw.chrzanowski <[email protected]>
Co-authored-by: Sebastian Schepens <[email protected]>
Co-authored-by: mgajda <[email protected]>
Co-authored-by: Łukasz Jędryczka <[email protected]>
Co-authored-by: envoy-bot <[email protected]>
Co-authored-by: Karthik Ram <[email protected]>
Co-authored-by: Łukasz Dziedziak <[email protected]>
Co-authored-by: Radek Chrzanowski <[email protected]>
Co-authored-by: radoslaw.chrzanowski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants