From 58ef2e5f7750a8f165ce9fb7f4a954ebce674fc3 Mon Sep 17 00:00:00 2001 From: Sudhish <108091997+skrdgraph@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:03:22 +0000 Subject: [PATCH] Update config.template.yaml (#3) RELATED TO https://github.com/dgraph-io/badger/pull/1908 --- src/config.template.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config.template.yaml b/src/config.template.yaml index 1535817..3553133 100644 --- a/src/config.template.yaml +++ b/src/config.template.yaml @@ -18,6 +18,12 @@ github_repositories: - ci-dgraph-tests - ci-dgraph-load-tests - ci-dgraph-code-coverage + - GITHUB_REPOSITORY: badger + GITHUB_OWNER: dgraph-io + SELF_HOSTED_WORKFLOWS_ARM64: + - cd-badger + SELF_HOSTED_WORKFLOWS_AMD64: + - ci-dgraph-tests orchestrator: GITHUB_RATELIMIT_TIMEWAIT_SECONDS: 300 AWS_RATELIMIT_TIMEWAIT_SECONDS: 10