Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ check_preflight_redhat_image:
- when: never
needs:
- "publish_redhat_public_tag"
tags: ["runner:docker", "size:large"]
tags: ["docker-in-docker:amd64", "size:large"]
image: $JOB_DOCKER_IMAGE
script:
- apt-get update && apt-get -y install --no-install-recommends build-essential git awscli && apt-get -y clean && rm -rf /var/lib/apt/lists/*
Expand All @@ -743,7 +743,7 @@ submit_preflight_redhat_image:
- when: never
needs:
- "publish_redhat_public_tag"
tags: ["runner:docker", "size:large"]
tags: ["docker-in-docker:amd64", "size:large"]
image: $JOB_DOCKER_IMAGE
script:
- apt-get update && apt-get -y install --no-install-recommends build-essential git awscli && apt-get -y clean && rm -rf /var/lib/apt/lists/*
Expand All @@ -762,7 +762,7 @@ publish_community_operators:
# preflight submission can be retried locally followed by this manual job trigger in the pipeline
# needs:
# - "submit_preflight_redhat_image"
tags: ["runner:docker", "size:large"]
tags: ["docker-in-docker:amd64", "size:large"]
image: $OCTO_JOB_DOCKER_IMAGE
id_tokens:
DDOCTOSTS_ID_TOKEN:
Expand Down
Loading