Skip to content

Commit

Permalink
update sleep command and release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
ritika-du committed Oct 31, 2024
1 parent 4eeb513 commit 03e43a9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@5a59ac893e45f6844d6b82eebebda31cf7da8600 # v1.2.1
with:
flavor: ${{ matrix.flavor }}
runsOn: uds-marketplace-ubuntu-big-boy-8-core
runsOn: ${{ matrix.architecture == 'arm64' && 'uds-marketplace-ubuntu-arm64-8-core' || 'uds-marketplace-ubuntu-big-boy-8-core' }}
secrets: inherit # Inherits all secrets from the parent workflow.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
type: [install, upgrade]
flavor: [upstream, registry1]
flavor: [upstream, registry1, unicorn]
uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0
with:
runsOn: uds-marketplace-ubuntu-big-boy-8-core
Expand Down
2 changes: 1 addition & 1 deletion src/wait/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ components:
name: pg-cluster
condition: "'{.status.PostgresClusterStatus}'=Running"
namespace: postgres
- cmd: sleep 10s
- cmd: sleep 10
40 changes: 20 additions & 20 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ components:
path: common
only:
flavor: upstream
cluster:
architecture: amd64
# cluster:
# architecture: amd64
charts:
- name: jira
valuesFiles:
Expand All @@ -42,8 +42,8 @@ components:
path: common
only:
flavor: registry1
cluster:
architecture: amd64
# cluster:
# architecture: amd64
charts:
- name: jira
valuesFiles:
Expand All @@ -54,19 +54,19 @@ components:
# - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:1.0.1

- name: jira
required: true
description: "Deploy jira"
import:
path: common
only:
flavor: unicorn
cluster:
architecture: amd64
charts:
- name: jira
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:10.1.1
# TODO: Pending an upstream pr to fix jar file location to not be hardcoded:
# - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:1.0.1
required: true
description: "Deploy jira"
import:
path: common
only:
flavor: unicorn
# cluster:
# architecture: amd64
charts:
- name: jira
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:10.1.1
# TODO: Pending an upstream pr to fix jar file location to not be hardcoded:
# - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:1.0.1

0 comments on commit 03e43a9

Please sign in to comment.