Skip to content

Commit

Permalink
ci: add ubuntu to allow list (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Jul 28, 2024
1 parent 3251792 commit ff77914
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/patch-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
rekor.sigstore.dev:443
storage.googleapis.com:443
tuf-repo-cdn.sigstore.dev:443
deb.debian.org:80
*.ubuntu.com:80
*.blob.core.windows.net:443
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
storage.googleapis.com:443
*.blob.core.windows.net:443
*.azureedge.net:443
deb.debian.org:80
*.ubuntu.com:80
developer.download.nvidia.com:443
ghcr.io:443
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
storage.googleapis.com:443
*.blob.core.windows.net:443
*.azureedge.net:443
deb.debian.org:80
developer.download.nvidia.com:443
dl-cdn.alpinelinux.org:443
*.ubuntu.com:80
Expand Down Expand Up @@ -193,7 +192,7 @@ jobs:
storage.googleapis.com:443
*.blob.core.windows.net:443
*.azureedge.net:443
deb.debian.org:80
*.ubuntu.com:80
developer.download.nvidia.com:443
dl-cdn.alpinelinux.org:443
registry.ollama.ai:443
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
proxy.golang.org:443
registry-1.docker.io:443
storage.googleapis.com:443
deb.debian.org:80
*.ubuntu.com:80
developer.download.nvidia.com:443
get.helm.sh:443
*.blob.core.windows.net:443
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
proxy.golang.org:443
registry-1.docker.io:443
storage.googleapis.com:443
deb.debian.org:80
*.ubuntu.com:80
developer.download.nvidia.com:443
get.helm.sh:443
*.blob.core.windows.net:443
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
tuf-repo-cdn.sigstore.dev:443
sertaccdnvs.azureedge.net:443
developer.download.nvidia.com:443
deb.debian.org:80
*.ubuntu.com:80
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down

0 comments on commit ff77914

Please sign in to comment.