Skip to content

Commit

Permalink
Merge branch 'PDI-1881' into 'master'
Browse files Browse the repository at this point in the history
PDI-1881: Update Products and Dependencies

Closes PDI-1881

See merge request devops-program/docker-builds!890
  • Loading branch information
erikostien-pingidentity committed Jul 2, 2024
2 parents dd45771 + 0fc02df commit c6ac9e6
Show file tree
Hide file tree
Showing 9 changed files with 175 additions and 175 deletions.
20 changes: 10 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include:
- local: pingdirectory/.gitlab-ci.yml
- local: pingdirectoryproxy/.gitlab-ci.yml
- local: pingfederate/.gitlab-ci.yml
- local: pingintelligence/.gitlab-ci.yml
# - local: pingintelligence/.gitlab-ci.yml
- local: pingtoolkit/.gitlab-ci.yml
- local: helm-tests/integration-tests/.gitlab-ci.yml
# - local: apache-jmeter/.gitlab-ci.yml
Expand Down Expand Up @@ -343,15 +343,15 @@ a.pingfederate:
when: on_success
- when: never

a.pingintelligence:
stage: archive
retry: 2
script:
- ci_scripts/archive_images.sh --product pingintelligence
rules:
- if: $ARCHIVE_PIPELINE == "true"
when: on_success
- when: never
#a.pingintelligence:
# stage: archive
# retry: 2
# script:
# - ci_scripts/archive_images.sh --product pingintelligence
# rules:
# - if: $ARCHIVE_PIPELINE == "true"
# when: on_success
# - when: never

a.pingtoolkit:
stage: archive
Expand Down
116 changes: 58 additions & 58 deletions helm-tests/integration-tests/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -651,70 +651,70 @@ arm.paz-pd.v2:
# to verify PingIntelligence
# works in an end to end test
# on the x86_64 runner
intel.pa-pf-pi.v1:
stage: test.integration
script:
- ci_scripts/run_helm_integration.sh --integration-test pa-pf-pi --variation 1
retry: 1
rules:
- if: $ARCHIVE_PIPELINE == "true"
when: never
- if: $CUSTOM_IMAGE_PIPELINE == "true"
when: never
- if: '$CI_COMMIT_MESSAGE =~ /\[skip build\]|\[skip products\]|\[skip tests\]|\[skip integration\]/i'
when: never
- if: '$BUILD_PRODUCT != null && $BUILD_PRODUCT =~ /(?:^|,)pingintelligence(?:$|,)/i'
when: on_success
- if: '$BUILD_PRODUCT != null'
when: never
- if: '$PING_IDENTITY_SNAPSHOT =~ /--snapshot/'
when: never
- if: '$CI_PIPELINE_SOURCE =~ /^push$/'
changes:
- helm-tests/integration-tests/pa-pf-pi/*
- pingbase/**/*
- pingcommon/**/*
- pingintelligence/**/*
- ci_scripts/*
- .gitlab-ci.yml
when: on_success
- if: '$CI_PIPELINE_SOURCE =~ /^schedule$|^web$/'
when: on_success
#intel.pa-pf-pi.v1:
# stage: test.integration
# script:
# - ci_scripts/run_helm_integration.sh --integration-test pa-pf-pi --variation 1
# retry: 1
# rules:
# - if: $ARCHIVE_PIPELINE == "true"
# when: never
# - if: $CUSTOM_IMAGE_PIPELINE == "true"
# when: never
# - if: '$CI_COMMIT_MESSAGE =~ /\[skip build\]|\[skip products\]|\[skip tests\]|\[skip integration\]/i'
# when: never
# - if: '$BUILD_PRODUCT != null && $BUILD_PRODUCT =~ /(?:^|,)pingintelligence(?:$|,)/i'
# when: on_success
# - if: '$BUILD_PRODUCT != null'
# when: never
# - if: '$PING_IDENTITY_SNAPSHOT =~ /--snapshot/'
# when: never
# - if: '$CI_PIPELINE_SOURCE =~ /^push$/'
# changes:
# - helm-tests/integration-tests/pa-pf-pi/*
# - pingbase/**/*
# - pingcommon/**/*
# - pingintelligence/**/*
# - ci_scripts/*
# - .gitlab-ci.yml
# when: on_success
# - if: '$CI_PIPELINE_SOURCE =~ /^schedule$|^web$/'
# when: on_success

