diff mbox series

[v3,17/30] gitlab-ci: Fix the change rules after moving the YML files

Message ID 20200626181357.26211-18-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next (gitlab, vm, docker) | expand

Commit Message

Alex Bennée June 26, 2020, 6:13 p.m. UTC
From: Thomas Huth <thuth@redhat.com>


The edk2.yml and opensbi.yml files have recently been moved/renamed,
but the change has not been reflected in the rules in the YML files
yet.

Fixes: 922febe2af ("Move edk2 and opensbi YAML files to .gitlab-ci.d folder")
Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Message-Id: <20200625151627.24986-1-thuth@redhat.com>
---
 .gitlab-ci.d/edk2.yml    | 2 +-
 .gitlab-ci.d/opensbi.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.20.1

Comments

Laszlo Ersek July 2, 2020, 7:42 a.m. UTC | #1
On 06/26/20 20:13, Alex Bennée wrote:
> From: Thomas Huth <thuth@redhat.com>

> 

> The edk2.yml and opensbi.yml files have recently been moved/renamed,

> but the change has not been reflected in the rules in the YML files

> yet.

> 

> Fixes: 922febe2af ("Move edk2 and opensbi YAML files to .gitlab-ci.d folder")

> Signed-off-by: Thomas Huth <thuth@redhat.com>

> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> Message-Id: <20200625151627.24986-1-thuth@redhat.com>

> ---

>  .gitlab-ci.d/edk2.yml    | 2 +-

>  .gitlab-ci.d/opensbi.yml | 2 +-

>  2 files changed, 2 insertions(+), 2 deletions(-)

> 

> diff --git a/.gitlab-ci.d/edk2.yml b/.gitlab-ci.d/edk2.yml

> index 088ba4b43a3..a9990b71475 100644

> --- a/.gitlab-ci.d/edk2.yml

> +++ b/.gitlab-ci.d/edk2.yml

> @@ -2,7 +2,7 @@ docker-edk2:

>   stage: build

>   rules: # Only run this job when the Dockerfile is modified

>   - changes:

> -   - .gitlab-ci-edk2.yml

> +   - .gitlab-ci.d/edk2.yml

>     - .gitlab-ci.d/edk2/Dockerfile

>     when: always

>   image: docker:19.03.1

> diff --git a/.gitlab-ci.d/opensbi.yml b/.gitlab-ci.d/opensbi.yml

> index dd051c01245..6a1750784ac 100644

> --- a/.gitlab-ci.d/opensbi.yml

> +++ b/.gitlab-ci.d/opensbi.yml

> @@ -2,7 +2,7 @@ docker-opensbi:

>   stage: build

>   rules: # Only run this job when the Dockerfile is modified

>   - changes:

> -   - .gitlab-ci-opensbi.yml

> +   - .gitlab-ci.d/opensbi.yml

>     - .gitlab-ci.d/opensbi/Dockerfile

>     when: always

>   image: docker:19.03.1

> 


Reviewed-by: Laszlo Ersek <lersek@redhat.com>
diff mbox series

Patch

diff --git a/.gitlab-ci.d/edk2.yml b/.gitlab-ci.d/edk2.yml
index 088ba4b43a3..a9990b71475 100644
--- a/.gitlab-ci.d/edk2.yml
+++ b/.gitlab-ci.d/edk2.yml
@@ -2,7 +2,7 @@  docker-edk2:
  stage: build
  rules: # Only run this job when the Dockerfile is modified
  - changes:
-   - .gitlab-ci-edk2.yml
+   - .gitlab-ci.d/edk2.yml
    - .gitlab-ci.d/edk2/Dockerfile
    when: always
  image: docker:19.03.1
diff --git a/.gitlab-ci.d/opensbi.yml b/.gitlab-ci.d/opensbi.yml
index dd051c01245..6a1750784ac 100644
--- a/.gitlab-ci.d/opensbi.yml
+++ b/.gitlab-ci.d/opensbi.yml
@@ -2,7 +2,7 @@  docker-opensbi:
  stage: build
  rules: # Only run this job when the Dockerfile is modified
  - changes:
-   - .gitlab-ci-opensbi.yml
+   - .gitlab-ci.d/opensbi.yml
    - .gitlab-ci.d/opensbi/Dockerfile
    when: always
  image: docker:19.03.1