Skip to content

Commit

Permalink
Attempt to run test build/push jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Dec 18, 2024
1 parent cb50927 commit e3c258b
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ jobs:
default: build
image:
type: string
default: docker
registry-url:
type: string
default: us-docker.pkg.dev
Expand Down Expand Up @@ -387,29 +386,6 @@ jobs:
registry-url: <<parameters.registry-url>>
tag: $GAR_TAG,latest

deploy-load-test:
docker:
- image: cimg/base:2024.06
steps:
- checkout
- attach_workspace:
at: /tmp/workspace
- setup_remote_docker
- run:
name: Load Docker Image From Workspace
command: docker load -i /tmp/workspace/autopush-locust.tar
- docker_login:
load: True
- run:
name: Push to Docker Hub
command: |
echo ${DOCKERHUB_LOAD_TEST_REPO}:${CIRCLE_SHA1}
docker tag autopush-locust ${DOCKERHUB_LOAD_TEST_REPO}:${CIRCLE_SHA1}
docker tag autopush-locust ${DOCKERHUB_LOAD_TEST_REPO}:latest
docker images
docker push "${DOCKERHUB_LOAD_TEST_REPO}:${CIRCLE_SHA1}"
docker push "${DOCKERHUB_LOAD_TEST_REPO}:latest"
workflows:
build-test-deploy:
jobs:
Expand Down Expand Up @@ -518,7 +494,7 @@ workflows:
tags:
only: /.*/
branches:
only: master
only: sync-4559
- deploy:
name: Push Notification Test Image
image: autopush-notification-test
Expand All @@ -529,7 +505,7 @@ workflows:
tags:
only: /.*/
branches:
only: master
only: sync-4559
- deploy:
name: Push Integration Test Image
image: autopush-integration-test
Expand All @@ -540,4 +516,4 @@ workflows:
tags:
only: /.*/
branches:
only: master
only: sync-4559

0 comments on commit e3c258b

Please sign in to comment.