Skip to content

Commit

Permalink
try to fix scorecard tests (again) (#824)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Gerstmayr <[email protected]>
  • Loading branch information
andreasgerstmayr authored Mar 4, 2024
1 parent 9178423 commit d51687b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@ jobs:
env:
KUBE_VERSION: ${{ matrix.kube-version }}
run: |
# fix for https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3_amd64.deb
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3_amd64.deb
# attempt to fix https://github.com/grafana/tempo-operator/issues/380 by using podman instead of docker
sudo KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster --config kind-$KUBE_VERSION.yaml --wait 5m
mkdir ~/.kube
sudo cp /root/.kube/config ~/.kube/config
sudo chown $(id -u):$(id -g) ~/.kube/config
make start-kind
- name: "run community scorecard tests"
run: for i in {1..5}; do make scorecard-tests && break || sleep 10; done
Expand Down

0 comments on commit d51687b

Please sign in to comment.