forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update UFS hash and update compile signature (NOAA-EMC#1690)
Updates the UFS hash to bf60924. This required a change in the compile signature due to changes in UFS to how the compiler is defined.
- Loading branch information
Showing
8 changed files
with
55 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,13 @@ jobs: | |
LABELS1="$(gh api repos/$OWNER/$REPO_NAME/pulls/$PULL_REQUEST_NUMBER --jq '.labels.[].name')" | ||
LABELS=$(echo "$LABELS1" | tr '\n' ' ') | ||
echo "labels=$LABELS" >> $GITHUB_OUTPUT | ||
passed: | ||
if: contains( needs.getlabels.outputs.labels, 'CI-Hera-Passed') && github.event.pull_request.merged | ||
runs-on: ubuntu-latest | ||
needs: | ||
- getlabels | ||
|
||
steps: | ||
- name: Passed | ||
uses: schneegans/[email protected] | ||
|
@@ -39,16 +39,16 @@ jobs: | |
auth: ${{ secrets.CLI_DYNAMIC_BADGES }} | ||
gistID: e35aa2904a54deae6bbb1fdc2d960c71 | ||
filename: hera.json | ||
label: Hera | ||
message: Passed | ||
label: hera | ||
message: passing | ||
color: green | ||
|
||
failed: | ||
if: contains( needs.getlabels.outputs.labels, 'CI-Hera-Failed') && github.event.pull_request.merged | ||
runs-on: ubuntu-latest | ||
needs: | ||
- getlabels | ||
|
||
steps: | ||
- name: Failed | ||
uses: schneegans/[email protected] | ||
|
@@ -57,8 +57,8 @@ jobs: | |
auth: ${{ secrets.CLI_DYNAMIC_BADGES }} | ||
gistID: e35aa2904a54deae6bbb1fdc2d960c71 | ||
filename: hera.json | ||
label: Hera | ||
message: Failed | ||
label: hera | ||
message: failing | ||
color: red | ||
|
||
|
||
|
@@ -67,15 +67,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: | ||
- getlabels | ||
|
||
steps: | ||
- name: Pending | ||
uses: schneegans/[email protected] | ||
with: | ||
forceUpdate: true | ||
auth: ${{ secrets.CLI_DYNAMIC_BADGES }} | ||
gistID: e35aa2904a54deae6bbb1fdc2d960c71 | ||
filename: oroin.json | ||
label: Hera | ||
message: Pending | ||
color: gray | ||
filename: hera.json | ||
label: hera | ||
message: pending | ||
color: orange |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
outputs: | ||
labels: ${{ steps.id.outputs.labels }} | ||
steps: | ||
- name: Get Lables Steps | ||
- name: Get Label Steps | ||
id: id | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -24,13 +24,13 @@ jobs: | |
LABELS1="$(gh api repos/$OWNER/$REPO_NAME/pulls/$PULL_REQUEST_NUMBER --jq '.labels.[].name')" | ||
LABELS=$(echo "$LABELS1" | tr '\n' ' ') | ||
echo "labels=$LABELS" >> $GITHUB_OUTPUT | ||
passed: | ||
if: contains( needs.getlabels.outputs.labels, 'CI-Orion-Passed') && github.event.pull_request.merged | ||
runs-on: ubuntu-latest | ||
needs: | ||
- getlabels | ||
|
||
steps: | ||
- name: Passed | ||
uses: schneegans/[email protected] | ||
|
@@ -39,16 +39,16 @@ jobs: | |
auth: ${{ secrets.CLI_DYNAMIC_BADGES }} | ||
gistID: e35aa2904a54deae6bbb1fdc2d960c71 | ||
filename: orion.json | ||
label: Orion | ||
message: Passed | ||
label: orion | ||
message: passing | ||
color: green | ||
|
||
failed: | ||
if: contains( needs.getlabels.outputs.labels, 'CI-Orion-Failed') && github.event.pull_request.merged | ||
runs-on: ubuntu-latest | ||
needs: | ||
- getlabels | ||
|
||
steps: | ||
- name: Failed | ||
uses: schneegans/[email protected] | ||
|
@@ -57,8 +57,8 @@ jobs: | |
auth: ${{ secrets.CLI_DYNAMIC_BADGES }} | ||
gistID: e35aa2904a54deae6bbb1fdc2d960c71 | ||
filename: orion.json | ||
label: Orion | ||
message: Failed | ||
label: orion | ||
message: failing | ||
color: red | ||
|
||
|
||
|
@@ -67,15 +67,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: | ||
- getlabels | ||
|
||
steps: | ||
- name: Pending | ||
uses: schneegans/[email protected] | ||
with: | ||
forceUpdate: true | ||
auth: ${{ secrets.CLI_DYNAMIC_BADGES }} | ||
gistID: e35aa2904a54deae6bbb1fdc2d960c71 | ||
filename: oroin.json | ||
label: Orion | ||
message: Pending | ||
color: gray | ||
filename: orion.json | ||
label: orion | ||
message: pending | ||
color: orange |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters