Skip to content

inc_os_autosd to os_autosd#199

Open
odra wants to merge 2 commits into
eclipse-score:mainfrom
odra:os-autosd
Open

inc_os_autosd to os_autosd#199
odra wants to merge 2 commits into
eclipse-score:mainfrom
odra:os-autosd

Conversation

@odra

@odra odra commented Jun 23, 2026

Copy link
Copy Markdown

Renames inc_os_autosd to os_autosd

@odra odra requested a review from a team as a code owner June 23, 2026 13:43
@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Thank you for raising a pull request to update the configuration of your GitHub organization.
You can manually add reviewers to this PR to eventually enable auto-merging.

The following conditions need to be fulfilled for auto-merging to be available:

  • valid configuration
  • approved by a project lead
  • does not require any secrets
  • does not update settings only accessible via the GitHub Web UI
  • does not remove any resource
Otterdog commands and options

You can trigger otterdog actions by commenting on this PR:

  • /otterdog team-info checks the team / org membership for the PR author
  • /otterdog validate validates the configuration change
  • /otterdog validate info validates the configuration change, printing also validation infos
  • /otterdog check-sync checks if the base ref is in sync with live settings
  • /otterdog merge merges and applies the changes if the PR is eligible for auto-merging (only accessible for the author)
  • /otterdog done notifies the self-service bot that a required manual apply operation has been performed (only accessible for members of the admin team)
  • /otterdog apply re-apply a previously failed attempt (only accessible for members of the admin team)

@eclipse-otterdog

Copy link
Copy Markdown
Contributor

The author (odra) of this PR is associated with this organization in the role of MEMBER.

Additionally, odra is a member of the following teams:

@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

Comment thread otterdog/eclipse-score.jsonnet Outdated
Comment on lines +1300 to +1322
template_repository: null,
allow_update_branch: true,
allow_rebase_merge: true,
dependabot_security_updates_enabled: false,
has_projects: true,
has_wiki: true,
code_scanning_default_setup_enabled: true,
code_scanning_default_languages+: [
"actions",
],
branch_protection_rules: [
main_branch_protection_rule
],
rulesets: [
orgs.newRepoRuleset('main') {
include_refs+: [
"refs/heads/main"
],
required_pull_request+: default_review_rule,
allows_force_pushes: false,
requires_linear_history: true,
},
],

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.

why all of that?

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.

This overwrites, hopefully reasonable, defaults with stuff that looks less reasonable ;-)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I just copied an existing one (lifecycle)

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.

can you drop all of that? Keep as before: newDependableElement, description, and now with alias. Thats it.

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.

On 2nd thought, thats not a dependable element! Thats a newInfrastructureRepo! 😆

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

done

@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

Signed-off-by: Leonardo Rossetti <lrossett@redhat.com>
@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

@antonkri antonkri self-requested a review June 29, 2026 08:53
@odra

odra commented Jun 29, 2026

Copy link
Copy Markdown
Author

/otterdog merge

@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Warning

This pull request cannot be auto-merged via /otterdog merge

  • pull request cannot be automatically merged (contains secrets, requires web UI changes, includes deletions or touches non-configuration files)

@odra odra requested a review from kairoaraujo June 29, 2026 12:49
@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Please find below the validation of the requested configuration changes:

Diff for 531da7e
Project automotive.score[github_id=eclipse-score]
!                                                                                                             
! Warning:   repository[name="os_autosd"] could not validate 'code_scanning_default_languages': failed        
!            getting languages for repo 'eclipse-score/os_autosd':                                            
!            Exception while accessing                                                                        
!            'http://otterdog-ghproxy.foundation-internal-security-otterdog.svc.cluster.local:8888/repos/ec…  
!            (status=404, body={"message":"Not                                                                
!            Found","documentation_url":"https://docs.github.com/rest/repos/repos#list-repository-languages…  
!                                                                                                             
  there have been 39 validation infos, enable verbose output to display them.

  
!   repository[name="os_autosd"] {
!     code_scanning_default_languages     = [
+      "actions"
+      "c-cpp"
!     ]
!     code_scanning_default_setup_enabled = false -> true
!     custom_properties                   = {
!       category                            = "modules" -> "infrastructure"
-      subcategory                         = "incubation"
-      subcategory                         = "incubation",
!     }
!     description                         = "Incubation repository for AutoSD Development Platform" -> "Repository
for the AutoSD Platform and associated Tooling"
!     gh_pages_build_type                 = "workflow" -> "disabled"
-    homepage                            = "https://eclipse-score.github.io/inc_os_autosd",
!     name                                = "inc_os_autosd" -> "os_autosd"
-    template_repository                 = "eclipse-score/module_template",
!   }
  
  Note: setting 'template_repository' is read-only, will be skipped.

-  remove environment[name="workflow-approval", repository=os_autosd] {
-    deployment_branch_policy = "all"
-    name                     = "workflow-approval"
-    reviewers                = [
-      "@eclipse-score/automotive-score-committers"
-    ],
-    wait_timer               = 0
-  }
  
  Plan: 0 to add, 7 to change, 1 to delete.

@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Note

The current configuration is out-of-sync with the live settings:

Diff to live settings
Project automotive.score[github_id=eclipse-score]
  there have been 40 validation infos, enable verbose output to display them.

-  remove environment[name="copilot", repository=score] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

  
!   repository[name=".github"] {
!     code_scanning_default_languages = [
-      "javascript"
+      "javascript-typescript"
-      "typescript"
!     ]
!   }

-  remove environment[name="copilot", repository=.github] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=process_description] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=baselibs] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=toolchains_gcc_packages] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=logging] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=inc_someip_gateway] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=bazel_cpp_toolchains] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=score_rust_policies] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

  
!   repository[name="more-disk-space"] {
!     code_scanning_default_languages = [
-      "javascript"
-      "typescript"
+      "javascript-typescript"
!     ]
!   }

-  remove environment[name="copilot", repository=more-disk-space] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=inc_security_crypto] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=rules_imagefs] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=score_cpp_policies] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

  
!   repository[name="cicd-actions"] {
!     code_scanning_default_languages = [
-      "javascript"
-      "typescript"
+      "javascript-typescript"
!     ]
!   }

-  remove environment[name="copilot", repository=cicd-actions] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }

-  remove environment[name="copilot", repository=qnx_unit_tests] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }
  
  Plan: 0 to add, 3 to change, 15 to delete.

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