################################################
# The purpose of the integration test below is
# to verify PingIntelligence
# works in an end to end test
# on the x86_64 runner
intel.pa-pf-pi.v2:
stage: test.integration
script:
- ci_scripts/run_helm_integration.sh --integration-test pa-pf-pi --variation 2
retry: 1
rules:
- if: $ARCHIVE_PIPELINE == "true"
when: never
- if: $CUSTOM_IMAGE_PIPELINE == "true"
when: never
- if: '$CI_COMMIT_MESSAGE =~ /\[skip build\]|\[skip products\]|\[skip tests\]|\[skip integration\]/i'
when: never
- if: '$BUILD_PRODUCT != null && $BUILD_PRODUCT =~ /(?:^|,)pingintelligence(?:$|,)/i'
when: on_success
- if: '$BUILD_PRODUCT != null'
when: never
- if: '$PING_IDENTITY_SNAPSHOT =~ /--snapshot/'
when: never
- if: '$CI_PIPELINE_SOURCE =~ /^push$/'
changes:
- helm-tests/integration-tests/pa-pf-pi/*
- pingbase/**/*
- pingcommon/**/*
- pingintelligence/**/*
- ci_scripts/*
- .gitlab-ci.yml
when: on_success
- if: '$CI_PIPELINE_SOURCE =~ /^schedule$|^web$/'
when: on_success
#intel.pa-pf-pi.v2:
# stage: test.integration
# script:
# - ci_scripts/run_helm_integration.sh --integration-test pa-pf-pi --variation 2
# retry: 1
# rules:
# - if: $ARCHIVE_PIPELINE == "true"
# when: never
# - if: $CUSTOM_IMAGE_PIPELINE == "true"
# when: never
# - if: '$CI_COMMIT_MESSAGE =~ /\[skip build\]|\[skip products\]|\[skip tests\]|\[skip integration\]/i'
# when: never
# - if: '$BUILD_PRODUCT != null && $BUILD_PRODUCT =~ /(?:^|,)pingintelligence(?:$|,)/i'
# when: on_success
# - if: '$BUILD_PRODUCT != null'
# when: never
# - if: '$PING_IDENTITY_SNAPSHOT =~ /--snapshot/'
# when: never
# - if: '$CI_PIPELINE_SOURCE =~ /^push$/'
# changes:
# - helm-tests/integration-tests/pa-pf-pi/*
# - pingbase/**/*
# - pingcommon/**/*
# - pingintelligence/**/*
# - ci_scripts/*
# - .gitlab-ci.yml
# when: on_success
# - if: '$CI_PIPELINE_SOURCE =~ /^schedule$|^web$/'
# when: on_success

################################################
# The purpose of the integration test below is
Expand Down
6 changes: 3 additions & 3 deletions pingauthorize/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"latest":"10.0.0.2",
"latest":"10.1.0.0",
"versions":[
{
"version": "10.0.0.2",
"version": "10.1.0.0",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand All @@ -22,7 +22,7 @@
]
},
{
"version": "9.3.0.5",
"version": "10.0.0.2",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand Down
6 changes: 3 additions & 3 deletions pingauthorizepap/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"latest":"10.0.0.2",
"latest":"10.1.0.0",
"versions":[
{
"version": "10.0.0.2",
"version": "10.1.0.0",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand All @@ -22,7 +22,7 @@
]
},
{
"version": "9.3.0.5",
"version": "10.0.0.2",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand Down
6 changes: 3 additions & 3 deletions pingdataconsole/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"latest": "10.0.0.2",
"latest": "10.1.0.0",
"versions": [
{
"version": "10.0.0.2",
"version": "10.1.0.0",
"preferredShim": "alpine:3.20.1",
"shims": [
{
Expand All @@ -28,7 +28,7 @@
]
},
{
"version": "9.3.0.5",
"version": "10.0.0.2",
"preferredShim": "alpine:3.20.1",
"shims": [
{
Expand Down
6 changes: 3 additions & 3 deletions pingdatasync/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"latest":"10.0.0.2",
"latest":"10.1.0.0",
"versions":[
{
"version": "10.0.0.2",
"version": "10.1.0.0",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand All @@ -22,7 +22,7 @@
]
},
{
"version": "9.3.0.5",
"version": "10.0.0.2",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand Down
6 changes: 3 additions & 3 deletions pingdirectory/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"latest":"10.0.0.2",
"latest":"10.1.0.0",
"versions":[
{
"version": "10.0.0.2",
"version": "10.1.0.0",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand All @@ -22,7 +22,7 @@
]
},
{
"version": "9.3.0.5",
"version": "10.0.0.2",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand Down
6 changes: 3 additions & 3 deletions pingdirectoryproxy/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"latest":"10.0.0.2",
"latest":"10.1.0.0",
"versions":[
{
"version": "10.0.0.2",
"version": "10.1.0.0",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand All @@ -22,7 +22,7 @@
]
},
{
"version": "9.3.0.5",
"version": "10.0.0.2",
"preferredShim": "alpine:3.20.1",
"shims":[
{
Expand Down
Loading

0 comments on commit c6ac9e6

Please sign in to comment.