Skip to content

Commit

Permalink
[CI] Update dev-igc even if IGC CI failed (intel#16790)
Browse files Browse the repository at this point in the history
IGC public CI has been failing for months and we got confirmation even
if the public CI fails the change has already been internally validated.
We can confirm this change works as below:
[Old
link](https://api.github.com/repos/intel/intel-graphics-compiler/actions/workflows/build-IGC.yml/runs?status=success)
[New
link](https://api.github.com/repos/intel/intel-graphics-compiler/actions/workflows/build-IGC.yml/runs)

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Jan 27, 2025
1 parent 4eb095e commit e923fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/scripts/update_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_latest_workflow_runs(repo, workflow_name):
+ repo
+ "/actions/workflows/"
+ workflow_name
+ ".yml/runs?status=success"
+ ".yml/runs"
).read()
return json.loads(action_runs)["workflow_runs"][0]

Expand Down

0 comments on commit e923fbb

Please sign in to comment.