This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: camera | |
platformio_options: | |
build_flags: "-DBOARD_HAS_PSRAM -UARDUINO_USB_CDC_ON_BOOT" | |
board_build.memory_type: dio_opi | |
esp32: | |
board: esp32-s3-devkitc-1 | |
variant: esp32s3 | |
framework: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/hack/build.sh b/hack/build.sh | |
index c5b9156ed3..0c157442bf 100755 | |
--- a/hack/build.sh | |
+++ b/hack/build.sh | |
@@ -52,7 +52,7 @@ export CGO_ENABLED=0 | |
case "${MODE}" in | |
release) | |
- LDFLAGS="${LDFLAGS} -s -w" | |
+ #LDFLAGS="${LDFLAGS}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
USERNAME=dataplaneapi | |
PASSWORD=dataplaneapi | |
MASTER_BACKENDS=("api-server" "machine-config-server") | |
INGRESS_BACKENDS=("router-http" "router-https") |
$ kubectl get infrastructure.config.openshift.io/cluster -o yaml
apiVersion: config.openshift.io/v1
kind: Infrastructure
metadata:
annotations:
kcp.dev/cluster: root
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set +x | |
source ./cosa.sh | |
FCOS_BUILD="fcos-build" | |
OKD_VERSION="4.10" | |
MCOIMAGE="registry.ci.openshift.org/origin/${OKD_VERSION}:machine-config-operator" | |
ARTIMAGE="registry.ci.openshift.org/origin/${OKD_VERSION}:artifacts" | |
OKD_REPO="./okd-repo" | |
OVERLAY_EXTENSIONS="./overlay/extensions" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import ruamel.yaml | |
from crontab import CronTab | |
supported_versions = ["4.6", "4.7", "4.8", "4.9", "4.10"] | |
job_variants = ["e2e-vsphere-upi", "e2e-vsphere-upi-serial", "e2e-vsphere", "e2e-vsphere-serial", "e2e-vsphere-techpreview", "e2e-vsphere-techpreview-serial"] | |
min_apart = 10 | |
def main(): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
set -x | |
declare -A roles | |
VCENTER="Cns.Searchable InventoryService.Tagging.AttachTag InventoryService.Tagging.CreateCategory InventoryService.Tagging.CreateTag InventoryService.Tagging.DeleteCategory InventoryService.Tagging.DeleteTag InventoryService.Tagging.EditCategory InventoryService.Tagging.EditTag Sessions.ValidateSession StorageProfile.View" | |
VCENTER_ROLE_NAME="openshift-vcenter-level" |
NewerOlder