Skip to content

Commit

Permalink
config: jkubeio renamed to eclipse-jkube plus reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Apr 22, 2024
1 parent 33a4d52 commit 002da61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -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'
};

Expand Down
2 changes: 1 addition & 1 deletion tests/comments.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '<!-- Eclipse JKube CI bot report --> This is the right one!',
Expand Down
4 changes: 2 additions & 2 deletions tests/report.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ describe('report module test suite', () => {
// Then
expect(result).toBe(`<!-- Eclipse JKube CI bot report -->
<!-- METADATA {"pr":"1337","runId":"313373"} -->
### 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)
Expand Down

0 comments on commit 002da61

Please sign in to comment.