Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ae770ad7
Unverified
Commit
ae770ad7
authored
Mar 10, 2026
by
Pavithra Vijayakrishnan
Committed by
GitHub
Mar 10, 2026
Browse files
build: remove builds release (#6949)
Signed-off-by:
pvijayakrish
<
pvijayakrish@nvidia.com
>
parent
9ab2486a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
437 deletions
+48
-437
.github/workflows/build-frontend-image.yaml
.github/workflows/build-frontend-image.yaml
+4
-3
.github/workflows/build-test-distribute-flavor.yml
.github/workflows/build-test-distribute-flavor.yml
+1
-1
.github/workflows/release.yml
.github/workflows/release.yml
+43
-433
No files found.
.github/workflows/build-frontend-image.yaml
View file @
ae770ad7
...
@@ -7,8 +7,9 @@ on:
...
@@ -7,8 +7,9 @@ on:
push
:
push
:
branches
:
branches
:
-
main
-
main
-
'
release/*.*.*'
-
"
pull-request/[0-9]+"
-
"
pull-request/[0-9]+"
# Note: release/* branches a
re handled by release.yml which calls this workflow
# Note: release/* branches a
lways build (change detection skipped)
workflow_call
:
workflow_call
:
inputs
:
inputs
:
skip_change_detection
:
skip_change_detection
:
...
@@ -70,7 +71,7 @@ jobs:
...
@@ -70,7 +71,7 @@ jobs:
build-epp-image
:
build-epp-image
:
name
:
Build EPP Image
name
:
Build EPP Image
needs
:
changed-files
needs
:
changed-files
if
:
needs.changed-files.outputs.frontend == 'true' || inputs.skip_change_detection ==
true
if
:
needs.changed-files.outputs.frontend == 'true' || inputs.skip_change_detection ==
true
|| startsWith(github.ref_name, 'release/')
runs-on
:
prod-builder-v3
runs-on
:
prod-builder-v3
outputs
:
outputs
:
epp_image_ref
:
${{ steps.build-epp-image.outputs.epp_image_ref }}
epp_image_ref
:
${{ steps.build-epp-image.outputs.epp_image_ref }}
...
@@ -122,7 +123,7 @@ jobs:
...
@@ -122,7 +123,7 @@ jobs:
build-frontend-image
:
build-frontend-image
:
name
:
Build Frontend Image
name
:
Build Frontend Image
needs
:
[
changed-files
,
build-epp-image
]
needs
:
[
changed-files
,
build-epp-image
]
if
:
needs.changed-files.outputs.frontend == 'true' || inputs.skip_change_detection ==
true
if
:
needs.changed-files.outputs.frontend == 'true' || inputs.skip_change_detection ==
true
|| startsWith(github.ref_name, 'release/')
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
...
...
.github/workflows/build-test-distribute-flavor.yml
View file @
ae770ad7
...
@@ -150,7 +150,7 @@ on:
...
@@ -150,7 +150,7 @@ on:
outputs
:
outputs
:
image_tag
:
image_tag
:
description
:
'
Image
tag
in
ACR'
description
:
'
Image
tag
in
ACR'
value
:
${{ jobs.
copy-to-acr
.outputs.target_tag_plain }}-${{ inputs.platform }}
value
:
${{ jobs.
build
.outputs.target_tag_plain }}-${{ inputs.platform }}
jobs
:
jobs
:
# ============================================================================
# ============================================================================
...
...
.github/workflows/release.yml
View file @
ae770ad7
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment