From 002da61e564f5463fc8e0d5a683c7c470eef23f3 Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Mon, 22 Apr 2024 16:13:10 +0200 Subject: [PATCH] config: jkubeio renamed to eclipse-jkube plus reorg --- src/config.js | 6 +++--- tests/comments.test.js | 2 +- tests/report.test.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config.js b/src/config.js index b04c87f..f2da203 100644 --- a/src/config.js +++ b/src/config.js @@ -1,13 +1,13 @@ const DEFAULT_CONFIG_VALUES = { ciOwner: 'jkubeio', ciRepo: 'ci', - ciRepoUrl: 'https://github.com/jkubeio/ci', - itRepoGit: 'https://github.com/jkubeio/jkube-integration-tests.git', + ciRepoUrl: 'https://github.com/eclipse-jkube/ci', + itRepoGit: 'https://github.com/eclipse-jkube/jkube-integration-tests.git', itRevision: 'main', jkubeDir: 'jkube', jkubeITDir: 'jkube-it', user: 'manusa', - owner: 'eclipse', + owner: 'eclipse-jkube', repo: 'jkube' }; diff --git a/tests/comments.test.js b/tests/comments.test.js index 936af22..023fb40 100644 --- a/tests/comments.test.js +++ b/tests/comments.test.js @@ -23,7 +23,7 @@ describe('comments module test suite', () => { test('getReportComment', async () => { const result = await comments.getReportComment(); expect(octokit.issues.listComments) - .toHaveBeenCalledWith({'owner': 'eclipse', 'repo': 'jkube', 'issue_number': "1337"}); + .toHaveBeenCalledWith({'owner': 'eclipse-jkube', 'repo': 'jkube', 'issue_number': "1337"}); expect(result).toMatchObject({ id: 13373, body: ' This is the right one!', diff --git a/tests/report.test.js b/tests/report.test.js index 68d3b29..cecd9e2 100644 --- a/tests/report.test.js +++ b/tests/report.test.js @@ -18,9 +18,9 @@ describe('report module test suite', () => { // Then expect(result).toBe(` -### Eclipse JKube [CI Report](https://github.com/jkubeio/ci) +### Eclipse JKube [CI Report](https://github.com/eclipse-jkube/ci) -Started new GH workflow run for https://github.com/eclipse/jkube/pull/1337 (_2015-10-21T04:29:00.000Z_) +Started new GH workflow run for https://github.com/eclipse-jkube/jkube/pull/1337 (_2015-10-21T04:29:00.000Z_) :gear: [JKube E2E Tests Mocked (313373)](https://github.com/jkubeio/ci/actions/runs/313373) :heavy_check_mark: - :heavy_check_mark: [Bootstrap CI test run (#1337)](https://github.com/jkubeio/ci/runs/13371)