Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DH-301] testing PR creation step for logodev image build from it's own repo #5894

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@ jobs:
hubploy deploy --timeout 30m julia hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy logodev
command: |
hubploy deploy --timeout 30m logodev hub ${CIRCLE_BRANCH}
no_output_timeout: 30m
# - run:
# name: Deploy logodev
# command: |
# hubploy deploy --timeout 30m logodev hub ${CIRCLE_BRANCH}
# no_output_timeout: 30m

- run:
name: Deploy prob140
Expand Down Expand Up @@ -581,15 +581,15 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: logodev
name: logodev hub image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
# - hubploy/build-image:
# deployment: logodev
# name: logodev hub image build
# # Filters can only be per-job? wtf
# filters:
# branches:
# ignore:
# - staging
# - prod
- hubploy/build-image:
deployment: publichealth
name: publichealth image build
Expand Down Expand Up @@ -754,15 +754,15 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: logodev
name: logodev image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
# - hubploy/build-image:
# deployment: logodev
# name: logodev image build
# push: true
# # Filters can only be per-job? wtf
# filters:
# branches:
# only:
# - staging
- hubploy/build-image:
deployment: publichealth
name: publichealth image build
Expand Down Expand Up @@ -819,7 +819,7 @@ workflows:
- eecs image build
- ischool image build
- julia hub image build
- logodev image build
# - logodev image build
- publichealth image build
- shiny image build
- stat159 image build
Expand Down
2 changes: 1 addition & 1 deletion deployments/logodev/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
images:
# temporary update
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/logodev-user-image
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/logodev-user-image:a02e39fbaedb
path: image/
repo2docker:
base_image: docker.io/library/buildpack-deps:jammy
Expand Down
Loading