Skip to content

Commit

Permalink
DROP: override ign-edge rpm for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <[email protected]>
  • Loading branch information
runcom committed Nov 28, 2022
1 parent cd8e2b6 commit e582295
Show file tree
Hide file tree
Showing 95 changed files with 52,952 additions and 45,595 deletions.
3 changes: 1 addition & 2 deletions test/data/manifests/centos_8-aarch64-edge_commit-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -12463,6 +12463,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16850,6 +16850,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
8 changes: 4 additions & 4 deletions test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none"
}
}
Expand Down Expand Up @@ -2497,7 +2497,8 @@
"label": "root"
},
"kernel_opts": [
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75",
"rw"
]
}
},
Expand Down Expand Up @@ -10031,6 +10032,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
}
},
"no-image-info": true,
"manifest": {
"version": "2",
"pipelines": [
Expand Down Expand Up @@ -2506,7 +2507,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none"
}
}
Expand Down Expand Up @@ -2537,7 +2538,8 @@
"label": "root"
},
"kernel_opts": [
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75",
"rw"
]
}
},
Expand Down Expand Up @@ -16977,6 +16979,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
3 changes: 1 addition & 2 deletions test/data/manifests/centos_8-x86_64-edge_commit-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -12931,6 +12931,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
6 changes: 2 additions & 4 deletions test/data/manifests/centos_8-x86_64-edge_commit_rt-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"blueprint": {
"customizations": {
"kernel": {
"name": "kernel-rt",
"append": ""
"name": "kernel-rt"
}
}
}
Expand Down Expand Up @@ -12896,6 +12895,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
3 changes: 1 addition & 2 deletions test/data/manifests/centos_8-x86_64-edge_container-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -17318,6 +17318,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
8 changes: 4 additions & 4 deletions test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none"
}
}
Expand Down Expand Up @@ -2545,7 +2545,8 @@
"label": "root"
},
"kernel_opts": [
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75",
"rw"
]
}
},
Expand Down Expand Up @@ -10184,6 +10185,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
}
},
"no-image-info": true,
"manifest": {
"version": "2",
"pipelines": [
Expand Down Expand Up @@ -2570,7 +2571,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none"
}
}
Expand Down Expand Up @@ -2601,7 +2602,8 @@
"label": "root"
},
"kernel_opts": [
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75",
"rw"
]
}
},
Expand Down Expand Up @@ -17291,6 +17293,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
Loading

0 comments on commit e582295

Please sign in to comment.