Skip to content

Commit

Permalink
ci: updates runner to use 4-core-uds-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Aug 2, 2024
1 parent f85ff1a commit e0c17fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:
jobs:
run-test:
name: ${{ matrix.type }} ${{ matrix.flavor }}
runs-on: ubuntu-latest
runs-on: uds-marketplace-ubuntu-big-boy-4-core
timeout-minutes: 25
strategy:
matrix:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://img.shields.io/github/actions/workflow/status/defenseunicorns/uds-package-jira/tag-and-release.yaml)](https://github.com/defenseunicorns/uds-package-jira/actions/workflows/tag-and-release.yaml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/defenseunicorns/uds-package-jira/badge)](https://api.securityscorecards.dev/projects/github.com/defenseunicorns/uds-package-jira)

This package is designed to be deployed on [UDS Core](https://github.com/defenseunicorns/uds-core), and is based on the upstream [Jira](https://github.com/jfrog/charts/tree/master/stable/jira) chart.
This package is designed to be deployed on [UDS Core](https://github.com/defenseunicorns/uds-core), and is based on the upstream [Jira](https://github.com/atlassian/data-center-helm-charts/tree/main/src/main/charts/jira) chart.

## Pre-requisites

Expand All @@ -23,8 +23,9 @@ Jira is configured by default to assume the internal dependencies that are used

## Flavors

| Flavor | Description | Example Creation |
| ------ | ----------- | ---------------- |
| Flavor | Description | Example Creation |
| --------- | ------------------------------------------------------ | ------------------------------------ |
| upstream | Uses images from docker.io within the package. | `zarf package create . -f upstream` |
| registry1 | Uses images from registry1.dso.mil within the package. | `zarf package create . -f registry1` |

> [!IMPORTANT]
Expand Down

0 comments on commit e0c17fa

Please sign in to comment.