Skip to content

Fix nightly release#42983

Merged
jschwe merged 3 commits into
servo:mainfrom
jschwe:jschwender/fix-nightly
Mar 3, 2026
Merged

Fix nightly release#42983
jschwe merged 3 commits into
servo:mainfrom
jschwe:jschwender/fix-nightly

Conversation

@jschwe
Copy link
Copy Markdown
Member

@jschwe jschwe commented Mar 3, 2026

Renaming the openharmony build job in #42929 caused artifact_ids to be empty, which caused release failures.
Additionally, we add a validation step to the upload workflow, to quickly pinpoint the issue of a missing input parameter,
since apparently github won't throw an error if a required input parameter is empty.
This should make it easier to pinpoint the issue if it happens again.

Testing: Not tested.

jschwe added 2 commits March 3, 2026 11:16
Renaming the job in servo#42929 caused artifact_ids to be empty, which caused
release failures.

Signed-off-by: Jonathan Schwender <[email protected]>
This will make it easier to identify missing artifact IDs if the problem occurs again.

Signed-off-by: Jonathan Schwender <[email protected]>
@jschwe jschwe requested a review from sagudev as a code owner March 3, 2026 10:20
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Mar 3, 2026
@jschwe jschwe requested review from mukilan and removed request for sagudev March 3, 2026 10:20
Comment thread .github/workflows/upload_release.yml Outdated
run: |
if [[ -z "${{ inputs.artifact_ids }}" ]]; then
echo "Error: No artifact IDs provided."
echo "Help: Check the calling workflow's inputs.artifact_ids parameter, usually created by a build workflow."
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should this say calling workflow's output.artifact_ids as the value is set in the output in the caller?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Thanks for catching.

@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Mar 3, 2026
Signed-off-by: Jonathan Schwender <[email protected]>
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Mar 3, 2026
@jschwe jschwe enabled auto-merge March 3, 2026 13:31
@jschwe jschwe added this pull request to the merge queue Mar 3, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Mar 3, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 3, 2026
@servo-highfive servo-highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Mar 3, 2026
@jschwe jschwe added this pull request to the merge queue Mar 3, 2026
@servo-highfive servo-highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Mar 3, 2026
Merged via the queue into servo:main with commit 27fb334 Mar 3, 2026
39 checks passed
@jschwe jschwe deleted the jschwender/fix-nightly branch March 3, 2026 15:24
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Mar 3, 2026
jschwe added a commit to jschwe/servo that referenced this pull request Mar 9, 2026
Renaming the openharmony build job in servo#42929 caused artifact_ids to be
empty, which caused release failures.
Additionally, we add a validation step to the upload workflow, to
quickly pinpoint the issue of a missing input parameter,
since apparently github won't throw an error if a required input
parameter is empty.
This should make it easier to pinpoint the issue if it happens again.

Testing: Not tested.

---------

Signed-off-by: Jonathan Schwender <[email protected]>
(cherry picked from commit 27fb334)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants