Skip to content

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
nodece added 2 commits May 14, 2024 02:28
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-commenter commented May 14, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.17%. Comparing base (bbc6224) to head (67192b5).
⚠️ Report is 1260 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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@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
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>
nodece added a commit to ascentstream/pulsar that referenced this pull request Oct 17, 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 nodece/pulsar that referenced this pull request Oct 24, 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 that referenced this pull request Oct 29, 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 Dec 3, 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 Jan 7, 2025
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>
hanmz pushed a commit to hanmz/pulsar that referenced this pull request Feb 12, 2025
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
Co-authored-by: Lari Hotari <lhotari@users.noreply.github.com>
nodece added a commit to ascentstream/pulsar that referenced this pull request Feb 13, 2025
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 Feb 17, 2025
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.

3 participants