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

Enable delete_branch_on_merge for AQA test repos #72

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,12 @@ orgs.newOrg('adoptium') {
newAQAvitRepo('STF') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "The System Test Framework for executing https://github.com/adoptium/aqa-systemtest",
},
newAQAvitRepo('TKG') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "TestKitGen (TKG)",
branch_protection_rules: [
orgs.newBranchProtectionRule('master'),
Expand Down Expand Up @@ -291,19 +289,16 @@ orgs.newOrg('adoptium') {
newAQAvitRepo('aqa-systemtest') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "Java load testing and other full system application tests",
},
newAQAvitRepo('aqa-test-tools') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "Home of Test Results Summary Service (TRSS) and PerfNext. These tools are designed to improve our ability to monitor and triage tests at the Adoptium project. The code is generic enough that it is extensible for use by any project that needs to monitor multiple CI servers and aggregate their results.",
},
newAQAvitRepo('aqa-tests') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "Home of test infrastructure for Adoptium builds",
homepage: "https://adoptium.net/aqavit",
topics+: [
Expand Down Expand Up @@ -695,7 +690,6 @@ orgs.newOrg('adoptium') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Long running J9 tests",
private_vulnerability_reporting_enabled: true,
Expand Down