Skip to content

Commit

Permalink
Merge pull request #6076 from shaneknapp/move-a11y-own-repo
Browse files Browse the repository at this point in the history
updates for a11y to move to new repo
  • Loading branch information
shaneknapp authored Sep 4, 2024
2 parents 9058b45 + 05bff7b commit 3306cbc
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 157 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,6 @@ jobs:
command: |
gcloud components install gke-gcloud-auth-plugin
- run:
name: Deploy a11y
command: |
hubploy deploy --timeout 30m a11y hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy astro
command: |
Expand Down Expand Up @@ -329,15 +323,6 @@ workflows:
version: 2
test-build-images:
jobs:
- hubploy/build-image:
deployment: a11y
name: a11y image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: astro
name: astro image build
Expand Down Expand Up @@ -496,15 +481,6 @@ workflows:

deploy:
jobs:
- hubploy/build-image:
deployment: a11y
name: a11y image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
- hubploy/build-image:
deployment: astro
name: astro image build
Expand Down Expand Up @@ -662,7 +638,6 @@ workflows:
# CI level, we also make prod deploys go faster!
- deploy:
requires:
- a11y image build
- astro image build
- biology image build
- cee image build
Expand Down
10 changes: 1 addition & 9 deletions deployments/a11y/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/a11y-user-image
path: image/
repo2docker:
base_image: docker.io/library/buildpack-deps:jammy
registry:
provider: gcloud
gcloud:
project: ucb-datahub-2018
service_key: gcr-key.json
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/a11y-user-image:XXXX

cluster:
provider: gcloud
Expand Down
5 changes: 5 additions & 0 deletions deployments/a11y/image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# a11y Image

This image is now located [in its own repo](https://github.com/berkeley-dsep-infra/a11y-user-image).

Please see [the contribution guide](https://github.com/berkeley-dsep-infra/a11y-user-image/blob/main/CONTRIBUTING.md) for instructions on how to propose changes to the image.
40 changes: 0 additions & 40 deletions deployments/a11y/image/apt.txt

This file was deleted.

47 changes: 0 additions & 47 deletions deployments/a11y/image/environment.yml

This file was deleted.

29 changes: 0 additions & 29 deletions deployments/a11y/image/infra-requirements.txt

This file was deleted.

7 changes: 0 additions & 7 deletions deployments/a11y/image/postBuild

This file was deleted.

0 comments on commit 3306cbc

Please sign in to comment.