Skip to content

Commit 3181a42

Browse files
authored
Merge pull request #1101 from cloudbees-oss/rename-to-cb-oss
Replace Github repo URLs
2 parents 590aae0 + 3c57151 commit 3181a42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
7171
with:
72-
args: 'Launchable CLI ${{ needs.tagpr.outputs.tag }} is released! https://github.com/launchableinc/cli/releases/tag/${{ needs.tagpr.outputs.tag }}'
72+
args: 'Launchable CLI ${{ needs.tagpr.outputs.tag }} is released! https://github.com/cloudbees-oss/smart-tests-cli/releases/tag/${{ needs.tagpr.outputs.tag }}'
7373

7474
docker:
7575
name: Push Docker image to Docker Hub

launchable/commands/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def require_session(
1919
2020
1. If the user explicitly provides the session id via the `--session` option
2121
2. If the user gives no options, the current session ID is read from the session file tied to $PWD.
22-
See https://github.com/launchableinc/cli/pull/342
22+
See https://github.com/cloudbees-oss/smart-tests-cli/pull/342
2323
"""
2424
if session:
2525
validate_session_format(session)
@@ -71,7 +71,7 @@ def find_or_create_session(
7171
7272
1. If the user explicitly provides the session id via the `--session` option
7373
2. If the user gives no options, the current session ID is read from the session file tied to $PWD,
74-
or one is created from the current build name. See https://github.com/launchableinc/cli/pull/342
74+
or one is created from the current build name. See https://github.com/cloudbees-oss/smart-tests-cli/pull/342
7575
3. The `--build` option is legacy compatible behaviour, in which case a session gets created and tied
7676
to the build. This usage still requires a locally recorded build name that must match the specified name.
7777
Kohsuke is not sure what the historical motivation for this behaviour is.

tests/commands/test_split_subset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_split_by_group_names(self):
150150
Note(Konboi):
151151
Don't know the cause, but in the Python 3.10 environment,
152152
the settings configured with responses.replace disappear on the second call.
153-
see: https://github.com/launchableinc/cli/actions/runs/11697720998/job/32576899978#step:10:88
153+
see: https://github.com/cloudbees-oss/smart-tests-cli/actions/runs/11697720998/job/32576899978#step:10:88
154154
So, to call it each time, `replace_response` was defined.
155155
"""
156156
def replace_response():

0 commit comments

Comments
 (0)