Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-27962 - scheduled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 29, 2024
1 parent 2e4d6c8 commit 61085fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ variables:

stages:
- test
- qa-test
- sonar-preview
- sonar-publish
- build
Expand Down Expand Up @@ -58,7 +59,7 @@ twistlock-discovery:
- !reference [.mirror-branch-csr-rules, rules]
before_script:
- apk --no-cache update && apk add make
- make docker-build-discovery
- make docker-build-discovery
- export IMAGE_NAME=webmethods_discovery_agent:latest

# twistlock-traceability:
Expand All @@ -67,7 +68,7 @@ twistlock-discovery:
# - !reference [.mirror-branch-csr-rules, rules]
# before_script:
# - apk --no-cache update && apk add make
# - make docker-build-traceability
# - make docker-build-traceability
# - export IMAGE_NAME=webmethods_traceability_agent:latest

twistlock-discovery:on-schedule:
Expand Down Expand Up @@ -101,7 +102,7 @@ blackduck:on-schedule:
before_script:
- !reference [.get-agent-last-tag, script]

# overridden from csrjobs.yml because mirror repos like this one don't get merge events
# overridden from csrjobs.yml because mirror repos like this one don't get merge events
fortify:
rules:
- !reference [.mirror-branch-csr-rules, rules]
Expand Down

0 comments on commit 61085fc

Please sign in to comment.