Compare commits

..

No commits in common. "master" and "4.116.0-ls333" have entirely different histories.

2 changed files with 27 additions and 43 deletions

26
Jenkinsfile vendored
View File

@ -76,7 +76,6 @@ pipeline {
script{ script{
env.EXIT_STATUS = '' env.EXIT_STATUS = ''
env.CI_TEST_ATTEMPTED = '' env.CI_TEST_ATTEMPTED = ''
env.PUSH_ATTEMPTED = ''
env.LS_RELEASE = sh( env.LS_RELEASE = sh(
script: '''docker run --rm quay.io/skopeo/stable:v1 inspect docker://ghcr.io/${LS_USER}/${CONTAINER_NAME}:latest 2>/dev/null | jq -r '.Labels.build_version' | awk '{print $3}' | grep '\\-ls' || : ''', script: '''docker run --rm quay.io/skopeo/stable:v1 inspect docker://ghcr.io/${LS_USER}/${CONTAINER_NAME}:latest 2>/dev/null | jq -r '.Labels.build_version' | awk '{print $3}' | grep '\\-ls' || : ''',
returnStdout: true).trim() returnStdout: true).trim()
@ -926,9 +925,6 @@ pipeline {
environment name: 'EXIT_STATUS', value: '' environment name: 'EXIT_STATUS', value: ''
} }
steps { steps {
script{
env.PUSH_ATTEMPTED = 'true'
}
retry_backoff(5,5) { retry_backoff(5,5) {
sh '''#! /bin/bash sh '''#! /bin/bash
set -e set -e
@ -958,18 +954,11 @@ pipeline {
environment name: 'EXIT_STATUS', value: '' environment name: 'EXIT_STATUS', value: ''
} }
steps { steps {
script{
env.PUSH_ATTEMPTED = 'true'
}
retry_backoff(5,5) { retry_backoff(5,5) {
sh '''#! /bin/bash sh '''#! /bin/bash
set -e set -e
for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do
if [[ "${MANIFESTIMAGE%%/*}" =~ \\. ]]; then [[ ${MANIFESTIMAGE%%/*} =~ \\. ]] && MANIFESTIMAGEPLUS="${MANIFESTIMAGE}" || MANIFESTIMAGEPLUS="docker.io/${MANIFESTIMAGE}"
MANIFESTIMAGEPLUS="${MANIFESTIMAGE}"
else
MANIFESTIMAGEPLUS="docker.io/${MANIFESTIMAGE}"
fi
IFS=',' read -ra CACHE <<< "$BUILDCACHE" IFS=',' read -ra CACHE <<< "$BUILDCACHE"
for i in "${CACHE[@]}"; do for i in "${CACHE[@]}"; do
if [[ "${MANIFESTIMAGEPLUS}" == "$(cut -d "/" -f1 <<< ${i})"* ]]; then if [[ "${MANIFESTIMAGEPLUS}" == "$(cut -d "/" -f1 <<< ${i})"* ]]; then
@ -1137,7 +1126,7 @@ EOF
} }
script { script {
if (env.GITHUBIMAGE =~ /lspipepr/){ if (env.GITHUBIMAGE =~ /lspipepr/){
if (env.CI_TEST_ATTEMPTED == "true" || env.PUSH_ATTEMPTED == "true"){ if (env.CI_TEST_ATTEMPTED == "true"){
sh '''#! /bin/bash sh '''#! /bin/bash
# Function to retrieve JSON data from URL # Function to retrieve JSON data from URL
get_json() { get_json() {
@ -1198,21 +1187,14 @@ EOF
curl -X POST -H "Authorization: token $GITHUB_TOKEN" \ curl -X POST -H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \ -H "Accept: application/vnd.github.v3+json" \
"https://api.github.com/repos/$LS_USER/$LS_REPO/issues/$PULL_REQUEST/comments" \ "https://api.github.com/repos/$LS_USER/$LS_REPO/issues/$PULL_REQUEST/comments" \
-d "{\\"body\\": \\"I am a bot, here are the test results for this PR for commit ${COMMIT_SHA:0:7} : \\n${CI_URL}\\n${SHELLCHECK_URL}\\n${table}\\"}" -d "{\\"body\\": \\"I am a bot, here are the test results for this PR: \\n${CI_URL}\\n${SHELLCHECK_URL}\\n${table}\\"}"
else else
curl -X POST -H "Authorization: token $GITHUB_TOKEN" \ curl -X POST -H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \ -H "Accept: application/vnd.github.v3+json" \
"https://api.github.com/repos/$LS_USER/$LS_REPO/issues/$PULL_REQUEST/comments" \ "https://api.github.com/repos/$LS_USER/$LS_REPO/issues/$PULL_REQUEST/comments" \
-d "{\\"body\\": \\"I am a bot, here is the pushed image/manifest for this PR for commit ${COMMIT_SHA:0:7} : \\n\\n\\`${GITHUBIMAGE}:${META_TAG}\\`\\"}" -d "{\\"body\\": \\"I am a bot, here is the pushed image/manifest for this PR: \\n\\n\\`${GITHUBIMAGE}:${META_TAG}\\`\\"}"
fi fi
''' '''
} else {
sh '''#! /bin/bash
curl -X POST -H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
"https://api.github.com/repos/$LS_USER/$LS_REPO/issues/$PULL_REQUEST/comments" \
-d "{\\"body\\": \\"I am a bot, the build for PR commit ${COMMIT_SHA:0:7} failed and as a result no CI test was attempted and no images were pushed.\\"}"
'''
} }
} }
} }

View File

@ -1,11 +1,10 @@
NAME VERSION TYPE NAME VERSION TYPE
@anthropic-ai/sandbox-runtime 0.0.49 npm @anthropic-ai/sandbox-runtime 0.0.42 npm
@babel/runtime 7.28.6 npm @babel/runtime 7.28.6 npm
@coder/logger 3.0.1 npm @coder/logger 3.0.1 npm
@emnapi/runtime 1.10.0 npm (+1 duplicate) @emnapi/runtime 1.9.2 npm (+1 duplicate)
@epic-web/invariant 1.0.0 npm @epic-web/invariant 1.0.0 npm
@github/copilot 1.0.34 npm @github/copilot 1.0.24 npm (+1 duplicate)
@github/copilot 1.0.38 npm
@github/copilot-sdk 0.2.2 npm @github/copilot-sdk 0.2.2 npm
@img/sharp-wasm32 0.34.5 npm (+1 duplicate) @img/sharp-wasm32 0.34.5 npm (+1 duplicate)
@isaacs/fs-minipass 4.0.1 npm @isaacs/fs-minipass 4.0.1 npm
@ -19,6 +18,8 @@ NAME VERSION T
@pondwader/socks5-server 1.0.10 npm @pondwader/socks5-server 1.0.10 npm
@tootallnate/once 3.0.1 npm @tootallnate/once 3.0.1 npm
@tootallnate/quickjs-emscripten 0.23.0 npm @tootallnate/quickjs-emscripten 0.23.0 npm
@types/lodash 4.17.23 npm
@types/lodash-es 4.17.12 npm
@vscode/copilot-typescript-server-plugin 1.0.0 npm @vscode/copilot-typescript-server-plugin 1.0.0 npm
@vscode/deviceid 0.1.4 npm @vscode/deviceid 0.1.4 npm
@vscode/fs-copyfile 2.0.0 npm @vscode/fs-copyfile 2.0.0 npm
@ -57,7 +58,7 @@ base-files 13ubuntu10.4 d
base-passwd 3.6.3build1 deb base-passwd 3.6.3build1 deb
base64-js 1.5.1 npm base64-js 1.5.1 npm
bash 5.2.21-2ubuntu4 deb bash 5.2.21-2ubuntu4 deb
basic-ftp 5.3.0 npm basic-ftp 5.2.1 npm
bat 10.0.0 npm bat 10.0.0 npm
bcrypt-pbkdf 1.0.2 npm bcrypt-pbkdf 1.0.2 npm
bindings 1.5.0 npm bindings 1.5.0 npm
@ -79,8 +80,8 @@ charenc 0.0.2 n
chownr 1.1.4 npm chownr 1.1.4 npm
chownr 3.0.0 npm chownr 3.0.0 npm
clojure 10.0.0 npm clojure 10.0.0 npm
code-server 1.118.0 npm code-server 1.116.0 npm
code-server 4.118.0 npm code-server 4.116.0 npm
coffeescript 10.0.0 npm coffeescript 10.0.0 npm
commander 12.1.0 npm commander 12.1.0 npm
commander 8.3.0 npm commander 8.3.0 npm
@ -93,7 +94,7 @@ cookie 0.7.2 n
cookie-parser 1.4.7 npm cookie-parser 1.4.7 npm
cookie-signature 1.0.6 npm cookie-signature 1.0.6 npm
cookie-signature 1.2.2 npm cookie-signature 1.2.2 npm
copilot-chat 0.46.0 npm copilot-chat 0.44.0 npm
coreutils 9.4-3ubuntu6.2 deb coreutils 9.4-3ubuntu6.2 deb
cpp 10.0.0 npm cpp 10.0.0 npm
cron 3.0pl1-184ubuntu2 deb cron 3.0pl1-184ubuntu2 deb
@ -104,7 +105,7 @@ crypt 0.0.2 n
csharp 10.0.0 npm csharp 10.0.0 npm
css 10.0.0 npm css 10.0.0 npm
css-language-features 10.0.0 npm css-language-features 10.0.0 npm
curl 8.5.0-2ubuntu10.9 deb curl 8.5.0-2ubuntu10.8 deb
dart 10.0.0 npm dart 10.0.0 npm
dash 0.5.12-6ubuntu5 deb dash 0.5.12-6ubuntu5 deb
data-uri-to-buffer 6.0.2 npm data-uri-to-buffer 6.0.2 npm
@ -125,7 +126,7 @@ diffutils 1:3.10-1build1 d
dirmngr 2.4.4-2ubuntu17.4 deb dirmngr 2.4.4-2ubuntu17.4 deb
docker 10.0.0 npm docker 10.0.0 npm
dotenv 10.0.0 npm dotenv 10.0.0 npm
dpkg 1.22.6ubuntu6.6 deb dpkg 1.22.6ubuntu6.5 deb
dunder-proto 1.0.1 npm dunder-proto 1.0.1 npm
e2fsprogs 1.47.0-2.4~exp1ubuntu4.1 deb e2fsprogs 1.47.0-2.4~exp1ubuntu4.1 deb
ee-first 1.1.1 npm ee-first 1.1.1 npm
@ -151,7 +152,7 @@ fd-slicer 1.1.0 n
file-uri-to-path 1.0.0 npm file-uri-to-path 1.0.0 npm
finalhandler 2.1.1 npm finalhandler 2.1.1 npm
findutils 4.9.0-5build1 deb findutils 4.9.0-5build1 deb
follow-redirects 1.16.0 npm follow-redirects 1.15.11 npm
forwarded 0.2.0 npm forwarded 0.2.0 npm
fresh 2.0.0 npm fresh 2.0.0 npm
fs-constants 1.0.0 npm fs-constants 1.0.0 npm
@ -219,9 +220,9 @@ isexe 2.0.0 n
jake 10.0.0 npm jake 10.0.0 npm
java 10.0.0 npm java 10.0.0 npm
javascript 10.0.0 npm javascript 10.0.0 npm
jq 1.7.1-3ubuntu0.24.04.2 deb jq 1.7.1-3ubuntu0.24.04.1 deb
js-base64 3.7.7 npm js-base64 3.7.7 npm
js-debug 1.117.0 npm js-debug 1.112.0 npm
js-debug-companion 1.1.3 npm js-debug-companion 1.1.3 npm
js-yaml 4.1.1 npm js-yaml 4.1.1 npm
jsbn 1.1.0 npm jsbn 1.1.0 npm
@ -253,12 +254,12 @@ libbz2-1.0 1.0.8-5.1build0.1 d
libc-bin 2.39-0ubuntu8.7 deb libc-bin 2.39-0ubuntu8.7 deb
libc6 2.39-0ubuntu8.7 deb libc6 2.39-0ubuntu8.7 deb
libcap-ng0 0.8.4-2build2 deb libcap-ng0 0.8.4-2build2 deb
libcap2 1:2.66-5ubuntu2.4 deb libcap2 1:2.66-5ubuntu2.2 deb
libcbor0.10 0.10.2-1.2ubuntu2 deb libcbor0.10 0.10.2-1.2ubuntu2 deb
libcom-err2 1.47.0-2.4~exp1ubuntu4.1 deb libcom-err2 1.47.0-2.4~exp1ubuntu4.1 deb
libcrypt1 1:4.4.36-4build1 deb libcrypt1 1:4.4.36-4build1 deb
libcurl3t64-gnutls 8.5.0-2ubuntu10.9 deb libcurl3t64-gnutls 8.5.0-2ubuntu10.8 deb
libcurl4t64 8.5.0-2ubuntu10.9 deb libcurl4t64 8.5.0-2ubuntu10.8 deb
libdb5.3t64 5.3.28+dfsg2-7 deb libdb5.3t64 5.3.28+dfsg2-7 deb
libdebconfclient0 0.271ubuntu3 deb libdebconfclient0 0.271ubuntu3 deb
libedit2 3.1-20230828-1build1 deb libedit2 3.1-20230828-1build1 deb
@ -277,7 +278,7 @@ libgpg-error0 1.47-3build2.1 d
libgssapi-krb5-2 1.20.1-6ubuntu2.6 deb libgssapi-krb5-2 1.20.1-6ubuntu2.6 deb
libhogweed6t64 3.9.1-2.2build1.1 deb libhogweed6t64 3.9.1-2.2build1.1 deb
libidn2-0 2.3.7-2build1.1 deb libidn2-0 2.3.7-2build1.1 deb
libjq1 1.7.1-3ubuntu0.24.04.2 deb libjq1 1.7.1-3ubuntu0.24.04.1 deb
libk5crypto3 1.20.1-6ubuntu2.6 deb libk5crypto3 1.20.1-6ubuntu2.6 deb
libkeyutils1 1.6.3-3build1 deb libkeyutils1 1.6.3-3build1 deb
libkrb5-3 1.20.1-6ubuntu2.6 deb libkrb5-3 1.20.1-6ubuntu2.6 deb
@ -291,7 +292,7 @@ libmd0 1.1.0-2build1.1 d
libmount1 2.39.3-9ubuntu6.5 deb libmount1 2.39.3-9ubuntu6.5 deb
libncursesw6 6.4+20240113-1ubuntu2 deb libncursesw6 6.4+20240113-1ubuntu2 deb
libnettle8t64 3.9.1-2.2build1.1 deb libnettle8t64 3.9.1-2.2build1.1 deb
libnghttp2-14 1.59.0-1ubuntu0.3 deb libnghttp2-14 1.59.0-1ubuntu0.2 deb
libnpth0t64 1.6-3.1build1 deb libnpth0t64 1.6-3.1build1 deb
libonig5 6.9.9-1build1 deb libonig5 6.9.9-1build1 deb
libp11-kit0 0.25.3-4ubuntu2.1 deb libp11-kit0 0.25.3-4ubuntu2.1 deb
@ -336,6 +337,7 @@ libxxhash0 0.8.2-2build1 d
libzstd1 1.5.5+dfsg2-2build1.1 deb libzstd1 1.5.5+dfsg2-2build1.1 deb
limiter 2.1.0 npm limiter 2.1.0 npm
locales 2.39-0ubuntu8.7 deb locales 2.39-0ubuntu8.7 deb
lodash-es 4.18.1 npm
log 10.0.0 npm log 10.0.0 npm
login 1:4.13+dfsg1-4ubuntu3.2 deb login 1:4.13+dfsg1-4ubuntu3.2 deb
logsave 1.47.0-2.4~exp1ubuntu4.1 deb logsave 1.47.0-2.4~exp1ubuntu4.1 deb
@ -388,7 +390,7 @@ objective-c 10.0.0 n
on-finished 2.4.1 npm on-finished 2.4.1 npm
on-headers 1.1.0 npm on-headers 1.1.0 npm
once 1.4.0 npm (+1 duplicate) once 1.4.0 npm (+1 duplicate)
openssh-client 1:9.6p1-3ubuntu13.16 deb openssh-client 1:9.6p1-3ubuntu13.15 deb
openssl 3.0.13-0ubuntu3.9 deb openssl 3.0.13-0ubuntu3.9 deb
opentype.js 0.8.0 npm opentype.js 0.8.0 npm
os-tmpdir 1.0.2 npm os-tmpdir 1.0.2 npm
@ -439,7 +441,7 @@ safe-compare 1.1.4 n
safer-buffer 2.1.2 npm (+1 duplicate) safer-buffer 2.1.2 npm (+1 duplicate)
scss 10.0.0 npm scss 10.0.0 npm
search-result 10.0.0 npm search-result 10.0.0 npm
sed 4.9-2ubuntu0.24.04.1 deb sed 4.9-2build1 deb
semver 7.5.4 npm semver 7.5.4 npm
semver 7.7.4 npm semver 7.7.4 npm
send 1.2.1 npm send 1.2.1 npm
@ -499,7 +501,7 @@ tweetnacl 0.14.5 n
type-is 2.0.1 npm type-is 2.0.1 npm
typescript 10.0.0 npm typescript 10.0.0 npm
typescript 5.9.3 npm typescript 5.9.3 npm
typescript 6.0.3 npm typescript 6.0.2 npm
typescript-language-features 10.0.0 npm typescript-language-features 10.0.0 npm
tzdata 2026a-0ubuntu0.24.04.1 deb tzdata 2026a-0ubuntu0.24.04.1 deb
ubuntu-keyring 2023.11.28.1 deb ubuntu-keyring 2023.11.28.1 deb