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 requests | |
def url_ok(url): | |
request = requests.get(url) | |
if request.status_code == 200: | |
return True | |
else: | |
return False | |
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/devices/fx700 b/devices/fx700 | |
index 0777548..2b7a5a4 100644 | |
--- a/devices/fx700 | |
+++ b/devices/fx700 | |
@@ -3,6 +3,7 @@ | |
{% set DEPLOY_OS = DEPLOY_OS|default("oe") %} | |
{% set ROOTFS_URL_COMP = ROOTFS_URL_COMP|default("xz") %} | |
+{% set RAMDISK_URL = RAMDISK_URL|default("http://213.146.155.21:9001/initrd.img-5.9.0-0.bpo.5-arm64" %} | |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrT7UTB86g3QG3d8M19XusaY9rOyoEL7pn4FTcPgOSBMHg/Tp+V5Zx06sb7KR5dQ6lPnEGBrw6QHkUCuP/tq1xrmsoP830a6ukkloKSdKrbv2Uvxh8ecUy8UF6Rk/htJ0Fug7qlQW+pWza/UUpbpwRWMfE+AIERkq5LO62ImYTpWbCm0CsS3wHDVY9LIQukcu9TLLitFdzK1i20UuOpV0FDRqrVZXHaKRMf1gNQPsVYTfxYr9/fmcU6C8gU3xRjBPgTVIUEkD2lQqHBR37xlV4keF3o7fFf5tpxzXbgUF1rWOYw56vME0PXk+n1MPFvwwdbPv+/3QEMQdfUuVFrAIj [email protected] |
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/Pipfile b/Pipfile | |
index 1e0a381..b4cdf59 100644 | |
--- a/Pipfile | |
+++ b/Pipfile | |
@@ -6,13 +6,7 @@ verify_ssl = true | |
[dev-packages] | |
[packages] | |
-zappa = "*" | |
-pytest = "*" |
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
From 68520e9d3d15da1a799fb750e94f538d0c1d403f Mon Sep 17 00:00:00 2001 | |
From: Benjamin Copeland <[email protected]> | |
Date: Thu, 27 May 2021 09:25:01 +0100 | |
Subject: [PATCH] Revert "sanity|tests: disable db845c" | |
This reverts commit 9bbed418bf4bd23f4800b2d32e398ee70c2b9644. | |
Since db845c have now been re-added to the lab we can start processing | |
jobs again. |
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
{ | |
"InstanceProfiles": [ | |
{ | |
"Path": "/", | |
"InstanceProfileName": "gitlab_instance_profile", | |
"InstanceProfileId": "AIPA6C75MBAQNJJHPKREQ", | |
"Arn": "arn:aws:iam::968509622304:instance-profile/gitlab_instance_profile", | |
"CreateDate": "2021-02-15T16:40:15Z", | |
"Roles": [ | |
{ |
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
egrep='egrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' | |
fgrep='fgrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' | |
g=git | |
ga='git add' | |
gaa='git add --all' | |
gap='git apply' | |
gapa='git add --patch' | |
gau='git add --update' | |
gav='git add --verbose' | |
gb='git branch' |
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/files/gitlab/gitlab-runner-manager.lkft.org.toml b/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
index 8c09041d..d80e01ac 100644 | |
--- a/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
+++ b/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
@@ -1,5 +1,6 @@ | |
-concurrent = 600 | |
+concurrent = 600 # limits how many jobs globally can be run concurrently. The most upper limit of jobs using all defined runners. 0 does not mean unlimited | |
check_interval = 0 | |
+listen_address = "localhost:9252" # monitoring | |
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/files/gitlab/gitlab-runner-manager.lkft.org.toml b/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
index 8c09041d..d80e01ac 100644 | |
--- a/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
+++ b/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
@@ -1,5 +1,6 @@ | |
-concurrent = 600 | |
+concurrent = 600 # limits how many jobs globally can be run concurrently. The most upper limit of jobs using all defined runners. 0 does not mean unlimited | |
check_interval = 0 | |
+listen_address = "localhost:9252" # monitoring | |
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/files/gitlab/gitlab-runner-manager.lkft.org.toml b/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
index 8c09041d..163a0de8 100644 | |
--- a/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
+++ b/files/gitlab/gitlab-runner-manager.lkft.org.toml | |
@@ -1,5 +1,6 @@ | |
-concurrent = 600 | |
+concurrent = 600 # limits how many jobs globally can be run concurrently. The most upper limit of jobs using all defined runners. 0 does not mean unlimited | |
check_interval = 0 | |
+listen_address = "localhost:9252" # monitoring | |
NewerOlder