Skip to content

Commit

Permalink
Merge branch 'main' into kf-4343-integrate-uats-to-kubeflow-bundle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k authored Dec 4, 2023
2 parents 7285b7d + eadae12 commit be9cf42
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ settings:
sync_description: true

# (Optional) (Default: true) Synchronize comments from GitHub to Jira
sync_comments: true
sync_comments: false

# (Optional) (Default: None) Parent Epic key to link the issue to
epic_key: "KF-4805"
Expand Down
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ body:
proposal! Before submitting your issue, please make sure there
isn't already a prior issue concerning this. If there is,
please join that discussion instead.
- type: textarea
id: enhancement-proposal-why
attributes:
label: Why it needs to get done
description: >
Describe why it needs to get done
validations:
required: true
- type: textarea
id: enhancement-proposal-what
attributes:
Expand All @@ -18,10 +26,10 @@ body:
validations:
required: true
- type: textarea
id: enhancement-proposal-why
id: enhancement-proposal-dod
attributes:
label: Why it needs to get done
label: When is the task considered done
description: >
Describe why it needs to get done
Describe what are the requirements for the task to be considered done
validations:
required: true
5 changes: 4 additions & 1 deletion .github/workflows/scan-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
strategy:
matrix:
# specfy location of bundle(s) to be scanned
bundle: [ releases/1.7/stable/kubeflow, releases/latest/edge ]
bundle:
- releases/1.7/stable/kubeflow
- releases/1.8/stable/kubeflow
- releases/latest/edge
runs-on: ubuntu-20.04
steps:
# Ideally we'd use self-hosted runners, but this effort is still not stable
Expand Down
4 changes: 2 additions & 2 deletions scripts/get_bundle_test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"1.8/beta": "./tests-bundle/1.8/",
"1.8/edge": "./tests-bundle/1.8/",
"1.8/stable": "./tests-bundle/1.8/",
"latest/beta": "./tests-bundle/1.7/",
"latest/edge": "./tests-bundle/1.7/",
"latest/beta": "./tests-bundle/1.8/",
"latest/edge": "./tests-bundle/1.8/",
}


Expand Down

0 comments on commit be9cf42

Please sign in to comment.