-
Notifications
You must be signed in to change notification settings - Fork 31
Support deployment_config/working_dir value #356
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
Open
TimoSteuerwaldETAS
wants to merge
37
commits into
eclipse-score:main
Choose a base branch
from
etas-contrib:feature/honor-deployment-config-working-dir
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
c33cfcb
Add stub for test sandbox options
TimoSteuerwaldETAS ad31e4a
First attempt with opencode
TimoSteuerwaldETAS d7ab821
Patch the docker environment
TimoSteuerwaldETAS f8899a2
Update known_limitations.rst
TimoSteuerwaldETAS 872b274
Finish support for setting the working dir
TimoSteuerwaldETAS bb15acf
Stabilize utility function
TimoSteuerwaldETAS 9117e31
Fix config mapping tests
TimoSteuerwaldETAS d4f8e9b
Add config mapping tests to the pipeline
TimoSteuerwaldETAS 4a0421b
Add check for scheduling priority / policy
TimoSteuerwaldETAS 9785173
Remove not needed debug files
TimoSteuerwaldETAS ea0c3eb
Tiny modifications and comment
TimoSteuerwaldETAS 144a472
Remove double replacement if working_dir is not set
TimoSteuerwaldETAS d91475c
Fix formatting
TimoSteuerwaldETAS a632a38
Revert no longer needed patch for score_itf
TimoSteuerwaldETAS 9d0bbcb
Test different variations of working_dir presence
TimoSteuerwaldETAS 0f364a5
Parameterize sandbox_options_process executable
TimoSteuerwaldETAS aabaacf
Remove exports_files, which has been added by fault
TimoSteuerwaldETAS 78a784e
kill with SIGKILL
TimoSteuerwaldETAS 9f5f0f1
Test more scheduling params
TimoSteuerwaldETAS a878311
Introduce get_working_dir
TimoSteuerwaldETAS f5845ee
Adapt user guide for param working_dir
TimoSteuerwaldETAS b76e7ee
Drop not needed empty param
TimoSteuerwaldETAS a4d29a9
Provide path to schema file as build parameter
TimoSteuerwaldETAS f3b90f2
Add option is_self_terminating = true to sandbox_options processes
TimoSteuerwaldETAS bac65be
Drop switch back to startup
TimoSteuerwaldETAS e91ebb8
Fix formatting
TimoSteuerwaldETAS 948683d
Add header guard
TimoSteuerwaldETAS 550fdd2
Move verify function to verify_sandbox.hpp
TimoSteuerwaldETAS e68d955
Add scheduling priority to process b and add process c
TimoSteuerwaldETAS 0fb587c
Be more explicit during shutdown
TimoSteuerwaldETAS 5162157
Fix copyright header
TimoSteuerwaldETAS b84c046
Assert default working_dir in sandbox_options_process_c
TimoSteuerwaldETAS d3e845a
Update to itf 0.5.0
TimoSteuerwaldETAS d345e01
Rework to have test steps visible in cpp file
TimoSteuerwaldETAS 12592d1
Add timeout option to prevent warning
TimoSteuerwaldETAS 120e54d
Remove duplication in build file
TimoSteuerwaldETAS 2cb996f
Add capability SYS_NICE to devcontainer
TimoSteuerwaldETAS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,18 @@ | ||
| # ******************************************************************************* | ||
| # Copyright (c) 2026 Contributors to the Eclipse Foundation | ||
| # | ||
| # See the NOTICE file(s) distributed with this work for additional | ||
| # information regarding copyright ownership. | ||
| # | ||
| # This program and the accompanying materials are made available under the | ||
| # terms of the Apache License Version 2.0 which is available at | ||
| # https://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # ******************************************************************************* | ||
|
|
||
| exports_files(["hedron_compile_commands_env_vars.patch"]) | ||
|
|
||
| exports_files(["score_bazel_tools.patch"]) | ||
|
|
||
| exports_files(["score_bazel_tools_python.patch"]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.