From 6ff42472828136c1482ec605cf4146cb8b9c3783 Mon Sep 17 00:00:00 2001 From: yaokl Date: Sat, 28 Jan 2023 14:14:13 +0800 Subject: [PATCH] feat: fix ci --- .github/workflows/sync.yml | 7 ++++--- config.yaml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 5f01933..a81656c 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -18,11 +18,12 @@ jobs: python-version: [3.7] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + cache: 'pip' # caching pip dependencies - name: Install dependencies run: | python -m pip install --upgrade pip @@ -35,7 +36,7 @@ jobs: sudo apt-get -y install skopeo skopeo --version - name: generate_sync_yaml - timeout-minutes: 10 + timeout-minutes: 30 run: | python generate_sync_yaml.py diff --git a/config.yaml b/config.yaml index 8f6dc9d..df71cfb 100644 --- a/config.yaml +++ b/config.yaml @@ -27,7 +27,6 @@ images: - prometheus-operator/prometheus-operator - brancz/kube-rbac-proxy k8s.gcr.io: - - conformance - dns/k8s-dns-node-cache - metrics-server/metrics-server - kube-state-metrics/kube-state-metrics @@ -41,6 +40,7 @@ images: registry.k8s.io: - pause - etcd + - conformance - kube-proxy - kube-apiserver - kube-scheduler