From f16e570d431aad2b8865a76650b4c74ccd472c11 Mon Sep 17 00:00:00 2001 From: Luis Garcia Acosta Date: Thu, 10 Oct 2024 11:14:13 +0200 Subject: [PATCH] fix for dev container artcd / elliot config files --- .devcontainer/artcd.settings.yaml | 25 +++++++++++++++++++++++++ .devcontainer/docker-compose.yaml | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 .devcontainer/artcd.settings.yaml diff --git a/.devcontainer/artcd.settings.yaml b/.devcontainer/artcd.settings.yaml new file mode 100644 index 000000000..8243548be --- /dev/null +++ b/.devcontainer/artcd.settings.yaml @@ -0,0 +1,25 @@ +[advisory] +assigned_to = "openshift-qe-errata@redhat.com" +manager = "art@redhat.com" +package_owner = "art@redhat.com" + +[build_config] +ocp_build_data_url = "https://github.com/openshift-eng//ocp-build-data.git" +ocp_build_data_repo_push_url = "git@github.com:openshift-eng//ocp-build-data.git" + +[email] +smtp_server = "smtp.corp.redhat.com" +from = "aos-art-automation@redhat.com" +reply_to = "aos-team-art@redhat.com" +cc = ["aos-art-automation@redhat.com"] +qe_notification_recipients_ocp4=["lgarciaa@redhat.com"] +qe_notification_recipients_ocp3=["lgarciaa@redhat.com"] +promote_image_list_recipients = ["lgarciaas@redhat.com"] +promote_complete_recipients = ['lgarciaa@redhat.com'] + +[jira] +url = "https://issues.redhat.com" + +[jira.templates] +ocp4 = "ART-4223" +ocp3 = "ART-4234" diff --git a/.devcontainer/docker-compose.yaml b/.devcontainer/docker-compose.yaml index 0b18d9e5f..93718c0d5 100644 --- a/.devcontainer/docker-compose.yaml +++ b/.devcontainer/docker-compose.yaml @@ -10,6 +10,8 @@ services: - ${HOME:-}${USERPROFILE:-}/.ssh:/home/dev/.ssh:ro,cached,z - ${HOME:-}${USERPROFILE:-}/.docker:/home/dev/.docker:ro,cached,z - ./doozer.settings.yaml:/home/dev/.config/doozer/settings.yaml:ro,cached,z + - ./artcd.settings.yaml:/home/dev/.config/artcd/settings.yaml:ro,cached,z + - ./elliott.settings.yaml:/home/dev/.config/elliott/settings.yaml:ro,cached,z - ../artcommon/configs/krb5-redhat.conf:/etc/krb5.conf.d/krb5-redhat.conf:ro,cached,z - ./brewkoji.conf:/etc/koji.conf.d/brewkoji.conf:ro,cached,z - dev-doozer-working-dir:/workspaces/doozer-working-dir:delegated,z