Skip to content

Commit

Permalink
Merge pull request #3018 from drrtuy/chore/ignore-upgrade-tests
Browse files Browse the repository at this point in the history
chore(CI): this allows CI to ignore the results of upgrade tests that are not production ready yet
  • Loading branch information
drrtuy authored Nov 2, 2023
2 parents 2f0bbed + 2c3071c commit 95bedb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
name: 'upgrade-test from ' + version,
depends_on: ['smoke'],
image: 'docker',
failure: 'ignore',
volumes: [pipeline._volumes.docker],
environment: {
UPGRADE_TOKEN: {
Expand All @@ -277,6 +278,7 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
upgradelog:: {
name: 'upgradelog',
depends_on: ['upgrade-test from ' + mdb_server_versions[std.length(mdb_server_versions) - 1]],
failure: 'ignore',
image: 'docker',
volumes: [pipeline._volumes.docker],
commands: [
Expand Down

0 comments on commit 95bedb8

Please sign in to comment.