Skip to content

Commit

Permalink
Merge branch 'heathj/argus' of github.com:chanzuckerberg/single-cell-…
Browse files Browse the repository at this point in the history
…explorer into heathj/argus
  • Loading branch information
jakeyheath committed Jun 3, 2024
2 parents d9e7698 + 075b871 commit aa53292
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/argus-create-stack-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Create Stack
uses: chanzuckerberg/argus-artifacts/ci/packages/create-stack@v0.8.0
uses: chanzuckerberg/argus-artifacts/ci/packages/create-stack@v0.16.0
with:
appName: single-cell-explorer
envName: rdev
2 changes: 1 addition & 1 deletion .github/workflows/argus-delete-stack-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Delete Stack
uses: chanzuckerberg/argus-artifacts/ci/packages/delete-stack@v0.8.0
uses: chanzuckerberg/argus-artifacts/ci/packages/delete-stack@v0.16.0
with:
appName: single-cell-explorer
envName: rdev
25 changes: 7 additions & 18 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
name: Docker Image Build

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Docker Image Build - rdev

on:
workflow_dispatch: {}
push:
paths-ignore:
- '.infra/**'
- '.github/**'
- '.happy/**'
- 'dev_docs/**'
- 'example-dataset/**'
branches-ignore:
- main
- push

jobs:
argus_builder:
uses: chanzuckerberg/github-actions/.github/workflows/argus-docker-build.yaml@v2.6.0
rdev_argus_builder:
uses: chanzuckerberg/github-actions/.github/workflows/argus-docker-build.yaml@v2.9.0
secrets: inherit
with:
env: rdev
branches_ignore: main,release-please--branches--main
path_filters: '!.infra/**'
envs: rdev
images: |
[
{
Expand Down
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
explorer:
image:
tag: sha-8c324d79
tag: sha-88e885e5
replicaCount: 1

0 comments on commit aa53292

Please sign in to comment.