Skip to content

Commit e923fbb

Browse files
authored
[CI] Update dev-igc even if IGC CI failed (intel#16790)
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 <[email protected]>
1 parent 4eb095e commit e923fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/update_drivers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_latest_workflow_runs(repo, workflow_name):
1717
+ repo
1818
+ "/actions/workflows/"
1919
+ workflow_name
20-
+ ".yml/runs?status=success"
20+
+ ".yml/runs"
2121
).read()
2222
return json.loads(action_runs)["workflow_runs"][0]
2323

0 commit comments

Comments
 (0)