diff --git a/.crow/process-updates-alpine-321-amd64.yaml b/.crow/process-updates-alpine-321-amd64.yaml index 999bc95..b22dff1 100644 --- a/.crow/process-updates-alpine-321-amd64.yaml +++ b/.crow/process-updates-alpine-321-amd64.yaml @@ -8,6 +8,9 @@ when: skip_clone: true +labels: + agent: artemis + steps: - name: 'Processing Updates' image: reg.devxy.io/rpkgs/build-env-alpine:3.21-4.4.3 @@ -70,5 +73,3 @@ steps: operator: 'Equal' value: 'true' effect: 'NoSchedule' - - diff --git a/.crow/process-updates-alpine-322-amd64.yaml b/.crow/process-updates-alpine-322-amd64.yaml index 16dd9cb..45f9287 100644 --- a/.crow/process-updates-alpine-322-amd64.yaml +++ b/.crow/process-updates-alpine-322-amd64.yaml @@ -8,6 +8,9 @@ when: skip_clone: true +labels: + agent: artemis + steps: - name: 'Processing Updates' image: reg.devxy.io/rpkgs/build-env-alpine:3.22-4.5 diff --git a/.crow/process-updates-alpine-323-amd64.yaml b/.crow/process-updates-alpine-323-amd64.yaml index fc958db..0a3206a 100644 --- a/.crow/process-updates-alpine-323-amd64.yaml +++ b/.crow/process-updates-alpine-323-amd64.yaml @@ -8,6 +8,9 @@ when: skip_clone: true +labels: + agent: artemis + steps: - name: 'Processing Updates' image: reg.devxy.io/rpkgs/build-env-alpine:3.23-4.5 diff --git a/.crow/process-updates-redhat-8-amd64.yaml b/.crow/process-updates-redhat-8-amd64.yaml index 396407c..f4a4b4f 100644 --- a/.crow/process-updates-redhat-8-amd64.yaml +++ b/.crow/process-updates-redhat-8-amd64.yaml @@ -8,6 +8,9 @@ when: skip_clone: true +labels: + agent: artemis + steps: - name: 'Processing Updates' image: reg.devxy.io/rpkgs/build-env-redhat:8-4.4.3 @@ -70,5 +73,3 @@ steps: operator: 'Equal' value: 'true' effect: 'NoSchedule' - - diff --git a/.crow/process-updates-redhat-9-amd64.yaml b/.crow/process-updates-redhat-9-amd64.yaml index a281803..1d2b80a 100644 --- a/.crow/process-updates-redhat-9-amd64.yaml +++ b/.crow/process-updates-redhat-9-amd64.yaml @@ -8,6 +8,9 @@ when: skip_clone: true +labels: + agent: artemis + steps: - name: 'Processing Updates' image: reg.devxy.io/rpkgs/build-env-redhat:9-4.4.3 @@ -71,5 +74,3 @@ steps: operator: 'Equal' value: 'true' effect: 'NoSchedule' - - diff --git a/.crow/process-updates-ubuntu-2204-amd64.yaml b/.crow/process-updates-ubuntu-2204-amd64.yaml index d9ed897..bc16fb1 100644 --- a/.crow/process-updates-ubuntu-2204-amd64.yaml +++ b/.crow/process-updates-ubuntu-2204-amd64.yaml @@ -8,6 +8,9 @@ when: skip_clone: true +labels: + agent: artemis + steps: - name: 'Processing Updates' image: reg.devxy.io/rpkgs/build-env-ubuntu:jammy-4.4.3 @@ -71,5 +74,3 @@ steps: operator: 'Equal' value: 'true' effect: 'NoSchedule' - - diff --git a/.crow/process-updates-ubuntu-2404-amd64.yaml b/.crow/process-updates-ubuntu-2404-amd64.yaml index f90f945..67f416c 100644 --- a/.crow/process-updates-ubuntu-2404-amd64.yaml +++ b/.crow/process-updates-ubuntu-2404-amd64.yaml @@ -8,6 +8,9 @@ when: skip_clone: true +labels: + agent: artemis + steps: - name: 'Processing Updates' image: reg.devxy.io/rpkgs/build-env-ubuntu:noble-4.4 @@ -70,5 +73,3 @@ steps: operator: 'Equal' value: 'true' effect: 'NoSchedule' - -