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

Adds nightly release task for container #3944

Merged
merged 27 commits into from
Oct 7, 2024

Conversation

walmazacn
Copy link
Contributor

Description

Changes proposed in this pull request:

  • adds nightly release task for container

Related issue(s)

Resolves #3932

@JohannesDoberer JohannesDoberer self-assigned this Sep 24, 2024
Copy link
Contributor

@ndricimrr ndricimrr left a comment

Choose a reason for hiding this comment

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

Left some comments

scripts/tools/release-cli/release-cli.js Show resolved Hide resolved
scripts/tools/release-cli/release-cli.js Show resolved Hide resolved
scripts/tools/release-cli/release-cli.js Show resolved Hide resolved
scripts/tools/release-cli/replaceInAllFiles.sh Outdated Show resolved Hide resolved
Copy link
Contributor

@ndricimrr ndricimrr left a comment

Choose a reason for hiding this comment

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

Seems like

process.env.NIGHTLY === true

needs to be

process.env.NIGHTLY === 'true' as env variables seem to be taken as strings instead.

Two other old cases in this file (scripts/tools/release-cli/release-cli.js) where NIGHTLY is being checked as boolean, so you may change those as well. They didn't do any harm till now, but was outputting wrong logs.

Copy link
Contributor

@ndricimrr ndricimrr left a comment

Choose a reason for hiding this comment

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

I can't think of any other edge cases. Fine for me

Copy link
Contributor

@ndricimrr ndricimrr left a comment

Choose a reason for hiding this comment

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

last comments (hopefully 🤞 )

scripts/tools/release-cli/release-cli.js Show resolved Hide resolved
scripts/tools/publish-nightly.js Outdated Show resolved Hide resolved
@ndricimrr
Copy link
Contributor

Container nightly release was successful from this branch.

Run went well
https://github.com/SAP/luigi/actions/runs/11141008661/job/30961168990

@walmazacn walmazacn merged commit 051efa7 into main Oct 7, 2024
12 checks passed
@walmazacn walmazacn deleted the 3932-nightly-releases-for-container branch October 7, 2024 10:14
@JohannesDoberer JohannesDoberer added internal Stuff like NFRs, CI pipeline container labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
container internal Stuff like NFRs, CI pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibility to create nightly releases for container
3 participants