-
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
47
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.
+946
−108
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
47e4289
Add stub for test sandbox options
TimoSteuerwaldETAS 0f85f37
First attempt with opencode
TimoSteuerwaldETAS 58aa138
Patch the docker environment
TimoSteuerwaldETAS f1518e6
Update known_limitations.rst
TimoSteuerwaldETAS 734c4cd
Finish support for setting the working dir
TimoSteuerwaldETAS b60b14d
Stabilize utility function
TimoSteuerwaldETAS cd3af39
Fix config mapping tests
TimoSteuerwaldETAS 80d6224
Add config mapping tests to the pipeline
TimoSteuerwaldETAS 0b473cb
Add check for scheduling priority / policy
TimoSteuerwaldETAS 96a282a
Remove not needed debug files
TimoSteuerwaldETAS 9b58c52
Tiny modifications and comment
TimoSteuerwaldETAS 93250f7
Remove double replacement if working_dir is not set
TimoSteuerwaldETAS af1c888
Fix formatting
TimoSteuerwaldETAS d2e4381
Revert no longer needed patch for score_itf
TimoSteuerwaldETAS f8476aa
Test different variations of working_dir presence
TimoSteuerwaldETAS 7395420
Parameterize sandbox_options_process executable
TimoSteuerwaldETAS 2dcac91
Remove exports_files, which has been added by fault
TimoSteuerwaldETAS af6274a
kill with SIGKILL
TimoSteuerwaldETAS c4ad106
Test more scheduling params
TimoSteuerwaldETAS 58c475d
Introduce get_working_dir
TimoSteuerwaldETAS 25e857b
Adapt user guide for param working_dir
TimoSteuerwaldETAS df1651b
Drop not needed empty param
TimoSteuerwaldETAS 9d32c49
Provide path to schema file as build parameter
TimoSteuerwaldETAS 66cac30
Add option is_self_terminating = true to sandbox_options processes
TimoSteuerwaldETAS c5ce909
Drop switch back to startup
TimoSteuerwaldETAS c8eee88
Fix formatting
TimoSteuerwaldETAS 27040f5
Add header guard
TimoSteuerwaldETAS 36d60fc
Move verify function to verify_sandbox.hpp
TimoSteuerwaldETAS e82cb71
Add scheduling priority to process b and add process c
TimoSteuerwaldETAS c4fd3d9
Be more explicit during shutdown
TimoSteuerwaldETAS bece241
Fix copyright header
TimoSteuerwaldETAS 7583f91
Assert default working_dir in sandbox_options_process_c
TimoSteuerwaldETAS b2c97c4
Update to itf 0.5.0
TimoSteuerwaldETAS d23869a
Rework to have test steps visible in cpp file
TimoSteuerwaldETAS ea9c716
Add timeout option to prevent warning
TimoSteuerwaldETAS 0769a62
Remove duplication in build file
TimoSteuerwaldETAS 089aa02
Add capability SYS_NICE to devcontainer
TimoSteuerwaldETAS 64bc785
Get rid of explicit file names
TimoSteuerwaldETAS 8b9acb0
Have proxy available at all steps
TimoSteuerwaldETAS 9e44e31
Get rid of outdated env variables
TimoSteuerwaldETAS 50d1321
Rework verification_process incl. debugging output
TimoSteuerwaldETAS 2552a53
Get rid of control_daemon_mock.cpp
TimoSteuerwaldETAS 896e67e
Fix and cleanup test
TimoSteuerwaldETAS 08a36df
Fix documentation
TimoSteuerwaldETAS 1a4c964
Drop Off Run Target
TimoSteuerwaldETAS 21c95c2
Format fix
TimoSteuerwaldETAS ca35c57
Revert heavy modifications in devcontainer.json
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,14 @@ | ||
| exports_files(["hedron_compile_commands_env_vars.patch"]) | ||
| # ******************************************************************************* | ||
| # 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(["*.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.