Skip to content

Commit d46c6c5

Browse files
committed
[CI] Use 24.04 completed instead of 22.04 success for igc dev
1 parent b4d91c3 commit d46c6c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

devops/dependencies-igc-dev.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"linux": {
33
"igc_dev": {
4-
"github_tag": "igc-dev-e0d826a",
5-
"version": "e0d826a",
6-
"updated_at": "2024-12-17T21:18:30Z",
7-
"url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2327583926/zip",
4+
"github_tag": "igc-dev-7c39bf4",
5+
"version": "7c39bf4",
6+
"updated_at": "2024-12-31T02:06:13Z",
7+
"url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2373086695/zip",
88
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
99
}
1010
}

devops/scripts/update_drivers.py

Lines changed: 2 additions & 2 deletions
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?status=completed"
2121
).read()
2222
return json.loads(action_runs)["workflow_runs"][0]
2323

@@ -38,7 +38,7 @@ def uplift_linux_igfx_driver(config, platform_tag, igc_dev_only):
3838
config[platform_tag]["igc_dev"]["version"] = igcdevver
3939
config[platform_tag]["igc_dev"]["updated_at"] = igc_dev["updated_at"]
4040
config[platform_tag]["igc_dev"]["url"] = get_artifacts_download_url(
41-
"intel/intel-graphics-compiler", "IGC_Ubuntu22.04_llvm14_clang-" + igcdevver
41+
"intel/intel-graphics-compiler", "IGC_Ubuntu24.04_llvm14_clang-" + igcdevver
4242
)
4343
return config
4444

0 commit comments

Comments
 (0)