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

[improve][build] Support custom image and label names #22703

Merged
merged 4 commits into from
May 15, 2024

Conversation

nodece
Copy link
Member

@nodece nodece commented May 13, 2024

Motivation

When pushing pulsar and pulsar-all to a custom repository, I don't want to use the original name. If we can support custom image and label names, it will reduce the workload of copying.

Modifications

  • Add docker.image property to define the image name, default to pulsar
  • Add docker.tag property to define the tag name, default to latest
  • Apply docker.image and docker.tag to the pulsar, pulsar-all, java-test-image, latest-version-image

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Signed-off-by: Zixuan Liu <nodeces@gmail.com>
@github-actions github-actions bot added the doc-required Your PR changes impact docs and you will update later. label May 13, 2024
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

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

Check the comment for the latest-version-image name

Co-authored-by: Lari Hotari <lhotari@users.noreply.github.com>
@nodece
Copy link
Member Author

nodece commented May 14, 2024

/pulsarbot rerun-failure-checks

1 similar comment
@nodece
Copy link
Member Author

nodece commented May 14, 2024

/pulsarbot rerun-failure-checks

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.17%. Comparing base (bbc6224) to head (67192b5).
Report is 267 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #22703      +/-   ##
============================================
- Coverage     73.57%   73.17%   -0.41%     
+ Complexity    32624    32531      -93     
============================================
  Files          1877     1889      +12     
  Lines        139502   141392    +1890     
  Branches      15299    15516     +217     
============================================
+ Hits         102638   103460     +822     
- Misses        28908    29928    +1020     
- Partials       7956     8004      +48     
Flag Coverage Δ
inttests 27.43% <ø> (+2.84%) ⬆️
systests 24.77% <ø> (+0.44%) ⬆️
unittests 72.17% <ø> (-0.68%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 352 files with indirect coverage changes

@nodece nodece requested a review from lhotari May 14, 2024 09:14
@nodece nodece self-assigned this May 14, 2024
@nodece nodece added this to the 3.4.0 milestone May 14, 2024
@nodece
Copy link
Member Author

nodece commented May 14, 2024

@lhotari CI has been passed.

@lhotari lhotari merged commit 7befb8d into apache:master May 15, 2024
53 of 54 checks passed
nodece added a commit to ascentstream/pulsar that referenced this pull request May 15, 2024
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
Co-authored-by: Lari Hotari <lhotari@users.noreply.github.com>

(cherry picked from commit 7befb8d)
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
nodece added a commit to ascentstream/pulsar that referenced this pull request May 16, 2024
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
Co-authored-by: Lari Hotari <lhotari@users.noreply.github.com>

(cherry picked from commit 7befb8d)
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required Your PR changes impact docs and you will update later. ready-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants