All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nightly.conf: Reorder the xe repo URLs
@ 2024-01-09 15:00 ` Thomas Hellström
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Hellström @ 2024-01-09 15:00 UTC (permalink / raw)
  To: dri-devel; +Cc: Lucas De Marchi, intel-xe, Daniel Vetter

Select the https URL by default for xe since users may not have
registered a gitlab ssh key yet, and may get confused by
the corresponding error message.

Suggested-by: Daniel Vetter <daniel@ffwll.ch>
Cc: intel-xe@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 nightly.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nightly.conf b/nightly.conf
index accd3ff2cc39..84dbdb98a99f 100644
--- a/nightly.conf
+++ b/nightly.conf
@@ -25,8 +25,8 @@ https://anongit.freedesktop.org/git/drm/drm-tip
 https://anongit.freedesktop.org/git/drm/drm-tip.git
 "
 drm_tip_repos[drm-xe]="
-ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
 https://gitlab.freedesktop.org/drm/xe/kernel.git
+ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
 "
 drm_tip_repos[drm-intel]="
 ssh://git.freedesktop.org/git/drm/drm-intel
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] nightly.conf: Reorder the xe repo URLs
@ 2024-01-09 15:00 ` Thomas Hellström
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Hellström @ 2024-01-09 15:00 UTC (permalink / raw)
  To: dri-devel; +Cc: Thomas Hellström, Lucas De Marchi, intel-xe

Select the https URL by default for xe since users may not have
registered a gitlab ssh key yet, and may get confused by
the corresponding error message.

Suggested-by: Daniel Vetter <daniel@ffwll.ch>
Cc: intel-xe@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 nightly.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nightly.conf b/nightly.conf
index accd3ff2cc39..84dbdb98a99f 100644
--- a/nightly.conf
+++ b/nightly.conf
@@ -25,8 +25,8 @@ https://anongit.freedesktop.org/git/drm/drm-tip
 https://anongit.freedesktop.org/git/drm/drm-tip.git
 "
 drm_tip_repos[drm-xe]="
-ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
 https://gitlab.freedesktop.org/drm/xe/kernel.git
+ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
 "
 drm_tip_repos[drm-intel]="
 ssh://git.freedesktop.org/git/drm/drm-intel
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] nightly.conf: Reorder the xe repo URLs
  2024-01-09 15:00 ` Thomas Hellström
@ 2024-01-09 15:28   ` Lucas De Marchi
  -1 siblings, 0 replies; 5+ messages in thread
From: Lucas De Marchi @ 2024-01-09 15:28 UTC (permalink / raw)
  To: Thomas Hellström; +Cc: Daniel Vetter, intel-xe, dri-devel

On Tue, Jan 09, 2024 at 04:00:15PM +0100, Thomas Hellström wrote:
>Select the https URL by default for xe since users may not have
>registered a gitlab ssh key yet, and may get confused by
>the corresponding error message.
>
>Suggested-by: Daniel Vetter <daniel@ffwll.ch>
>Cc: intel-xe@lists.freedesktop.org
>Cc: Lucas De Marchi <lucas.demarchi@intel.com>
>Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>


Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>

Lucas De Marchi

>---
> nightly.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/nightly.conf b/nightly.conf
>index accd3ff2cc39..84dbdb98a99f 100644
>--- a/nightly.conf
>+++ b/nightly.conf
>@@ -25,8 +25,8 @@ https://anongit.freedesktop.org/git/drm/drm-tip
> https://anongit.freedesktop.org/git/drm/drm-tip.git
> "
> drm_tip_repos[drm-xe]="
>-ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
> https://gitlab.freedesktop.org/drm/xe/kernel.git
>+ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
> "
> drm_tip_repos[drm-intel]="
> ssh://git.freedesktop.org/git/drm/drm-intel
>-- 
>2.43.0
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] nightly.conf: Reorder the xe repo URLs
@ 2024-01-09 15:28   ` Lucas De Marchi
  0 siblings, 0 replies; 5+ messages in thread
From: Lucas De Marchi @ 2024-01-09 15:28 UTC (permalink / raw)
  To: Thomas Hellström; +Cc: intel-xe, dri-devel

On Tue, Jan 09, 2024 at 04:00:15PM +0100, Thomas Hellström wrote:
>Select the https URL by default for xe since users may not have
>registered a gitlab ssh key yet, and may get confused by
>the corresponding error message.
>
>Suggested-by: Daniel Vetter <daniel@ffwll.ch>
>Cc: intel-xe@lists.freedesktop.org
>Cc: Lucas De Marchi <lucas.demarchi@intel.com>
>Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>


Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>

Lucas De Marchi

>---
> nightly.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/nightly.conf b/nightly.conf
>index accd3ff2cc39..84dbdb98a99f 100644
>--- a/nightly.conf
>+++ b/nightly.conf
>@@ -25,8 +25,8 @@ https://anongit.freedesktop.org/git/drm/drm-tip
> https://anongit.freedesktop.org/git/drm/drm-tip.git
> "
> drm_tip_repos[drm-xe]="
>-ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
> https://gitlab.freedesktop.org/drm/xe/kernel.git
>+ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
> "
> drm_tip_repos[drm-intel]="
> ssh://git.freedesktop.org/git/drm/drm-intel
>-- 
>2.43.0
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* ✗ CI.Patch_applied: failure for nightly.conf: Reorder the xe repo URLs
  2024-01-09 15:00 ` Thomas Hellström
  (?)
  (?)
@ 2024-01-09 16:36 ` Patchwork
  -1 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2024-01-09 16:36 UTC (permalink / raw)
  To: Thomas Hellström; +Cc: intel-xe

== Series Details ==

Series: nightly.conf: Reorder the xe repo URLs
URL   : https://patchwork.freedesktop.org/series/128378/
State : failure

== Summary ==

=== Applying kernel patches on branch 'drm-xe-next' with base: ===
Base commit: 1e4b117d9 drm/xe/guc: Only take actions in CT irq handler if CTs are enabled
=== git am output follows ===
error: nightly.conf: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Applying: nightly.conf: Reorder the xe repo URLs
Patch failed at 0001 nightly.conf: Reorder the xe repo URLs
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-09 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 15:00 [PATCH] nightly.conf: Reorder the xe repo URLs Thomas Hellström
2024-01-09 15:00 ` Thomas Hellström
2024-01-09 15:28 ` Lucas De Marchi
2024-01-09 15:28   ` Lucas De Marchi
2024-01-09 16:36 ` ✗ CI.Patch_applied: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.