Skip to content

Commit 2ee1cf7

Browse files
committed
couchdb
1 parent 7127aea commit 2ee1cf7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

ci-ubuntu-2204.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,12 @@ provisioners:
192192
# - "find /etc/systemd -type f -o -type l"
193193
# # - "rm -v /etc/systemd/system/network-online.target.wants/networking.service"
194194
# # - "rm -v /etc/systemd/system/multi-user.target.wants/networking.service"
195-
- type: shell
196-
inline: "sudo chown -R couchdb:couchdb /opt/couchdb/"
197-
- type: shell
198-
inline: "ls -lah /opt/couchdb/"
199-
- type: shell
195+
# STILL ISSUE WITH COUCHDB 2024
196+
# - type: shell
197+
# inline: "sudo chown -R couchdb:couchdb /opt/couchdb/"
198+
# - type: shell
199+
# inline: "ls -lah /opt/couchdb/"
200+
# - type: shell
200201
scripts:
201202
- packer-scripts/create-image-metadata-tarball
202203
environment_vars:

cookbooks/travis_ci_ubuntu_2204/attributes/default.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113

114114
override['travis_packer_templates']['job_board']['features'] = %w[
115115
basic
116-
# couchdb
117116
disabled-ipv6
118117
docker
119118
docker-compose

cookbooks/travis_ci_ubuntu_2204/recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# TODO: Uncomment when cassandra works on Java 8 again
6262
# https://github.com/travis-ci/packer-templates/issues/589
6363
# include_recipe 'travis_build_environment::cassandra'
64-
include_recipe 'travis_build_environment::couchdb'
64+
# include_recipe 'travis_build_environment::couchdb'
6565
include_recipe 'travis_build_environment::git'
6666
include_recipe 'travis_build_environment::elasticsearch'
6767
include_recipe 'travis_build_environment::xserver'

packer-assets/ubuntu-2204-system-info-commands.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ commands:
114114
name: default ruby version
115115
- command: python --version
116116
name: default python version
117-
- command: couchdb -V
118-
name: CouchDB version
119-
pipe: perl -n -e '/CouchDB ([\d\.]+)/ && {print "couchdb $1\n"}'
117+
# - command: couchdb -V
118+
# name: CouchDB version
119+
# pipe: perl -n -e '/CouchDB ([\d\.]+)/ && {print "couchdb $1\n"}'
120120
- name: ElasticSearch version
121121
port: 9200
122122
command: curl localhost:9200

0 commit comments

Comments
 (0)