Skip to content

Commit

Permalink
TRITON-2274 update moray base image to triton-origin-x86_64-21.4.0 (#26)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@kebe.com>
  • Loading branch information
bahamat committed Mar 29, 2022
1 parent 4404c62 commit a202f4a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -5,15 +5,15 @@
*/

/*
* Copyright 2021 Joyent, Inc.
* Copyright 2022 Joyent, Inc.
*/

@Library('jenkins-joylib@v1.0.8') _

pipeline {

agent {
label joyCommonLabels(image_ver: '15.4.1')
label joyCommonLabels(image_ver: '21.4.0', pi: '20210826T002459Z')
}

options {
Expand Down
20 changes: 11 additions & 9 deletions Makefile
Expand Up @@ -5,7 +5,7 @@
#

#
# Copyright 2021 Joyent, Inc.
# Copyright 2022 Joyent, Inc.
#

#
Expand All @@ -30,8 +30,7 @@ NAME = moray
DOC_FILES = index.md
JS_FILES := $(shell ls *.js) $(shell find lib -name '*.js' | grep -v sql.js)
ESLINT_FILES := $(JS_FILES)
JSL_CONF_NODE = tools/jsl.node.conf
JSL_FILES_NODE = $(JS_FILES)
ESLINT_FILES = $(JS_FILES)
JSSTYLE_FILES = $(JS_FILES)
JSSTYLE_FLAGS = -C -f ./tools/jsstyle.conf
SMF_MANIFESTS_IN = smf/manifests/haproxy.xml.in
Expand All @@ -46,10 +45,10 @@ CLEAN_FILES += node_modules cscope.files \
#

ifeq ($(shell uname -s),SunOS)
# Allow building on a SmartOS image other than sdc-*-multiarch 15.4.1.
NODE_PREBUILT_IMAGE = 18b094b0-eb01-11e5-80c1-175dac7ddf02
NODE_PREBUILT_TAG = zone
NODE_PREBUILT_VERSION := v6.17.0
# minimal-64-lts@21.4.0
NODE_PREBUILT_IMAGE = a7199134-7e94-11ec-be67-db6f482136c2
NODE_PREBUILT_TAG = zone64
NODE_PREBUILT_VERSION := v6.17.1
endif

# RELENG-341: no npm cache is making builds unreliable
Expand All @@ -60,6 +59,8 @@ ENGBLD_REQUIRE := $(shell git submodule update --init deps/eng)
include ./deps/eng/tools/mk/Makefile.defs
TOP ?= $(error Unable to access eng.git submodule Makefiles.)

BUILD_PLATFORM = 20210826T002459Z

ifeq ($(shell uname -s),SunOS)
include ./deps/eng/tools/mk/Makefile.node_prebuilt.defs
include ./deps/eng/tools/mk/Makefile.agent_prebuilt.defs
Expand All @@ -78,11 +79,12 @@ RELEASE_TARBALL := $(NAME)-pkg-$(STAMP).tar.gz
ROOT := $(shell pwd)
RELSTAGEDIR := /tmp/$(NAME)-$(STAMP)

BASE_IMAGE_UUID = 04a48d7d-6bb5-4e83-8c3b-e60a99e0f48f
# triton-origin-x86_64-21.4.0
BASE_IMAGE_UUID = 502eeef2-8267-489f-b19c-a206906f57ef
BUILDIMAGE_NAME = mantav2-moray
BUILDIMAGE_DESC = Manta moray
BUILDIMAGE_DO_PKGSRC_UPGRADE = true
BUILDIMAGE_PKGSRC = haproxy-1.6.2 postgresql92-client-9.2.19
BUILDIMAGE_PKGSRC = haproxy-2.5.0 postgresql96-client-9.6.24nb1
AGENTS = amon config registrar

#
Expand Down
2 changes: 1 addition & 1 deletion deps/eng
Submodule eng updated from 77c7bb to 377b00
2 changes: 1 addition & 1 deletion deps/javascriptlint
2 changes: 1 addition & 1 deletion deps/manta-scripts
2 changes: 1 addition & 1 deletion deps/restdown
2 changes: 1 addition & 1 deletion deps/sdc-scripts
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "moray-server",
"description": "SmartDataCenter H/A Key/Value store",
"version": "2.5.0",
"version": "2.6.0",
"author": "Joyent (joyent.com)",
"private": true,
"main": "lib/index.js",
Expand All @@ -17,7 +17,7 @@
"dtrace-provider": "~0.8",
"deep-equal": "0.0.0",
"exeunt": "^1.1.1",
"fast": "3.1.1",
"fast": "3.1.3",
"forkexec": "^1.1.0",
"ip6addr": "0.2.2",
"jsprim": "1.4.0",
Expand All @@ -27,7 +27,7 @@
"libuuid": "0.2.1",
"lru-cache": "2.5.0",
"node-manatee": "git+https://github.com/joyent/node-manatee.git#262828a8",
"moray": "3.7.0",
"moray": "3.8.1",
"microtime": "2.1.6",
"once": "1.3.0",
"pg": "6.2.4",
Expand Down

0 comments on commit a202f4a

Please sign in to comment.