Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atomic-system-containers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
atomic-system-containers
Commits
cc895f99
Commit
cc895f99
authored
5 years ago
by
Diogo Filipe Tomas Guerra
Committed by
Spyridon Trigazis
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplicated sync
Check prometheus_prometheus-operator_sync line 166
parent
cb9a81ab
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1124215
failed
5 years ago
Stage: image_sync
Changes
1
Pipelines
12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+24
-8
24 additions, 8 deletions
.gitlab-ci.yml
with
24 additions
and
8 deletions
.gitlab-ci.yml
+
24
−
8
View file @
cc895f99
...
...
@@ -307,14 +307,6 @@ helm_client_sync:
only
:
-
schedules
prometheus-operator_sync
:
stage
:
image_sync
image
:
gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
script
:
-
./sync_image.sh "quay.io/coreos/prometheus-operator:v0.30.1"
only
:
-
schedules
k8s.gcr.io/defaultbackend_sync
:
stage
:
image_sync
image
:
gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
...
...
@@ -362,3 +354,27 @@ quay.io/cephcsi/cephcsi_sync:
-
./sync_image.sh "quay.io/cephcsi/cephcsi:canary"
only
:
-
schedules
docker.io/calico/typha_sync
:
stage
:
image_sync
image
:
gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
script
:
-
./sync_image.sh "docker.io/calico/typha:latest"
only
:
-
schedules
docker.io/calico/node_sync
:
stage
:
image_sync
image
:
gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
script
:
-
./sync_image.sh "docker.io/calico/node:latest"
only
:
-
schedules
docker.io/calico/cni_sync
:
stage
:
image_sync
image
:
gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
script
:
-
./sync_image.sh "docker.io/calico/cni:latest"
only
:
-
schedules
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment