All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] GitLab: Remove tags for sandbox_noinst tests
@ 2021-05-21 19:59 Harm Berntsen
  2021-05-24  9:51 ` Pratyush Yadav
  2021-05-27 11:42 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Harm Berntsen @ 2021-05-21 19:59 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Harm Berntsen, Simon Glass

Commit 712cc962b70d ("GitLab: Remove "tags" stanzas") removed the 'all'
tag from all the jobs. The sandbox_noinst_test.py test was added in
between the author date and commit date (commit 6c914e4232cd
("azure/gitlab: Add tests for sandbox_noinst")) which is probably why it
still contains the tags. This commit fixes that so all jobs now don't
require tags on the GitLab runners.

Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
CC: Simon Glass <sjg@chromium.org>
---

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bff487404f..4e21fca10f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -189,7 +189,6 @@ sandbox_spl test.py:
   <<: *buildman_and_testpy_dfn
 
 sandbox_noinst_test.py:
-  tags: [ 'all' ]
   variables:
     TEST_PY_BD: "sandbox_noinst"
     TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
-- 
2.31.1


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

* Re: [PATCH] GitLab: Remove tags for sandbox_noinst tests
  2021-05-21 19:59 [PATCH] GitLab: Remove tags for sandbox_noinst tests Harm Berntsen
@ 2021-05-24  9:51 ` Pratyush Yadav
  2021-05-27 11:42 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Pratyush Yadav @ 2021-05-24  9:51 UTC (permalink / raw)
  To: Harm Berntsen; +Cc: Tom Rini, u-boot, Simon Glass

On 21/05/21 09:59PM, Harm Berntsen wrote:
> Commit 712cc962b70d ("GitLab: Remove "tags" stanzas") removed the 'all'
> tag from all the jobs. The sandbox_noinst_test.py test was added in
> between the author date and commit date (commit 6c914e4232cd
> ("azure/gitlab: Add tests for sandbox_noinst")) which is probably why it
> still contains the tags. This commit fixes that so all jobs now don't
> require tags on the GitLab runners.

I have been running this diff locally for some time now to allow GitLab 
runners to complete the tests. Not well versed enough with these CI/CD 
tools to know if this was a good idea or not so I never sent a patch.

Acked-by: Pratyush Yadav <p.yadav@ti.com>

-- 
Regards,
Pratyush Yadav
Texas Instruments Inc.

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

* Re: [PATCH] GitLab: Remove tags for sandbox_noinst tests
  2021-05-21 19:59 [PATCH] GitLab: Remove tags for sandbox_noinst tests Harm Berntsen
  2021-05-24  9:51 ` Pratyush Yadav
@ 2021-05-27 11:42 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-05-27 11:42 UTC (permalink / raw)
  To: Harm Berntsen; +Cc: u-boot, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

On Fri, May 21, 2021 at 09:59:45PM +0200, Harm Berntsen wrote:

> Commit 712cc962b70d ("GitLab: Remove "tags" stanzas") removed the 'all'
> tag from all the jobs. The sandbox_noinst_test.py test was added in
> between the author date and commit date (commit 6c914e4232cd
> ("azure/gitlab: Add tests for sandbox_noinst")) which is probably why it
> still contains the tags. This commit fixes that so all jobs now don't
> require tags on the GitLab runners.
> 
> Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
> CC: Simon Glass <sjg@chromium.org>
> Acked-by: Pratyush Yadav <p.yadav@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2021-05-27 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 19:59 [PATCH] GitLab: Remove tags for sandbox_noinst tests Harm Berntsen
2021-05-24  9:51 ` Pratyush Yadav
2021-05-27 11:42 ` Tom Rini

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.