Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 50bf0d6f84f9b96519ee70c2364682668277150c Mon Sep 17 00:00:00 2001
From 764b7ddf59b0195f31975d5a2c6dbdccf1184905 Mon Sep 17 00:00:00 2001
From: Guillaume Tucker <[email protected]>
Date: Wed, 15 Dec 2021 14:44:58 +0000
Subject: [PATCH 1/7] STAGING add build-configs-staging.yaml
Expand All @@ -10,7 +10,7 @@ Subject: [PATCH 1/7] STAGING add build-configs-staging.yaml

diff --git a/config/core/build-configs-staging.yaml b/config/core/build-configs-staging.yaml
new file mode 100644
index 000000000..3a898bbd4
index 000000000..03456daad
--- /dev/null
+++ b/config/core/build-configs-staging.yaml
@@ -0,0 +1,115 @@
Expand Down Expand Up @@ -95,8 +95,8 @@ index 000000000..3a898bbd4
+ variants:
+ gcc-10: *staging-gcc-10
+ clang-17: *staging-clang-17
+ rustc-1.72:
+ build_environment: rustc-1.72
+ rustc-1.73:
+ build_environment: rustc-1.73
+ fragments: [rust]
+ architectures:
+ x86_64:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From cc304d21d2b6445f9de5ad91593fb025056bb056 Mon Sep 17 00:00:00 2001
From ffd0dc479b9d9efa0690df03ccd02ec2e350105b Mon Sep 17 00:00:00 2001
From: "kernelci.org bot" <[email protected]>
Date: Fri, 3 Jan 2020 16:09:40 +0000
Subject: [PATCH 2/7] STAGING ensure no public bisection email reports are sent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2ae3e6dfb5030a251ec810e3485db7d5d315be4c Mon Sep 17 00:00:00 2001
From fc3f8dce9c3e95ccd9afdc3b3eebda47a14909b3 Mon Sep 17 00:00:00 2001
From: "kernelci.org bot" <[email protected]>
Date: Fri, 29 Jan 2021 15:50:42 +0000
Subject: [PATCH 3/7] STAGING use kernelci/staging-qemu Docker image
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From eea5c0877e42926f364bcfa36232a39a77c39937 Mon Sep 17 00:00:00 2001
From 2c7fe2ac5dc9740ec341d646c9eb15c9af4556b5 Mon Sep 17 00:00:00 2001
From: "kernelci.org bot" <[email protected]>
Date: Tue, 15 Sep 2020 10:22:30 +0100
Subject: [PATCH 4/7] STAGING use staging.kernelci.org branch for test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8c1c4f85f78d7c7666d311646b9d56b5b94e0da1 Mon Sep 17 00:00:00 2001
From bb55b58ab4fc2159a9e6c9fab71150e212f33931 Mon Sep 17 00:00:00 2001
From: "kernelci.org bot" <[email protected]>
Date: Tue, 22 Mar 2022 17:38:32 +0000
Subject: [PATCH 5/7] STAGING use staging branch for buildroot with reduced
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From d217f2adb8913353f1fd7c66e68da862f02e9f6c Mon Sep 17 00:00:00 2001
From c5fbf377558d19cdbf57428c54ddb97ccfe06ed0 Mon Sep 17 00:00:00 2001
From: "kernelci.org bot" <[email protected]>
Date: Fri, 1 Sep 2023 18:46:13 +0000
Subject: [PATCH 6/7] STAGING use staging JWT in kubernetes template
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From cfdaca18efd2d9abbe316b207a89be1b7f07e5e3 Mon Sep 17 00:00:00 2001
From 786f000a6743c1ee81bd870e5233ce7db7f966a5 Mon Sep 17 00:00:00 2001
From: "kernelci.org bot" <[email protected]>
Date: Fri, 1 Sep 2023 21:37:43 +0200
Subject: [PATCH 7/7] STAGING use [KernelCI staging] in LAVA jobs
Expand Down
2 changes: 1 addition & 1 deletion staging.kernelci.org
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ cmd_docker() {
# only x86 is useful for KUnit (for now)
./kci docker $args gcc-10 kunit kernelci --arch x86
# latest rustc for linux-next and rust-for-linux
./kci docker $args rustc-1.72 kselftest kernelci --arch x86
./kci docker $args rustc-1.73 kselftest kernelci --arch x86

# rootfs
./kci docker $args buildroot kernelci
Expand Down