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

new pipelines 1.13 changes #2087

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

rcerven
Copy link
Member

@rcerven rcerven commented Feb 27, 2024

Maintainers will complete the following section

  • Commit messages are descriptive enough
  • Code coverage from testing does not decrease and new code is covered
  • Python type annotations added to new code
  • JSON/YAML configuration changes are updated in the relevant schema
  • Changes to metadata also update the documentation for the metadata
  • Pull request has a link to an osbs-docs PR for user documentation updates
  • New feature can be disabled from a configuration file

@rcerven rcerven changed the title finally results are referenced differently new pipelines 1.13 changes Feb 27, 2024
@rcerven rcerven changed the title new pipelines 1.13 changes [WIP] new pipelines 1.13 changes Feb 28, 2024
@rcerven rcerven changed the title [WIP] new pipelines 1.13 changes [WIP] new pipelines 1.13 changes adfasdfa Mar 1, 2024
@rcerven rcerven changed the title [WIP] new pipelines 1.13 changes adfasdfa [WIP] new pipelines 1.13 changes Mar 1, 2024
@rcerven rcerven force-pushed the pipelines13 branch 4 times, most recently from a4afbb3 to b5e3a57 Compare March 1, 2024 20:33
Comment on lines -113 to +114
build_host = self._get_hostname_for_platform(platform)
build_host = json.loads(self._get_hostname_for_platform(platform))
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this change needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

all in results are json dumps, this one is string and it wasn't needed before, so something changed with results storing string in tekton

@rcerven rcerven changed the title [WIP] new pipelines 1.13 changes new pipelines 1.13 changes Mar 4, 2024
* STONEBLD-2192

Signed-off-by: Robert Cerven <[email protected]>
@rcerven rcerven merged commit ef19217 into containerbuildsystem:master Mar 4, 2024
11 of 14 checks passed
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