Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
85e0373f
Commit
85e0373f
authored
Nov 04, 2022
by
Przemek Tredak
Browse files
Blossom-CI -> TE-CI renaming
parent
78210127
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/trigger-ci.yml
.github/workflows/trigger-ci.yml
+1
-1
.github/workflows/upload-ci-logs.yml
.github/workflows/upload-ci-logs.yml
+2
-2
No files found.
.github/workflows/trigger-ci.yml
View file @
85e0373f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# See LICENSE for license information.
# See LICENSE for license information.
# A workflow to trigger ci on hybrid infra (github + self hosted runner)
# A workflow to trigger ci on hybrid infra (github + self hosted runner)
name
:
Blossom
-CI Trigger
name
:
TE
-CI Trigger
on
:
on
:
issue_comment
:
issue_comment
:
types
:
[
created
]
types
:
[
created
]
...
...
.github/workflows/upload-ci-logs.yml
View file @
85e0373f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# See LICENSE for license information.
# See LICENSE for license information.
# A workflow to trigger ci on hybrid infra (github + self hosted runner)
# A workflow to trigger ci on hybrid infra (github + self hosted runner)
name
:
Blossom
-CI Logs
name
:
TE
-CI Logs
on
:
on
:
workflow_dispatch
:
workflow_dispatch
:
inputs
:
inputs
:
...
@@ -49,4 +49,4 @@ jobs:
...
@@ -49,4 +49,4 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/statuses/${{ inputs.commit_sha }} \
https://api.github.com/repos/${{ github.repository }}/statuses/${{ inputs.commit_sha }} \
-d "{\"state\":\"${{ inputs.result }}\",\"target_url\":\"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\"description\":\"\",\"context\":\"
blossom
-ci/${{ inputs.job_name }}\"}"
-d "{\"state\":\"${{ inputs.result }}\",\"target_url\":\"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\"description\":\"\",\"context\":\"
te
-ci/${{ inputs.job_name }}\"}"
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